diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-02-11 19:10:34 +0300 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-02-11 19:10:34 +0300 |
commit | e6cb88eb74415a6e0ff07861fb7bd63eb82be948 (patch) | |
tree | a490e387a46c4532f85c06fd47d3d5b1ba5b9f1e /mysql-test/t/lock_sync.test | |
parent | c48c21eb05745923291912cdc0e7eccd6185c1d8 (diff) | |
download | mariadb-git-e6cb88eb74415a6e0ff07861fb7bd63eb82be948.tar.gz |
next-4284 tree:
fix lock_sync.test failure in row based replication mode.
Diffstat (limited to 'mysql-test/t/lock_sync.test')
-rw-r--r-- | mysql-test/t/lock_sync.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/lock_sync.test b/mysql-test/t/lock_sync.test index 87804d90510..97388e9c176 100644 --- a/mysql-test/t/lock_sync.test +++ b/mysql-test/t/lock_sync.test @@ -109,7 +109,13 @@ select release_lock("lock_bug45143_wait"); --echo # Switch to connection 'con_bug45143_1'. connection con_bug45143_1; --echo # Reap INSERT statement. +--echo # In Statement and Mixed replication mode we get here "Unsafe +--echo # for binlog" warnings. In row mode there are no warnings. +--echo # Hide the discrepancy. +--disable_warnings --reap +--enable_warnings + --echo # Switch to connection 'con_bug45143_3'. connection con_bug45143_3; |