summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_innodb_ahi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_innodb_ahi.inc')
-rw-r--r--mysql-test/include/have_innodb_ahi.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_innodb_ahi.inc b/mysql-test/include/have_innodb_ahi.inc
new file mode 100644
index 00000000000..145061e58e6
--- /dev/null
+++ b/mysql-test/include/have_innodb_ahi.inc
@@ -0,0 +1,4 @@
+if (`select count(*)!=1 from information_schema.GLOBAL_VARIABLES
+ where variable_name='innodb_adaptive_hash_index'`){
+ skip Test requires cmake -DWITH_INNODB_AHI=ON;
+}