1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into  bodhi.local:/opt/local/work/mysql-5.0-runtime
This commit is contained in:
kostja@bodhi.local
2006-11-29 02:44:12 +03:00
315 changed files with 4744 additions and 1655 deletions

View File

@ -61,7 +61,7 @@ fi
###########################################################################
client_args="--silent --connect_timeout=1 --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 "