List:Commits« Previous MessageNext Message »
From:mcbrown Date:June 13 2006 5:09pm
Subject:svn commit - mysqldoc@docsrva: r2366 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2006-06-13 19:08:59 +0200 (Tue, 13 Jun 2006)
New Revision: 2366

Log:
Documenting bug #12633



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

Modified: trunk/refman-common/news-4.0.xml
===================================================================
--- trunk/refman-common/news-4.0.xml	2006-06-13 16:31:15 UTC (rev 2365)
+++ trunk/refman-common/news-4.0.xml	2006-06-13 17:08:59 UTC (rev 2366)
@@ -218,6 +218,15 @@
 
       <listitem>
         <para>
+          Running <command>myisampack</command> followed by
+          <command>myisamchk</command> with the
+          <option>--unpack</option> option would corrupt the
+          <literal>auto_increment</literal> key. (Bug #12633)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           When <command>myisamchk</command> needed to rebuild a table,
           <literal>AUTO_INCREMENT</literal> information was lost. (Bug
           #10405)

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-06-13 16:31:15 UTC (rev 2365)
+++ trunk/refman-common/news-4.1.xml	2006-06-13 17:08:59 UTC (rev 2366)
@@ -574,6 +574,15 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Running <command>myisampack</command> followed by
+          <command>myisamchk</command> with the
+          <option>--unpack</option> option would corrupt the
+          <literal>auto_increment</literal> key. (Bug #12633)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
   </section>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-06-13 16:31:15 UTC (rev 2365)
+++ trunk/refman-common/news-5.0.xml	2006-06-13 17:08:59 UTC (rev 2366)
@@ -1129,14 +1129,14 @@
     </para>
 
     <para>
-      This release includes the security fix described later in
-      this section and a few other changes to resolve build problems, relative to
-      the last official MySQL release (5.0.21). If you would like to
-      receive more fine-grained and personalized <emphasis>update
-      alerts</emphasis> about fixes that are relevant to the version and
-      features you use, please consider subscribing to <emphasis>MySQL
-      Network</emphasis> (a commercial MySQL offering). For more details
-      please see
+      This release includes the security fix described later in this
+      section and a few other changes to resolve build problems,
+      relative to the last official MySQL release (5.0.21). If you would
+      like to receive more fine-grained and personalized
+      <emphasis>update alerts</emphasis> about fixes that are relevant
+      to the version and features you use, please consider subscribing
+      to <emphasis>MySQL Network</emphasis> (a commercial MySQL
+      offering). For more details please see
       <ulink url="http://www.mysql.com/network/advisors.html"/>.
     </para>
 
@@ -1253,6 +1253,15 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Running <command>myisampack</command> followed by
+          <command>myisamchk</command> with the
+          <option>--unpack</option> option would corrupt the
+          <literal>auto_increment</literal> key. (Bug #12633)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
   </section>
@@ -1341,15 +1350,15 @@
           all configured data nodes first. (Bug #18606)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: A new
-          <option>--nowait-nodes</option> startup option for 
+          <option>--nowait-nodes</option> startup option for
           <command>ndbd</command> makes it possible to
           <quote>skip</quote> specific nodes without waiting for them to
-          start when starting the cluster. See 
-          <xref linkend="ndbd-command-options"/>.  
+          start when starting the cluster. See
+          <xref linkend="ndbd-command-options"/>.
         </para>
       </listitem>
 

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-06-13 16:31:15 UTC (rev 2365)
+++ trunk/refman-common/news-5.1.xml	2006-06-13 17:08:59 UTC (rev 2366)
@@ -1346,6 +1346,15 @@
 
       <listitem>
         <para>
+          Running <command>myisampack</command> followed by
+          <command>myisamchk</command> with the
+          <option>--unpack</option> option would corrupt the
+          <literal>auto_increment</literal> key. (Bug #12633)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           A view definition that referred to an alias in the
           <literal>HAVING</literal> clause could be saved in the
           <filename>.frm</filename> file with the alias replaced by the
@@ -2428,15 +2437,15 @@
           #17631)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: A new
-          <option>--nowait-nodes</option> startup option for 
+          <option>--nowait-nodes</option> startup option for
           <command>ndbd</command> makes it possible to
           <quote>skip</quote> specific nodes without waiting for them to
-          start when starting the cluster. See 
-          <xref linkend="ndbd-command-options"/>.  
+          start when starting the cluster. See
+          <xref linkend="ndbd-command-options"/>.
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2366 - trunk/refman-commonmcbrown13 Jun