#At file:///home/andrei/MySQL/BZR/mysql-6.0-rpl/ based on revid:aelkin@stripped
2803 Andrei Elkin 2009-01-28 [merge]
merge from 6.1-rpl to a local branch.
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-01-28 10:42:01 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-01-28 16:49:39 +0000
@@ -3439,7 +3439,7 @@ sub extract_warning_lines ($) {
my @lines;
while ( my $line = <$Ferr> )
{
- if ( $line =~ /"^CURRENT_TEST:"/ )
+ if ( $line =~ /^CURRENT_TEST:/ )
{
# Throw away lines from previous tests
@lines = ();
| Thread |
|---|
| • bzr commit into mysql-6.0-rpl branch (aelkin:2803) | Andrei Elkin | 28 Jan |