summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_pbxt.inc
blob: b11aee2617fcbddec703cf9e0ed590088f7fec2a (plain)
1
2
3
4
5
if (!`SELECT count(*) FROM information_schema.engines WHERE
      (support = 'YES' OR support = 'DEFAULT') AND
      engine = 'pbxt'`){
  skip Need PBXT engine;
}