summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mysql-test/suite/multi_source/multisource_for_channel.result3
-rw-r--r--mysql-test/suite/rpl/include/multisource_for_channel.inc9
2 files changed, 1 insertions, 11 deletions
diff --git a/mysql-test/suite/multi_source/multisource_for_channel.result b/mysql-test/suite/multi_source/multisource_for_channel.result
index 2cd00f0e36c..f96a5a93b97 100644
--- a/mysql-test/suite/multi_source/multisource_for_channel.result
+++ b/mysql-test/suite/multi_source/multisource_for_channel.result
@@ -292,9 +292,6 @@ Last_SQL_Errno = '0'
# flush relay logs
#
FLUSH RELAY LOGS for channel 'master1';
-create table t1 (a int);
-drop table t1;
-connection slave;
show slave status for channel 'master1'
Master_Port = 'MYPORT_1'
diff --git a/mysql-test/suite/rpl/include/multisource_for_channel.inc b/mysql-test/suite/rpl/include/multisource_for_channel.inc
index b349ee31c94..a3e8f95fe38 100644
--- a/mysql-test/suite/rpl/include/multisource_for_channel.inc
+++ b/mysql-test/suite/rpl/include/multisource_for_channel.inc
@@ -355,15 +355,8 @@ START SLAVE for channel 'master1';
--echo # flush relay logs
--echo #
FLUSH RELAY LOGS for channel 'master1';
-let @wait_condition=SELECT Relay_log_file
-
-# Ensure we are using new relay log
-connection master1;
-create table t1 (a int);
-drop table t1;
-connection slave;
---sync_with_master 0,'master1'
+--source include/wait_for_sql_thread_read_all.inc
--echo
--echo show slave status for channel 'master1'