summaryrefslogtreecommitdiff
path: root/mysql-test/t/flush_read_lock.test
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-02-23 12:54:58 +0100
committerBjorn Munch <bjorn.munch@oracle.com>2011-02-23 12:54:58 +0100
commitb027d104382e1e1a2e69847a06d849032213f1d6 (patch)
tree597fc443436c6ee13ba71d8d2b703bb51ff429cc /mysql-test/t/flush_read_lock.test
parent2c4f6e5c632f02880490191f5a8ea407f4d35ade (diff)
parent8b3f9560200717a4f06be01e991f4c6ee4758504 (diff)
downloadmariadb-git-b027d104382e1e1a2e69847a06d849032213f1d6.tar.gz
Upmerge 11762407 (54999) with additions
Diffstat (limited to 'mysql-test/t/flush_read_lock.test')
-rw-r--r--mysql-test/t/flush_read_lock.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/flush_read_lock.test b/mysql-test/t/flush_read_lock.test
index dbb1dd7cb49..9da93dd40a1 100644
--- a/mysql-test/t/flush_read_lock.test
+++ b/mysql-test/t/flush_read_lock.test
@@ -557,6 +557,8 @@ let $cleanup_stmt= ;
--source include/check_ftwrl_compatible.inc
deallocate prepare stmt1;
+call mtr.add_suppression("Slave SQL.*Can.t execute the query because you have a conflicting read lock., Error_code: 1223");
+
--echo #
--echo # 9.2.b) EXECUTE for statement which is incompatible with FTWRL
--echo # should be also incompatible.