diff options
author | unknown <skozlov/ksm@mysql.com/virtop.localdomain> | 2007-11-21 00:39:55 +0300 |
---|---|---|
committer | unknown <skozlov/ksm@mysql.com/virtop.localdomain> | 2007-11-21 00:39:55 +0300 |
commit | 2d1f41a1968bd4830276f75beeafbe89eaa9a48e (patch) | |
tree | fb92f5cf5a9480d52e574c65b25d98a9f623dd3d /mysql-test/mysql-test-run.pl | |
parent | bfb18f9ad5847b2c124f86b0516196e747fac5df (diff) | |
download | mariadb-git-2d1f41a1968bd4830276f75beeafbe89eaa9a48e.tar.gz |
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
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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", "", "", ""); } } |