blob: 4c163e7c1b0be2d15a0b8299b8f21af6f6b29be3 (
plain)
1
2
3
4
|
if (`select count(*) = 0 from information_schema.global_variables where variable_name like 'innodb_undo_tablespaces' and variable_value = 0`)
{
--skip Test requires innodb_undo_tablespaces=0
}
|