summaryrefslogtreecommitdiff
path: root/storage/spider/mysql-test/spider/bg/t/have_partition.inc
blob: 573c76ab43bbebbace32b2b4643970871cd84280 (plain)
1
2
3
4
5
6
7
let $HAVE_PARTITION= 0;
if (`SELECT count(*) FROM information_schema.plugins WHERE
      plugin_status = 'ACTIVE' AND
      plugin_name = 'partition'`)
{
  let $HAVE_PARTITION= 1;
}