2845 Bjorn Munch 2009-10-09
avoid regexp warning after 46625
modified:
mysql-test/mysql-test-run.pl
2844 Bjorn Munch 2009-10-08
Remove obsolete comments after fixing 42408
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-10-08 12:31:39 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-10-09 13:16:36 +0000
@@ -3249,7 +3249,7 @@ sub run_testcase ($) {
# Allow only alpanumerics pluss _ - + . in combination names
my $combination= $tinfo->{combination};
- if ($combination && $combination !~ /^\w[\w-\.\+]+$/)
+ if ($combination && $combination !~ /^\w[-\w\.\+]+$/)
{
mtr_error("Combination '$combination' contains illegal characters");
}
Attachment: [text/bzr-bundle] bzr/bjorn.munch@sun.com-20091009131636-pxcbm188bkcez11l.bundle
| Thread |
|---|
| • bzr push into mysql-5.1-mtr branch (Bjorn.Munch:2844 to 2845) | Bjorn Munch | 9 Oct |