1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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.
This commit is contained in:
Marko Mäkelä
2017-03-03 17:08:06 +02:00
parent 27b9989d31
commit ff0530ef68
12 changed files with 76 additions and 36 deletions

View File

@@ -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;
}