Commit 35c939d3 authored by kent@mysql.com's avatar kent@mysql.com

mysql-test-run.pl:

  Bug#11481, set charset directory to mysqlbinlog
parent c4fe91b7
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment