1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
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

5 lines
92 B
PHP

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