List:Commits« Previous MessageNext Message »
From:msvensson Date:February 20 2006 2:05pm
Subject:bk commit into 5.1 tree (msvensson:1.2137)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2137 06/02/20 15:05:23 msvensson@neptunus.(none) +1 -0
  Merge fix

  client/mysqltest.c
    1.179 06/02/20 15:05:18 msvensson@neptunus.(none) +1 -1
    Fix merge error

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysqltest_replace/my51-mysqltest_replace

--- 1.178/client/mysqltest.c	2006-02-17 12:16:32 +01:00
+++ 1.179/client/mysqltest.c	2006-02-20 15:05:18 +01:00
@@ -3704,7 +3704,7 @@
 
   if (glob_replace_regex)
   {
-    if (!multi_reg_replace_regex, (char*)val))
+    if (!multi_reg_replace(glob_replace_regex, (char*)val))
     {
       val= glob_replace_regex->buf;
       len= strlen(val);
Thread
bk commit into 5.1 tree (msvensson:1.2137)msvensson20 Feb