mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
5 lines
92 B
PHP
5 lines
92 B
PHP
|
if (`SELECT @@binlog_format = 'ROW'`)
|
||
|
{
|
||
|
skip Test cannot run with binlog_format row;
|
||
|
}
|