List:Internals« Previous MessageNext Message »
From:Heikki Tuuri Date:April 18 2005 7:24pm
Subject:bk commit - mysqldoc tree (heikki:1.2879)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of heikki. When heikki 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2879 05/04/18 20:24:17 heikki@stripped +1 -0
  Add a note about ENUM in latin1 with > 100 elements.

  Docs/manual.texi
    1.2710 05/04/18 20:22:26 heikki@stripped +2 -1

# 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:	heikki
# Host:	hundin.mysql.fi
# Root:	/home/heikki/mysqldoc

--- 1.2709/Docs/manual.texi	Mon Apr 18 18:15:58 2005
+++ 1.2710/Docs/manual.texi	Mon Apr 18 20:22:26 2005
@@ -99247,7 +99247,8 @@
 @item
 InnoDB: @code{ENUM} and @code{SET} columns were treated incorrectly as
 character strings.  This bug did not manifest itself with @code{latin1}
-collations, but it caused malfunction with @code{utf8}.  Old tables
+collations if there were less than about 100 elements in an
+@code{ENUM}, but it caused malfunction with @code{UTF-8}.  Old tables
 will continue to work.  In new tables, @code{ENUM} and @code{SET} will be
 internally stored as unsigned integers.  (Bug #9526)
 @item
Thread
bk commit - mysqldoc tree (heikki:1.2879)Heikki Tuuri18 Apr