summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-03-03 17:08:06 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-03-03 17:08:06 +0200
commitff0530ef681ebb8cf2272d2976f9ed3d718ae387 (patch)
treec6219dd392138ce556fdc2e111a15ff8b2930d71 /mysql-test/include
parent27b9989d316163d00177bfee8fceb10995c2ba9b (diff)
downloadmariadb-git-ff0530ef681ebb8cf2272d2976f9ed3d718ae387.tar.gz
MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFF
Because the default build configuration of the server will remain at -DWITH_INNODB_AHI=ON, we want to test the instrumentation. We make and revert the test adjustments in separate commits on purpose, so that this commit can be easily reverted later if the default build configuration is changed to -DWITH_INNODB_AHI=OFF.
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/have_innodb_ahi.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/include/have_innodb_ahi.inc b/mysql-test/include/have_innodb_ahi.inc
deleted file mode 100644
index 145061e58e6..00000000000
--- a/mysql-test/include/have_innodb_ahi.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-if (`select count(*)!=1 from information_schema.GLOBAL_VARIABLES
- where variable_name='innodb_adaptive_hash_index'`){
- skip Test requires cmake -DWITH_INNODB_AHI=ON;
-}