summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-03-31 10:33:07 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2011-03-31 10:33:07 +0200
commit9cd8fc9a61d5a1db994a192293aedfe739e521ff (patch)
tree9a16323819ffd3ed1f9aa7cf72b0696885be2bcd /mysql-test/extra
parentc82e0399cbaae0a6bdcdb3362309a967f3a93688 (diff)
downloadmariadb-git-9cd8fc9a61d5a1db994a192293aedfe739e521ff.tar.gz
Small followup fix after MTR warning cleanup
Diffstat (limited to 'mysql-test/extra')
-rw-r--r--mysql-test/extra/rpl_tests/rpl_extra_col_master.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_extra_col_master.test b/mysql-test/extra/rpl_tests/rpl_extra_col_master.test
index 9bab1192d97..981adcf6d54 100644
--- a/mysql-test/extra/rpl_tests/rpl_extra_col_master.test
+++ b/mysql-test/extra/rpl_tests/rpl_extra_col_master.test
@@ -122,10 +122,13 @@ SELECT f1,f2,f3,f4,f5,f6,f7,f8,f9,
#connection slave;
+--disable_query_log
call mtr.add_suppression("Slave SQL.*Table definition on master and slave does not match: Column 2 type mismatch.* 1535");
call mtr.add_suppression("Slave.*Can.t DROP .c7.; check that column.key exists.* Error_code: 1091");
call mtr.add_suppression("Slave.*Unknown column .c7. in .t15.* Error_code: 1054");
call mtr.add_suppression("Slave.*Key column .c6. doesn.t exist in table.* Error_code: 1072");
+call mtr.add_suppression("Slave I/O: Get master clock failed with error:.* Error_code: 2013");
+--enable_query_log
sync_slave_with_master;
--echo