summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_innodb_ahi.inc
blob: 145061e58e652bd4119805cdfc8032288fd837c6 (plain)
1
2
3
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;
}