diff options
author | guilhem@gbichot2 <> | 2003-10-09 18:16:15 +0200 |
---|---|---|
committer | guilhem@gbichot2 <> | 2003-10-09 18:16:15 +0200 |
commit | d6d6c5e1bb78215da668634310f592a9b4263db1 (patch) | |
tree | e38c63e642d952d8c69181cc455aa263ef0a4f7c /mysql-test/t/rpl000015.test | |
parent | 596e60b85cd3996fcef5b90597485c2b1610c923 (diff) | |
download | mariadb-git-d6d6c5e1bb78215da668634310f592a9b4263db1.tar.gz |
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
I manually edited rpl_openssl.result because the test is skipped on my
machine. Hope it's correct.
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r-- | mysql-test/t/rpl000015.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test index b71e8472e67..38e0d1bff6c 100644 --- a/mysql-test/t/rpl000015.test +++ b/mysql-test/t/rpl000015.test @@ -7,24 +7,24 @@ save_master_pos; connection slave; reset slave; --replace_result $MASTER_MYPORT MASTER_PORT ---replace_column 33 # +--replace_column 1 # 33 # show slave status; change master to master_host='127.0.0.1'; # The following needs to be cleaned up when change master is fixed --replace_result $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT 3334 MASTER_PORT ---replace_column 33 # +--replace_column 1 # 33 # show slave status; --replace_result $MASTER_MYPORT MASTER_PORT eval change master to master_host='127.0.0.1',master_user='root', master_password='',master_port=$MASTER_MYPORT; --replace_result $MASTER_MYPORT MASTER_PORT ---replace_column 33 # +--replace_column 1 # 33 # show slave status; start slave; sync_with_master; --replace_result $MASTER_MYPORT MASTER_PORT ---replace_column 33 # +--replace_column 1 # 33 # show slave status; connection master; --disable_warnings |