5 lines
121 B
PHP
5 lines
121 B
PHP
|
|
if (`SELECT @@GLOBAL.master_info_repository = 'TABLE'`)
|
||
|
|
{
|
||
|
|
skip Test cannot run with master.info repository table;
|
||
|
|
}
|