Author: jrussell
Date: 2011-01-12 23:15:31 +0100 (Wed, 12 Jan 2011)
New Revision: 24793
Log:
Added changelog entry for bug #18274.
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-12 21:43:09 UTC (rev 24792)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-12 22:15:31 UTC (rev 24793)
Changed blocks: 2, Lines Added: 34, Lines Deleted: 3; 1489 bytes
@@ -13,6 +13,35 @@
</tags>
<bugs>
+ <fixes bugid="18274"/>
+ </bugs>
+
+ <versions>
+<!-- <version ver="5.6.1"/> -->
+ <version ver="5.5.9"/>
+ <version ver="5.1.55"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal role="stmt">OPTIMIZE TABLE</literal> statement
+ would reset the auto-increment counter for an
+ <literal role="se">InnoDB</literal> table. Now the
+ auto-increment value is preserved across this operation.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="innodb"/>
+ </tags>
+
+ <bugs>
<fixes bugid="58279"/>
</bugs>
@@ -8953,9 +8982,11 @@
<message>
<para>
- The <literal role="sysvar">innodb_stats_on_metadata</literal>
- option could prevent the <literal role="stmt">ANALYZE
- TABLE</literal> statement from running.
+ Turning off the
+ <literal role="sysvar">innodb_stats_on_metadata</literal> option
+ could prevent the <literal role="stmt">ANALYZE TABLE</literal>
+ statement from updating the cardinality statistics of
+ <literal role="se">InnoDB</literal> tables.
</para>
</message>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24793 - trunk/dynamic-docs/changelog | john.russell | 12 Jan |