List:Internals« Previous MessageNext Message »
From:ahristov Date:August 16 2005 8:55pm
Subject:bk commit into 5.0 tree (andrey:1.1984) BUG#12595
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of andrey. When andrey 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.1984 05/08/16 20:54:53 andrey@lmy004. +1 -0
  after review fix for bug #12595

  sql/item_cmpfunc.cc
    1.167 05/08/16 20:54:48 andrey@lmy004. +1 -1
    remove a line with trailing spaces

# 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:	andrey
# Host:	lmy004.
# Root:	/work/mysql-5.0-bug12595

--- 1.166/sql/item_cmpfunc.cc	2005-08-16 15:39:33 +02:00
+++ 1.167/sql/item_cmpfunc.cc	2005-08-16 20:54:48 +02:00
@@ -2799,7 +2799,7 @@
       return TRUE;
     }
     escape= escape_str ? *(escape_str->ptr()) : '\\';
-    
+
     /*
       We could also do boyer-more for non-const items, but as we would have to
       recompute the tables for each row it's not worth it.
Thread
bk commit into 5.0 tree (andrey:1.1984) BUG#12595ahristov16 Aug