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

mtr - temporarily turn on verbose

This commit is contained in:
Magnus Svensson
2008-11-21 08:57:46 +01:00
parent 53bf864735
commit 6dc9b2ab9f

View File

@ -118,7 +118,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= 0; # Verbose output, enable with --verbose
our $opt_verbose= 1; # Verbose output, enable with --verbose
our $exe_mysql;
our $exe_mysqladmin;