summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000001.test
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-17 14:02:28 +0300
committerunknown <monty@donna.mysql.fi>2001-04-17 14:02:28 +0300
commit51c2a1ebb081a9dbe031e6c345ff216f882f1ac4 (patch)
tree2feb7d4406cc5558be41ea402576222b0ff9e4fc /mysql-test/t/rpl000001.test
parent8512c526ab768c77f0023c9b4d75949a1727acaf (diff)
downloadmariadb-git-51c2a1ebb081a9dbe031e6c345ff216f882f1ac4.tar.gz
Fixed that -ldl is not used for clients
Fixed rpl000001 to handle the most common mysql-test-run ports. configure.in: Fixed that -ldl is not used for clients (The old version breaked when client was compiled staticly) mysql-test/r/rpl000001.result: Fix to handle the most common mysql-test-run ports. mysql-test/t/rpl000001.test: Fix to handle the most common mysql-test-run ports. mysys/my_alloc.c: Extended min block a little to get faster mallocs scripts/mysql_install_db.sh: Fixed bug when using RPM and one had --basedir in my.cnf sql/Makefile.am: Add -ldl to mysqld link line strings/ctype-ujis.c: Remove warnings
Diffstat (limited to 'mysql-test/t/rpl000001.test')
-rw-r--r--mysql-test/t/rpl000001.test1
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;