From: bar Date: October 5 2005 12:33pm Subject: bk commit into 4.1 tree (bar:1.2470) List-Archive: http://lists.mysql.com/internals/30717 Message-Id: <200510051233.j95CXjk9080584@bar.intranet.mysql.r18.ru> Below is the list of changes that have just been committed into a local 4.1 repository of bar. When bar 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.2470 05/10/05 17:33:39 bar@stripped +1 -0 item_cmpfunc.cc: wrong variable. sql/item_cmpfunc.cc 1.201 05/10/05 17:33:20 bar@stripped +1 -1 wrong variable. # 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: bar # Host: bar.intranet.mysql.r18.ru # Root: /usr/home/bar/mysql-4.1.b12476 --- 1.200/sql/item_cmpfunc.cc 2005-09-29 16:07:27 +05:00 +++ 1.201/sql/item_cmpfunc.cc 2005-10-05 17:33:20 +05:00 @@ -2443,7 +2443,7 @@ String *escape_str= escape_item->val_str(&tmp_value1); if (escape_str) { - if (use_mb(cmp_collation.collation)) + if (use_mb(cmp.cmp_collation.collation)) { CHARSET_INFO *cs= escape_str->charset(); my_wc_t wc;