mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
20dfd709d6
Fixed the test to behave correctly with ps-protocol and binlog format row.
4 lines
92 B
PHP
4 lines
92 B
PHP
if (`SELECT @@binlog_format = 'ROW'`)
|
|
{
|
|
skip Test cannot run with binlog_format row;
|
|
}
|