Commit 8cec5256 authored by Sergei Golubchik's avatar Sergei Golubchik

skip innodb.innodb_xtradb_compat on Windows

because it tests for variables that aren't compiled for Windows,
like --innodb-priority-cleaner
parent 3a906ca9
--source include/have_innodb.inc
--source include/have_debug.inc
--source include/not_embedded.inc
--source include/not_windows.inc
select @@innodb_adaptive_hash_index_partitions, @@innodb_adaptive_hash_index_parts;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment