1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Turn off vernose for windows

This commit is contained in:
msvensson@pilot.mysql.com
2008-03-14 13:59:43 +01:00
parent 60dcedb7c2
commit eaf8435cc3

View File

@ -88,7 +88,6 @@ 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;