List:Commits« Previous MessageNext Message »
From:paul Date:May 2 2006 2:00am
Subject:svn commit - mysqldoc@docsrva: r1985 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-05-02 04:00:31 +0200 (Tue, 02 May 2006)
New Revision: 1985

Log:
 r10005@frost:  paul | 2006-05-01 20:59:24 -0500
 Document bugfixes:
 Bug#12792
 Bug#15153
 Bug#15684
 Bug#15728
 Bug#16195
 Bug#17849
 Bug#19079
 Bug#19145


Modified:
   trunk/
   trunk/refman-common/news-4.1.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7123
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9959
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7123
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10005
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-05-02 00:44:23 UTC (rev 1984)
+++ trunk/refman-common/news-4.1.xml	2006-05-02 02:00:31 UTC (rev 1985)
@@ -272,6 +272,24 @@
 
       <listitem>
         <para>
+          Attempting to set the default value of an
+          <literal>ENUM</literal> or <literal>SET</literal> column to
+          <literal>NULL</literal> caused a server crash. (Bug #19145)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Index corruption could occur in cases when
+          <literal>key_cache_block_size</literal> was not a multiple of
+          <literal>myisam_block_size</literal> (for example, with
+          <literal>key_cache_block_size=1536</literal> and
+          <literal>myisam_block_size=1024</literal>). (Bug #19079)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>UNCOMPRESS(NULL)</literal> could cause subsequent
           <literal>UNCOMPRESS()</literal> calls to return
           <literal>NULL</literal> for legal non-<literal>NULL</literal>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-05-02 00:44:23 UTC (rev 1984)
+++ trunk/refman-common/news-5.0.xml	2006-05-02 02:00:31 UTC (rev 1985)
@@ -237,6 +237,42 @@
 
       <listitem>
         <para>
+          Attempting to set the default value of an
+          <literal>ENUM</literal> or <literal>SET</literal> column to
+          <literal>NULL</literal> caused a server crash. (Bug #19145)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>sql_notes</literal> and
+          <literal>sql_warnings</literal> system variables were not
+          always displayed correctly by <literal>SHOW
+          VARIABLES</literal> (for example, they were displayed as
+          <literal>ON</literal> after being set to
+          <literal>OFF</literal>). (Bug #16195)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>sql_big_selects</literal> system variable was not
+          displayed by <literal>SHOW VARIABLES</literal>. (Bug #17849)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>system_time_zone</literal> and
+          <literal>version_*</literal> system variables could not be
+          accessed via <literal>SELECT
+          @@<replaceable>var_name</replaceable></literal> syntax. (Bug
+          #12792, Bug #15684)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Flushing the compression buffer (via <literal>FLUSH
           TABLE</literal>) no longer increases the size of an unmodified
           <literal>ARCHIVE</literal> table. (Bug #19204)
@@ -385,6 +421,30 @@
 
       <listitem>
         <para>
+          Index corruption could occur in cases when
+          <literal>key_cache_block_size</literal> was not a multiple of
+          <literal>myisam_block_size</literal> (for example, with
+          <literal>key_cache_block_size=1536</literal> and
+          <literal>myisam_block_size=1024</literal>). (Bug #19079)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>LAST_INSERT_ID()</literal> in a stored function or
+          trigger returned zero. . (Bug #15728)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Use of <literal>CONVERT_TZ()</literal> in a view definition
+          could result in spurious syntax or access errors. (Bug #15153)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>UNCOMPRESS(NULL)</literal> could cause subsequent
           <literal>UNCOMPRESS()</literal> calls to return
           <literal>NULL</literal> for legal non-<literal>NULL</literal>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-05-02 00:44:23 UTC (rev 1984)
+++ trunk/refman-common/news-5.1.xml	2006-05-02 02:00:31 UTC (rev 1985)
@@ -292,6 +292,66 @@
 
       <listitem>
         <para>
+          Attempting to set the default value of an
+          <literal>ENUM</literal> or <literal>SET</literal> column to
+          <literal>NULL</literal> caused a server crash. (Bug #19145)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Index corruption could occur in cases when
+          <literal>key_cache_block_size</literal> was not a multiple of
+          <literal>myisam_block_size</literal> (for example, with
+          <literal>key_cache_block_size=1536</literal> and
+          <literal>myisam_block_size=1024</literal>). (Bug #19079)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>sql_big_selects</literal> system variable was not
+          displayed by <literal>SHOW VARIABLES</literal>. (Bug #17849)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>sql_notes</literal> and
+          <literal>sql_warnings</literal> system variables were not
+          always displayed correctly by <literal>SHOW
+          VARIABLES</literal> (for example, they were displayed as
+          <literal>ON</literal> after being set to
+          <literal>OFF</literal>). (Bug #16195)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>LAST_INSERT_ID()</literal> in a stored function or
+          trigger returned zero. . (Bug #15728)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Use of <literal>CONVERT_TZ()</literal> in a view definition
+          could result in spurious syntax or access errors. (Bug #15153)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>system_time_zone</literal> and
+          <literal>version_*</literal> system variables could not be
+          accessed via <literal>SELECT
+          @@<replaceable>var_name</replaceable></literal> syntax. (Bug
+          #12792, Bug #15684)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Conversion of a number to a <literal>CHAR UNICODE</literal>
           string returned an invalid result. (Bug #18691)
         </para>

Thread
svn commit - mysqldoc@docsrva: r1985 - in trunk: . refman-commonpaul2 May