1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
parent b38ac49cf6
commit ae12a72360
3 changed files with 14 additions and 5 deletions

View File

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