mariadb/mysql-test/include/not_binlog_format_row.inc
Georgi Kodinov 20dfd709d6 Bug #51049: main.bug39022 fails in mysql-trunk-merge
Fixed the test to behave correctly with ps-protocol
and binlog format row.
2010-02-18 10:48:15 +02:00

4 lines
92 B
PHP

if (`SELECT @@binlog_format = 'ROW'`)
{
skip Test cannot run with binlog_format row;
}