Bug #51049: main.bug39022 fails in mysql-trunk-merge

Fixed the test to behave correctly with ps-protocol
and binlog format row.
This commit is contained in:
Georgi Kodinov 2010-02-18 10:48:15 +02:00
commit 20dfd709d6
3 changed files with 13 additions and 4 deletions

View file

@ -0,0 +1,4 @@
if (`SELECT @@binlog_format = 'ROW'`)
{
skip Test cannot run with binlog_format row;
}