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
This commit is contained in:
parent
f482437cdc
commit
c6b05a9a5e
@ -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
|
||||
|
||||
|
@ -10,4 +10,3 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
ndb_trig_1011ext: Bug#47564
|
||||
|
@ -1,4 +1 @@
|
||||
# Should maybe be enabled, but ndb is not part of the ordinary build.
|
||||
# Bernt M. Johnsen 2010-05-10
|
||||
ndb_charset : Bug#20447 Problem with prefix keys with contractions and expansions
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
partition_basic_ndb : Bug#44919 parts-suite in mtr tries to use features not supported by ndb
|
||||
# http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-limitations-syntax.html
|
||||
partition_syntax_ndb : Bug#36735 Not supported
|
Loading…
x
Reference in New Issue
Block a user