mysql5/mysql-5.7.27/mysql-test/include/have_undo_tablespaces.inc

5 lines
211 B
PHP

if (`select count(*) = 0 from information_schema.global_variables where variable_name like 'innodb_undo_tablespaces' and variable_value >= 2`)
{
--skip Test requires InnoDB with at-least 2 undo tablespaces.
}