1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.
This commit is contained in:
guilhem@gbichot2
2003-07-23 15:46:46 +02:00
parent 96689393e5
commit 9a5ac78f4c
11 changed files with 99 additions and 27 deletions

View File

@@ -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;