diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-12-09 12:37:45 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-12-09 12:37:45 +0100 |
commit | 6ae5f0efea392e3fdb285afc1bafdae16888b96a (patch) | |
tree | 7f1ba67abdfa80840675a8a08cfb64009bb7a507 /mysql-test/extra/binlog_tests/binlog.test | |
parent | 5290811c5c2f8e97dbef21bd32e7b1d5bb43022a (diff) | |
download | mariadb-git-6ae5f0efea392e3fdb285afc1bafdae16888b96a.tar.gz |
MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work
Patially merge WL#5917, to understand v2 row events
Diffstat (limited to 'mysql-test/extra/binlog_tests/binlog.test')
-rw-r--r-- | mysql-test/extra/binlog_tests/binlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/binlog_tests/binlog.test b/mysql-test/extra/binlog_tests/binlog.test index 190aa9e04b9..ce5dde97894 100644 --- a/mysql-test/extra/binlog_tests/binlog.test +++ b/mysql-test/extra/binlog_tests/binlog.test @@ -392,7 +392,7 @@ SHOW SESSION VARIABLES LIKE "%_checks"; --echo # INSERT INTO t1 VALUES(2) --echo # foreign_key_checks=1 and unique_checks=1 --echo # It should not change current session's variables, even error happens -call mtr.add_suppression("Slave SQL.*Could not execute Write_rows event on table test.t1; Duplicate entry .2. for key .PRIMARY., error.* 1062"); +call mtr.add_suppression("Slave SQL.*Could not execute Write_rows_v1 event on table test.t1; Duplicate entry .2. for key .PRIMARY., Error_code: 1062"); --error 1062 BINLOG ' dfLtTBMBAAAAKQAAAKsBAAAAABcAAAAAAAEABHRlc3QAAnQxAAEDAAE= |