summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/rpl/include/have_tokudb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/rpl/include/have_tokudb.inc')
-rw-r--r--storage/tokudb/mysql-test/rpl/include/have_tokudb.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/rpl/include/have_tokudb.inc b/storage/tokudb/mysql-test/rpl/include/have_tokudb.inc
new file mode 100644
index 00000000000..46a942ad1f7
--- /dev/null
+++ b/storage/tokudb/mysql-test/rpl/include/have_tokudb.inc
@@ -0,0 +1,4 @@
+if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'tokudb' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
+{
+ --skip Test requires TokuDB.
+}