From 2d1f41a1968bd4830276f75beeafbe89eaa9a48e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Nov 2007 00:39:55 +0300 Subject: WL#3949, fix for 2nd part mysql-test/mysql-test-run.pl: updated mtr mysql-test/include/set_binlog_format_mixed.inc: set mixed binlog format mysql-test/include/set_binlog_format_row.inc: set row binlog format mysql-test/include/set_binlog_format_statement.inc: set statement binlog format --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/mysql-test-run.pl') diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index fd0b5cb98bb..bb520bdf617 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3343,7 +3343,7 @@ sub do_before_run_mysqltest($) mtr_add_arg($args, "--port=$server->{'port'}"); mtr_add_arg($args, "--socket=$server->{'path_sock'}"); - mtr_run($exe_mysql, $args, "$glob_mysql_test_dir/include/set_binlog_format_".$tinfo->{"binlog_format"}.".inc", "", "", "", {}); + mtr_run($exe_mysql, $args, "include/set_binlog_format_".$tinfo->{"binlog_format"}.".inc", "", "", ""); } } -- cgit v1.2.1