diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-10-28 10:48:53 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-10-28 10:48:53 +0300 |
commit | 55b8f07a9922f26cc64dbeac2f1cb78519621f16 (patch) | |
tree | 21d09b868d7678bd05f100fc769943acc09a9bea /scripts | |
parent | afcb7b8597593ef54f88e9974ecd0b55b5483ef4 (diff) | |
parent | cd6e15989044e5d4a708a6ee191bcd3c13dc0071 (diff) | |
download | mariadb-git-55b8f07a9922f26cc64dbeac2f1cb78519621f16.tar.gz |
Automerge from mysql-next-mr.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_fix_privilege_tables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh index 3b179957932..dd5edb699a0 100644 --- a/scripts/mysql_fix_privilege_tables.sh +++ b/scripts/mysql_fix_privilege_tables.sh @@ -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 |