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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user