mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Temporarily turn on verbose on windows
This commit is contained in:
parent
a4b15aa3fa
commit
9d142ff0a8
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb";
|
|||
our $opt_suites= $DEFAULT_SUITES;
|
||||
|
||||
our $opt_verbose= 0; # Verbose output, enable with --verbose
|
||||
$opt_verbose= 1 if IS_WINDOWS;
|
||||
our $opt_verbose_restart= 0; # Verbose output for restarts
|
||||
|
||||
my $exe_mysqld;
|
||||
|
|
Loading…
Reference in a new issue