summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-02-23 10:31:37 +0100
committerBjorn Munch <bjorn.munch@oracle.com>2011-02-23 10:31:37 +0100
commit8b3f9560200717a4f06be01e991f4c6ee4758504 (patch)
tree9f72cb4becd39f1740e86340efc07494fd4ef766 /mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
parent7fe29805635bfa90795c90bb4461d919a424ca84 (diff)
downloadmariadb-git-8b3f9560200717a4f06be01e991f4c6ee4758504.tar.gz
Bug #11762407 54999: MTR GLOBAL SUPPRESSION HIDES SQL THREAD EXECUTION UNEXPECTED ERRORS
Removed the global suppression, added lots of local ones to affected tests Re-commit, now kept "Slave SQL" at start of patterns.
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result b/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
index 148840cc8c5..20fbcbb7763 100644
--- a/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
+++ b/mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
@@ -10,6 +10,7 @@ DROP TABLE t1;
INSERT INTO t1 VALUES (1);
==== Verify error on slave ====
[on slave]
+call mtr.add_suppression("Slave SQL.*Error .Table .test.t1. doesn.t exist. on opening tables, Error_code: 1146");
include/wait_for_slave_sql_error.inc [errno=1146]
==== Clean up ====
include/stop_slave_io.inc