Commit 85e1718e authored by unknown's avatar unknown
Browse files

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

parent 1e92dcae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "