1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Added option --mtr-build-thread to mysql-test-run.pl

Load shared libraries from zlib (fixed that mysql-test-run.pl didn't work on some Solaris boxes)
Added connect timeout to test to make im_daemon_life_cycle more predictable


mysql-test/mysql-test-run.pl:
  Added option --mtr-build-thread
  Load shared libraries from zlib (fixed that mysql-test-run.pl didn't work on some Solaris boxes)
mysql-test/t/wait_for_socket.sh:
  Added connect timeout (to make test predictable)
This commit is contained in:
unknown
2006-11-23 18:39:10 +02:00
parent 42f6fd5f54
commit 52fc261bca
2 changed files with 67 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ fi
###########################################################################
client_args="--silent --socket=$socket_path "
client_args="--silent --socket=$socket_path --connect_timeout=1 "
[ -n "$username" ] && client_args="$client_args --user=$username "
[ -n "$password" ] && client_args="$client_args --password=$password "