From: Date: August 16 2005 8:55pm Subject: bk commit into 5.0 tree (andrey:1.1984) BUG#12595 List-Archive: http://lists.mysql.com/internals/28347 X-Bug: 12595 Message-Id: <20050816185501.38A492C5AA@andrey.hristov.com> 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.