mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Use same abbrevation for statemtn in mboth mtr_cases.pl and mysql-test-run.pl
to crrectly filter tests to run
This commit is contained in:
parent
7340b3f108
commit
74ea1037fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue