summaryrefslogtreecommitdiff
path: root/mysql-test/include/rpl_loaddata_charset.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/rpl_loaddata_charset.inc')
-rw-r--r--mysql-test/include/rpl_loaddata_charset.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/include/rpl_loaddata_charset.inc b/mysql-test/include/rpl_loaddata_charset.inc
index 0e445446a38..46a701aa2f7 100644
--- a/mysql-test/include/rpl_loaddata_charset.inc
+++ b/mysql-test/include/rpl_loaddata_charset.inc
@@ -19,12 +19,10 @@ if ($LOAD_LOCAL)
}
save_master_pos;
-echo ----------content on master----------;
SELECT hex(cl) FROM t;
connection slave;
sync_with_master;
-echo ----------content on slave----------;
USE mysqltest;
SELECT hex(cl) FROM t;