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

Automerge from mysql-next-mr.

This commit is contained in:
Alexander Nozdrin
2009-10-28 10:48:53 +03:00
24 changed files with 662 additions and 99 deletions

View File

@ -134,7 +134,7 @@ then
exit 1
fi
cmd="$bindir/mysql --no-defaults --force --user=$user --host=$host"
cmd="$bindir/mysql --no-defaults --default-character-set=latin1 --force --user=$user --host=$host"
if test ! -z "$port"; then
cmd="$cmd --port=$port"
fi