Author: jrussell
Date: 2010-07-01 00:07:58 +0200 (Thu, 01 Jul 2010)
New Revision: 21558
Log:
Add to change log for bug #44571.
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-06-30 21:15:26 UTC (rev 21557)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-06-30 22:07:58 UTC (rev 21558)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1222 bytes
@@ -15347,6 +15347,39 @@
</tags>
<bugs>
+ <fixes bugid="44571"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.47"/>
+ <version ver="5.5.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A mismatch between index information maintained within the
+ <literal>.frm</literal> files and the corresponding information
+ in the InnoDB system tablespace could produce this error:
+ <literal>[ERROR] Index <replaceable>index</replaceable> of
+ <replaceable>table</replaceable> has
+ <replaceable>n</replaceable> columns unique inside InnoDB, but
+ MySQL is asking statistics for <replaceable>m</replaceable>
+ columns. Have you mixed up .frm files from different
+ installations?</literal>
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
<fixes bugid="49047"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r21558 - trunk/dynamic-docs/changelog | john.russell | 1 Jul |