mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Set verbose back to 0 by default
This commit is contained in:
parent
113dd00d42
commit
ea839ba054
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
|
|||
my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb";
|
||||
my $opt_suites;
|
||||
|
||||
our $opt_verbose= 1; # Verbose output, enable with --verbose
|
||||
our $opt_verbose= 0; # Verbose output, enable with --verbose
|
||||
our $opt_verbose_restart= 0; # Verbose output for restarts
|
||||
|
||||
our $exe_mysql;
|
||||
|
|
Loading…
Reference in a new issue