Commit 055a0b85 authored by unknown's avatar unknown

Use same abbrevation for statemtn in mboth mtr_cases.pl and mysql-test-run.pl

to crrectly filter tests to run

parent 46cd7395
...@@ -771,7 +771,7 @@ sub command_line_setup () { ...@@ -771,7 +771,7 @@ sub command_line_setup () {
# Find out type of logging that are being used # Find out type of logging that are being used
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
# NOTE if the default binlog format is changed, this has to be changed # 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 ) if (!$opt_extern && $mysql_version_id >= 50100 )
{ {
$used_binlog_format= "mixed"; # Default value for binlog format $used_binlog_format= "mixed"; # Default value for binlog format
......
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