diff options
author | unknown <guilhem@mysql.com> | 2003-07-23 15:48:52 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-07-23 15:48:52 +0200 |
commit | bacddcc5f5d7772d01b7f09fa8a80fa05c6fd38f (patch) | |
tree | db007f6faa5d281c80deaf115da3281e11562697 /mysql-test/t | |
parent | a80c5a9c9b4a50f6cd9813b42596cecc9001ae87 (diff) | |
parent | dae34fb60f81802853961efad3edfa3427215680 (diff) | |
download | mariadb-git-bacddcc5f5d7772d01b7f09fa8a80fa05c6fd38f.tar.gz |
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/rpl_replicate_do.test | 4 |
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; + |