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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user