summaryrefslogtreecommitdiff
path: root/mysql-test/lib/v1
diff options
context:
space:
mode:
authorAnitha Gopi <anitha.gopi@sun.com>2010-12-21 23:14:48 +0530
committerAnitha Gopi <anitha.gopi@sun.com>2010-12-21 23:14:48 +0530
commit283630356c9e19522df99b8fe728adcfa426703d (patch)
treedcf18af802b92e632dc1e6797dd408d50e28af5c /mysql-test/lib/v1
parent029a5df87044dd392d3c393a2ba1c882722c94e0 (diff)
downloadmariadb-git-283630356c9e19522df99b8fe728adcfa426703d.tar.gz
BUG #59055: RQG was broken after the checkin that removed rpl and rpl_ndb suites. RQG uses MTR V1 and that still has these in the default suite. Removing these from V1. Also removing references to ndb tests in some more disabled.def files
Diffstat (limited to 'mysql-test/lib/v1')
-rwxr-xr-xmysql-test/lib/v1/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/v1/mysql-test-run.pl b/mysql-test/lib/v1/mysql-test-run.pl
index 4e4f09981cc..5abae272c36 100755
--- a/mysql-test/lib/v1/mysql-test-run.pl
+++ b/mysql-test/lib/v1/mysql-test-run.pl
@@ -135,7 +135,7 @@ our $default_vardir;
our $opt_usage;
our $opt_suites;
-our $opt_suites_default= "main,binlog,rpl,rpl_ndb,ndb"; # Default suites to run
+our $opt_suites_default= "main,binlog,rpl"; # Default suites to run
our $opt_script_debug= 0; # Script debugging, enable with --script-debug
our $opt_verbose= 0; # Verbose output, enable with --verbose