summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_replicate_do.test
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot2>2003-07-23 15:46:46 +0200
committerunknown <guilhem@gbichot2>2003-07-23 15:46:46 +0200
commit184db002458e32b52286755aa32507eca3ae7d5f (patch)
treeba4d0cdade886107397f37a4680254ece9f37c1c /mysql-test/t/rpl_replicate_do.test
parent30087e06a56f3ed37b26b498031dfb0100d410c7 (diff)
downloadmariadb-git-184db002458e32b52286755aa32507eca3ae7d5f.tar.gz
On Feb 4th, 2003, Monty said he would push my patch to print replicate-do-table
and other replicate-*-table options in SHOW SLAVE STATUS. Seems like it had not been done, so I push it now: there's 4 new columns to SHOW SLAVE STATUS. mysql-test/r/rpl000015.result: Result update (more columns) mysql-test/r/rpl_empty_master_crash.result: Result update (more columns) mysql-test/r/rpl_flush_log_loop.result: Result update (more columns) mysql-test/r/rpl_log.result: Result update (more columns) mysql-test/r/rpl_log_pos.result: Result update (more columns) mysql-test/r/rpl_redirect.result: Result update (more columns) mysql-test/r/rpl_replicate_do.result: Result update (more columns) mysql-test/r/rpl_rotate_logs.result: Result update (more columns) mysql-test/t/rpl_replicate_do.test: Result update (more columns) sql/slave.cc: Print replicate_*_table options in SHOW SLAVE STATUS sql/slave.h: two functions to make a string of replicate_*_table lists.
Diffstat (limited to 'mysql-test/t/rpl_replicate_do.test')
-rw-r--r--mysql-test/t/rpl_replicate_do.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_replicate_do.test b/mysql-test/t/rpl_replicate_do.test
index dcb3c5034fd..a1ce8d8a645 100644
--- a/mysql-test/t/rpl_replicate_do.test
+++ b/mysql-test/t/rpl_replicate_do.test
@@ -31,3 +31,7 @@ drop table if exists t1,t2,t11;
save_master_pos;
connection slave;
sync_with_master;
+# show slave status, just to see of it prints replicate-do-table
+--replace_result $MASTER_MYPORT MASTER_PORT
+show slave status;
+