diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-17 14:02:28 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-17 14:02:28 +0300 |
commit | 51c2a1ebb081a9dbe031e6c345ff216f882f1ac4 (patch) | |
tree | 2feb7d4406cc5558be41ea402576222b0ff9e4fc /mysql-test/t/rpl000001.test | |
parent | 8512c526ab768c77f0023c9b4d75949a1727acaf (diff) | |
download | mariadb-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.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; |