summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2016-03-25 20:51:22 +0400
committerSergey Vojtovich <svoj@mariadb.org>2016-03-31 10:11:16 +0400
commit282497dd6d1049b4fb963641504c2733752845a7 (patch)
tree7288d17c29fbbe9ac47ec51f6988fb954f59a361 /mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test
parent5052e2479e873461bebfcedbc674bbaf57d3c968 (diff)
downloadmariadb-git-282497dd6d1049b4fb963641504c2733752845a7.tar.gz
MDEV-6720 - enable connection log in mysqltest by default
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test b/mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test
index 97ecc167356..d4a4faf8d67 100644
--- a/mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test
+++ b/mysql-test/suite/rpl/t/rpl_filter_tables_dynamic.test
@@ -85,11 +85,9 @@ INSERT INTO t9 VALUES (1, 1), (2, 2), (3, 3);
# Only t1, t2, t3 should be replicated to slave
sync_slave_with_master;
-echo [on slave];
SHOW TABLES LIKE 't%';
connection master;
-echo [on master];
#
# Do tables are not referenced, these statements should be ignored by
@@ -209,7 +207,6 @@ SELECT * FROM t3;
# Clean up
connection master;
-echo [on master];
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
--source include/rpl_end.inc