diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-30 22:04:56 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-30 22:04:56 +0300 |
commit | 003ed4cfaecf0c80dc2ced8593e869076cd8c34d (patch) | |
tree | 16c8b4edbfac2e62ad94def8d240326f03c24395 /mysql-test/t/rpl000002.test | |
parent | 3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d (diff) | |
download | mariadb-git-003ed4cfaecf0c80dc2ced8593e869076cd8c34d.tar.gz |
Portability fixes
Diffstat (limited to 'mysql-test/t/rpl000002.test')
-rw-r--r-- | mysql-test/t/rpl000002.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000002.test b/mysql-test/t/rpl000002.test index 865aa5e5bab..5840b1998a8 100644 --- a/mysql-test/t/rpl000002.test +++ b/mysql-test/t/rpl000002.test @@ -11,6 +11,7 @@ use test; sync_with_master; select * from t1; connection master; +--replace_result 9307 9999 3350 9999 3351 9999 show slave hosts; drop table t1; save_master_pos; |