List:Commits« Previous MessageNext Message »
From:jon Date:February 28 2006 11:03pm
Subject:svn commit - mysqldoc@docsrva: r1467 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-02-28 23:03:07 +0100 (Tue, 28 Feb 2006)
New Revision: 1467

Log:

Documenting bugfixes: Bug #17141 (Partitioning), Bug #16313 (XPath functions).



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-28 21:42:32 UTC (rev 1466)
+++ trunk/refman-common/news-5.1.xml	2006-02-28 22:03:07 UTC (rev 1467)
@@ -223,6 +223,15 @@
       
       <listitem>
         <para>
+          The <literal>ExtractValue()</literal> function allowed the use
+          of the <literal>!</literal> character in identifiers by
+          ignoring the illegal character. This is now correctly reported
+          as a syntax error. (Bug #16313)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: Trying to insert a value into
           a nonexistent <literal>LIST</literal> partition of an
           <literal>NDB</literal> table would cause the server to crash.
@@ -680,8 +689,10 @@
 
       <listitem>
         <para>
-          Querying the <literal>INFORMATION_SCHEMA.partitions</literal>
-          table on a non-max server caused a server crash. (Bug #16591)
+          Querying the <literal>INFORMATION_SCHEMA.PARTITIONS</literal>
+          table on a non-max server caused a server crash. This also
+          happened following the creation of a table with a very large
+          number (hundreds) of partitions. (Bug #16591, Bug #17141)
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r1467 - trunk/refman-commonjon28 Feb