mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Switch back to master before cleanup of the created tables
That causes test case for bug#6880 to be run on the master instead of the slave and thus the result files need to be updated mysql-test/r/rpl_ndb_log.result: Update result, test is now run on master mysql-test/r/rpl_row_log.result: Update result, test is now run on master mysql-test/r/rpl_row_log_innodb.result: Update result, test is now run on master mysql-test/r/rpl_stm_log.result: Update result, test is now run on master
This commit is contained in:
parent
8fa6ce5860
commit
708d0d7248
5 changed files with 17 additions and 13 deletions
|
|
@ -125,6 +125,8 @@ show slave status;
|
|||
--error 1220
|
||||
show binlog events in 'slave-bin.000005' from 4;
|
||||
|
||||
connection master;
|
||||
|
||||
# The table drops caused Cluster Replication wrapper to fail as event ID would never be the same.# Moving drops here.
|
||||
|
||||
DROP TABLE t1;
|
||||
|
|
@ -149,3 +151,5 @@ drop table t1;
|
|||
|
||||
# End of 4.1 tests
|
||||
|
||||
sync_with_master;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue