List:Internals« Previous MessageNext Message »
From:paul Date:July 12 2005 9:54pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3002)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.3002 05/07/12 14:54:01 paul@stripped +1 -0
  news.xml:
    Document bugfix. (Bug #11821)
    Document bugfix. (Bug #11771)
    Document bugfix. (Bug #11365)

  refman/news.xml
    1.59 05/07/12 14:42:57 paul@stripped +12 -0
    Document bugfix. (Bug #11821)

  refman/news.xml
    1.58 05/07/12 14:35:27 paul@stripped +6 -0
    Document bugfix. (Bug #11771)

  refman/news.xml
    1.57 05/07/12 14:27:01 paul@stripped +11 -0
    Document bugfix. (Bug #11365)

# 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:	paul
# Host:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.56/refman/news.xml	2005-07-12 14:16:04 -05:00
+++ 1.59/refman/news.xml	2005-07-12 14:42:57 -05:00
@@ -232,6 +232,29 @@
    <itemizedlist>
 
     <listitem><para>
+     Selecting the result of an aggregate function for an
+     <literal>ENUM</literal> or <literal>SET</literal> column
within a
+     subquery could result in a server crash. (Bug #11821)
+    </para></listitem>
+
+    <listitem><para>
+     Incorrect column values could be retrieved from views defined using
+     statements of the form <literal>SELECT * FROM
+     <replaceable>tbl_name</replaceable></literal>. (Bug #11771)
+    </para></listitem>
+
+    <listitem><para>
+     The <literal>mysql.proc</literal> table was not being created
+     properly with the proper <literal>utf8</literal> character set and
+     collation, causing server crashes for stored procedure operations
+     if the server was using a multi-byte character set. To take
+     advantage of the bug fix,
+     <command>mysql_fix_privileges_tables</command> should be run to
+     correct the structure of the <literal>mysql.proc</literal> table.
+     (Bug #11365)
+    </para></listitem>
+
+    <listitem><para>
      Execution of a prepared statement that invoked a non-existent or
      dropped stored routine would crash the server. (Bug #11834)
     </para></listitem>
@@ -4941,6 +4964,12 @@
      describe the issue that was fixed. Use past tense. -->
 
    <itemizedlist>
+
+    <listitem><para>
+     Selecting the result of an aggregate function for an
+     <literal>ENUM</literal> or <literal>SET</literal> column
within a
+     subquery could result in a server crash. (Bug #11821)
+    </para></listitem>
 
     <listitem><para>
      When used in joins, <literal>SUBSTRING()</literal> failed to
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3002)paul12 Jul