diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-31 15:48:05 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-31 15:48:05 +0200 |
commit | b1dc6899c3815cdd7bf34f11822c040be9e8472a (patch) | |
tree | bdfa4fd5cd0468720e9ca6c25fce84bb04c81536 /mysql-test/extra | |
parent | 64b8f1414ba35052fe4938a4adc1520f8d096b35 (diff) | |
download | mariadb-git-b1dc6899c3815cdd7bf34f11822c040be9e8472a.tar.gz |
One more test suppression for rpl_extra_col_master tests
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_extra_col_master.test | 1 |
1 files changed, 1 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 981adcf6d54..1c103512318 100644 --- a/mysql-test/extra/rpl_tests/rpl_extra_col_master.test +++ b/mysql-test/extra/rpl_tests/rpl_extra_col_master.test @@ -128,6 +128,7 @@ call mtr.add_suppression("Slave.*Can.t DROP .c7.; check that column.key exists.* 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"); +call mtr.add_suppression("Slave I/O: Get master SERVER_ID failed with error:.* Error_code: 2013"); --enable_query_log sync_slave_with_master; |