1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

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

into  mysql.com:/Users/emurphy/src/bk-clean/mysql-5.0
This commit is contained in:
elliot@mysql.com
2005-06-22 13:07:33 -04:00

View File

@@ -1994,7 +1994,7 @@ sub run_mysqltest ($$) {
}
my $cmdline_mysqlbinlog=
"$exe_mysqlbinlog --no-defaults --local-load=$opt_tmpdir";
"$exe_mysqlbinlog --no-defaults --local-load=$opt_tmpdir --character-sets-dir=$path_charsetsdir";
if ( $opt_debug )
{