List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 3 2008 3:22pm
Subject:svn commit - mysqldoc@docsrva: r9468 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-01-03 16:22:27 +0100 (Thu, 03 Jan 2008)
New Revision: 9468

Log:
Adding a note about a bug in the merge engines with keys after reader command and discussion with Ingo. 



Modified:
   trunk/refman-4.1/storage-engines.xml
   trunk/refman-5.0/se-merge.xml
   trunk/refman-5.1/se-merge.xml
   trunk/refman-6.0/se-merge.xml


Modified: trunk/refman-4.1/storage-engines.xml
===================================================================
--- trunk/refman-4.1/storage-engines.xml	2008-01-03 11:06:32 UTC (rev 9467)
+++ trunk/refman-4.1/storage-engines.xml	2008-01-03 15:22:27 UTC (rev 9468)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 3; 1015 bytes

@@ -1840,12 +1840,19 @@
       <listitem>
         <para>
           Underlying table must have at least the same amount of keys
-          that merge table has. The underlying table may have morekeys
+          that merge table has. The underlying table may have more keys
           than the <literal>MERGE</literal> table, but cannot have less.
         </para>
-      </listitem>
 
-      <listitem>
+        <note>
+          <para>
+            A known issue exists that keys on the some columns must be
+            identical in order in both the <literal>MERGE</literal>
+            table and the underlying <literal>MyISAM</literal> table.
+            See Bug #33653.
+          </para>
+        </note>
+
         <para>
           For each key:
         </para>


Modified: trunk/refman-5.0/se-merge.xml
===================================================================
--- trunk/refman-5.0/se-merge.xml	2008-01-03 11:06:32 UTC (rev 9467)
+++ trunk/refman-5.0/se-merge.xml	2008-01-03 15:22:27 UTC (rev 9468)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 2; 780 bytes

@@ -223,9 +223,16 @@
         merge table has. The underlying table may have morekeys than the
         <literal>MERGE</literal> table, but cannot have less.
       </para>
-    </listitem>
 
-    <listitem>
+      <note>
+        <para>
+          A known issue exists that keys on the some columns must be
+          identical in order in both the <literal>MERGE</literal> table
+          and the underlying <literal>MyISAM</literal> table. See Bug
+          #33653.
+        </para>
+      </note>
+
       <para>
         For each key:
       </para>


Modified: trunk/refman-5.1/se-merge.xml
===================================================================
--- trunk/refman-5.1/se-merge.xml	2008-01-03 11:06:32 UTC (rev 9467)
+++ trunk/refman-5.1/se-merge.xml	2008-01-03 15:22:27 UTC (rev 9468)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 2; 780 bytes

@@ -206,9 +206,16 @@
         merge table has. The underlying table may have morekeys than the
         <literal>MERGE</literal> table, but cannot have less.
       </para>
-    </listitem>
 
-    <listitem>
+      <note>
+        <para>
+          A known issue exists that keys on the some columns must be
+          identical in order in both the <literal>MERGE</literal> table
+          and the underlying <literal>MyISAM</literal> table. See Bug
+          #33653.
+        </para>
+      </note>
+
       <para>
         For each key:
       </para>


Modified: trunk/refman-6.0/se-merge.xml
===================================================================
--- trunk/refman-6.0/se-merge.xml	2008-01-03 11:06:32 UTC (rev 9467)
+++ trunk/refman-6.0/se-merge.xml	2008-01-03 15:22:27 UTC (rev 9468)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 2; 780 bytes

@@ -204,9 +204,16 @@
         merge table has. The underlying table may have morekeys than the
         <literal>MERGE</literal> table, but cannot have less.
       </para>
-    </listitem>
 
-    <listitem>
+      <note>
+        <para>
+          A known issue exists that keys on the some columns must be
+          identical in order in both the <literal>MERGE</literal> table
+          and the underlying <literal>MyISAM</literal> table. See Bug
+          #33653.
+        </para>
+      </note>
+
       <para>
         For each key:
       </para>


Thread
svn commit - mysqldoc@docsrva: r9468 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0mcbrown3 Jan