diff options
author | monty@donna.mysql.fi <> | 2001-04-17 14:02:28 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-17 14:02:28 +0300 |
commit | 4edafca6a3fc8bcbe8d84d2365124b02fa343378 (patch) | |
tree | 2feb7d4406cc5558be41ea402576222b0ff9e4fc /mysql-test/t/rpl000001.test | |
parent | 1e80c3f3e13b10d607150caad5af3a0a8b279ce5 (diff) | |
download | mariadb-git-4edafca6a3fc8bcbe8d84d2365124b02fa343378.tar.gz |
Fixed that -ldl is not used for clients
Fixed rpl000001 to handle the most common mysql-test-run ports.
Diffstat (limited to 'mysql-test/t/rpl000001.test')
-rw-r--r-- | mysql-test/t/rpl000001.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000001.test b/mysql-test/t/rpl000001.test index 06b5d92fc8e..6f48daf7e08 100644 --- a/mysql-test/t/rpl000001.test +++ b/mysql-test/t/rpl000001.test @@ -59,6 +59,7 @@ connection slave; sync_with_master ; #give the slave a chance to exit sleep 0.5; +--replace_result 9306 9999 3334 9999 3335 9999 show slave status; set sql_slave_skip_counter=1; slave start; |