summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_pbxt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_pbxt.inc')
-rw-r--r--mysql-test/include/have_pbxt.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/have_pbxt.inc b/mysql-test/include/have_pbxt.inc
new file mode 100644
index 00000000000..b11aee2617f
--- /dev/null
+++ b/mysql-test/include/have_pbxt.inc
@@ -0,0 +1,5 @@
+if (!`SELECT count(*) FROM information_schema.engines WHERE
+ (support = 'YES' OR support = 'DEFAULT') AND
+ engine = 'pbxt'`){
+ skip Need PBXT engine;
+}