mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix RQG in 5.5, make mtr MTR_VERSION=1 functional.
Patch by elenst
This commit is contained in:
parent
4c6426fc75
commit
e72a6096f2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ our $default_vardir;
|
|||
our $opt_usage;
|
||||
our $opt_list_options;
|
||||
our $opt_suites;
|
||||
our $opt_suites_default= "main,binlog,rpl,rpl_ndb,ndb,maria"; # Default suites to run
|
||||
our $opt_suites_default= "main,binlog,rpl,maria"; # Default suites to run
|
||||
our $opt_script_debug= 0; # Script debugging, enable with --script-debug
|
||||
our $opt_verbose= 0; # Verbose output, enable with --verbose
|
||||
|
||||
|
|
Loading…
Reference in a new issue