From: Date: March 23 2006 10:05am Subject: bk commit into 5.0 tree (bar:1.2108) BUG#15375 List-Archive: http://lists.mysql.com/commits/4055 X-Bug: 15375 Message-Id: <200603230905.k2N95TDg004041@bar.intranet.mysql.r18.ru> Below is the list of changes that have just been committed into a local 5.0 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.2108 06/03/23 13:05:13 bar@stripped +1 -0 m_ctype.h: Removing duplicate old definition. After merge fix for bug#15375 include/m_ctype.h 1.117 06/03/23 13:04:06 bar@stripped +0 -1 Removing duplicate old definition. After merge fix for bug#15375 # 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-5.0 --- 1.116/include/m_ctype.h 2006-03-23 12:40:36 +04:00 +++ 1.117/include/m_ctype.h 2006-03-23 13:04:06 +04:00 @@ -50,7 +50,6 @@ #define MY_CS_ILSEQ 0 #define MY_CS_ILUNI 0 -#define MY_CS_TOOSMALL -1 #define MY_CS_TOOFEW(n) (-1-(n)) /* wm_wc and wc_mb return codes */