From: Date: July 15 2006 11:18pm Subject: bk commit into 5.0 tree (evgen:1.2241) BUG#10977 List-Archive: http://lists.mysql.com/commits/9246 X-Bug: 10977 Message-Id: <20060715211811.9251E11A624@moonbone.moonbone.local> Below is the list of changes that have just been committed into a local 5.0 repository of evgen. When evgen 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@stripped, 2006-07-16 01:18:08+04:00, evgen@stripped +1 -0 errmsg.txt: Fixed bug#10977: No warning issued if a column name is truncated New warning message is added. sql/share/errmsg.txt@stripped, 2006-07-16 01:17:57+04:00, evgen@stripped +2 -0 Fixed bug#10977: No warning issued if a column name is truncated New warning message is added. # 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: evgen # Host: moonbone.local # Root: /work/10977-bug-5.0-opt-mysql --- 1.65/sql/share/errmsg.txt 2006-07-16 01:18:11 +04:00 +++ 1.66/sql/share/errmsg.txt 2006-07-16 01:18:11 +04:00 @@ -5621,3 +5621,5 @@ eng "The used table type doesn't support SPATIAL indexes" ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA eng "Triggers can not be created on system tables" +ER_REMOVED_SPACES + eng "Leading spaces are removed from name '%s'"