summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb/include/have_undo_tablespaces.inc
blob: 87830a4a5f0dd849ed359c6603ff8b233f1f461a (plain)
1
2
3
4
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.
}