1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

bug in im* tests - missing --no-defaults in the mysql command line

This commit is contained in:
serg@sergbook.mysql.com
2007-03-23 22:16:32 +02:00
parent e4164cda68
commit 77718a3fc1

View File

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