Below is the list of changes that have just been committed into a local
5.0 repository of greenman. When greenman does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2149 06/04/17 19:43:19 igreenhoe@stripped +1 -0
Fix for bug #18979, bad RE in mysql-test-run.pl
mysql-test/lib/mtr_cases.pl
1.18 06/04/17 19:43:02 igreenhoe@stripped +1 -1
Fixed the RE so that backtracking will not occur.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: igreenhoe
# Host: anubis.greendragongames.com
# Root: /home/greenman/workspace-mysql/mysql/bug-5.0-18979
--- 1.17/mysql-test/lib/mtr_cases.pl 2006-03-08 15:24:12 -08:00
+++ 1.18/mysql-test/lib/mtr_cases.pl 2006-04-17 19:43:02 -07:00
@@ -116,7 +116,7 @@
while ( <DISABLED> )
{
chomp;
- if ( /^\s*(\S+)\s*:\s*(.*?)\s*$/ )
+ if ( /^\s*([^\s:]+)\s*:\s*(.*?)\s*$/ )
{
$disabled{$1}= $2;
}
| Thread |
|---|
| • bk commit into 5.0 tree (igreenhoe:1.2149) BUG#18979 | Ian Greenhoe | 18 Apr |