List:Commits« Previous MessageNext Message »
From:jon Date:March 2 2006 10:24am
Subject:svn commit - mysqldoc@docsrva: r1486 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-02 11:24:40 +0100 (Thu, 02 Mar 2006)
New Revision: 1486

Log:

Documenting bugfixes: 
  Bug #16315 (XPath); 
  Bug #14527 (Partitioning); 
  Bug #14541 (Cluster/Replication)



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-02 07:31:04 UTC (rev 1485)
+++ trunk/refman-common/news-5.1.xml	2006-03-02 10:24:40 UTC (rev 1486)
@@ -197,6 +197,23 @@
       
       <listitem>
         <para>
+          Naming a partition using the character 
+          <emphasis role="bold">Ç</emphasis> (<quote>c-cedilla</quote>;
+          Unicode <literal>00C7</literal> or <literal>00E7</literal>)
+          made unreadable the table containing the partition. (Bug
+          #14527) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          The <literal>self()</literal> XPath function was not handled
+          correcty by <literal>ExtractValue()</literal>. (Bug #16315)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           The <literal>ExtractValue()</literal> function would not accept
           expressions which matched element names containing an underscore
           character. (Bug #16320)
@@ -509,6 +526,13 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Cluster tables not having an
+          explicit primary key could not be replicated. (Bug #14541)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1486 - trunk/refman-commonjon2 Mar