1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#16247322-MTR NOT RUNNING SYS_VARS TEST SUITE FOR 5.1

Reverting back the previous changes as they are causing
issues in PB2.
This commit is contained in:
Venkatesh Duggirala
2013-02-08 16:34:32 +05:30
parent e33b9d2822
commit cf400bbaad
2 changed files with 2 additions and 3 deletions

View File

@ -157,7 +157,7 @@ my $path_config_file; # The generated config file, var/my.cnf
# executables will be used by the test suite.
our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,rpl_ndb,ndb,innodb,innodb_plugin";
my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb,innodb,innodb_plugin";
my $opt_suites;
our $opt_verbose= 0; # Verbose output, enable with --verbose