From 35c939d3c45bf124e441beca7d9abf8ff0b3132f Mon Sep 17 00:00:00 2001 From: "kent@mysql.com" <> Date: Wed, 22 Jun 2005 19:07:31 +0200 Subject: [PATCH] mysql-test-run.pl: Bug#11481, set charset directory to mysqlbinlog --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4759b6250f2..6e2fb50d988 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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 ) {