5 lines
92 B
PHP
5 lines
92 B
PHP
|
|
if (`SELECT @@binlog_format = 'ROW'`)
|
||
|
|
{
|
||
|
|
skip Test cannot run with binlog_format row;
|
||
|
|
}
|