3433 Magnus Blåudd 2011-05-16
ndb
- hack mtr.pl in 6.3 so ignore --suite=*ndb_rpl* to make it easier for our
automated build systems
modified:
mysql-test/mysql-test-run.pl
3432 Jonas Oreland 2011-04-27 [merge]
ndb - merge 62 to 63
removed:
storage/ndb/test/sql/
storage/ndb/test/sql/BANK.sql
storage/ndb/test/sql/T1.sql
storage/ndb/test/sql/test_create_drop.pl
storage/ndb/test/sql/test_range_bounds.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2011-04-08 13:23:36 +0000
+++ b/mysql-test/mysql-test-run.pl 2011-05-16 09:11:50 +0000
@@ -356,6 +356,11 @@ sub main {
# Append --extra-suites to --suites
$opt_suites= "$opt_suites,$opt_extra_suites";
}
+
+ # MCP > support specifying suite=*ndb_rpl* also in 6.3, but ignore it
+ $opt_suites =~ s/ndb_rpl//g;
+ # MCP <
+
mtr_report("opt_suites: $opt_suites");
mtr_report("Collecting tests...");
No bundle (reason: useless for push emails).| Thread |
|---|
| • bzr push into mysql-5.1-telco-6.3 branch (magnus.blaudd:3432 to 3433) | Magnus Blåudd | 16 May |