diff options
author | msvensson@pilot.(none) <> | 2007-06-08 07:19:17 +0200 |
---|---|---|
committer | msvensson@pilot.(none) <> | 2007-06-08 07:19:17 +0200 |
commit | 74ea1037fdacabf9cb6a0da21b059b08a02ebd6a (patch) | |
tree | 0e455f369ddcaabc55251319629436ce0d2d6b1e /mysql-test/mysql-test-run.pl | |
parent | 7340b3f108443a22846358a8366e3419891884e5 (diff) | |
download | mariadb-git-74ea1037fdacabf9cb6a0da21b059b08a02ebd6a.tar.gz |
Use same abbrevation for statemtn in mboth mtr_cases.pl and mysql-test-run.pl
to crrectly filter tests to run
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 cd423f93652..3b87957f9a7 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -771,7 +771,7 @@ sub command_line_setup () { # Find out type of logging that are being used # -------------------------------------------------------------------------- # NOTE if the default binlog format is changed, this has to be changed - $used_binlog_format= "stmt"; + $used_binlog_format= "statement"; if (!$opt_extern && $mysql_version_id >= 50100 ) { $used_binlog_format= "mixed"; # Default value for binlog format |