Author: paul
Date: 2008-06-25 04:07:38 +0200 (Wed, 25 Jun 2008)
New Revision: 11032
Log:
r32244@frost: paul | 2008-06-24 21:05:44 -0500
Document bugfixes:
Bug#34335: InnoDB: Crash with auto_increment bigint
Bug#33349: possible race condition revolving around data dictionary and repartitioning
Bug#36278: Data_free in SHOW TABLE STATUS for InnoDB is in kilobytes
Bug#36169: create innodb compressed table with too large row size crashed
Bug#35537: Innodb doesn't increment handler_update and handler_delete
Bug#29507: TRUNCATE shows to many rows effected
Bug#36434: ha_innodb.so is installed in the wrong directory
Bug#29157: UPDATE, changed rows incorrect
Bug#22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive
workloadw
Bug#18942: DROP DATABASE does not drop an orphan FOREIGN KEY constraint
Modified:
trunk/dynamic-docs/changelog/innobugs.xml
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32240
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31778
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32244
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31778
Modified: trunk/dynamic-docs/changelog/innobugs.xml
===================================================================
--- trunk/dynamic-docs/changelog/innobugs.xml 2008-06-25 01:18:26 UTC (rev 11031)
+++ trunk/dynamic-docs/changelog/innobugs.xml 2008-06-25 02:07:38 UTC (rev 11032)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 82; 2038 bytes
@@ -6,40 +6,15 @@
<tags>
<manual type="InnoDB"/>
- <manual type="CREATE INDEX"/>
</tags>
<bugs>
- <fixes bugid="36169"/>
- </bugs>
-
- <versions>
- <version ver="5.1.25"/>
- </versions>
-
- <message>
-
- <para>
- A potential rare crash in <literal>CREATE INDEX</literal> for
- <literal>InnoDB</literal> tables was fixed.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <tags>
- <manual type="InnoDB"/>
- </tags>
-
- <bugs>
<fixes bugid="36434"/>
</bugs>
<versions>
- <version ver="5.1.25"/>
+ <version ver="5.1.26"/>
+ <version ver="6.0.6"/>
</versions>
<message>
@@ -54,59 +29,4 @@
</logentry>
- <logentry entrytype="bug">
-
- <tags>
- <manual type="InnoDB"/>
- <manual type="Handler_delete"/>
- <manual type="Handler_update"/>
- </tags>
-
- <bugs>
- <fixes bugid="35537"/>
- </bugs>
-
- <versions>
- <version ver="5.1.25"/>
- </versions>
-
- <message>
-
- <para>
- <literal>InnoDB</literal> was not updating the
- <literal>Handler_delete</literal> or
- <literal>Handler_update</literal> status variables.
- </para>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="bug">
-
- <tags>
- <manual type="InnoDB"/>
- </tags>
-
- <bugs>
- <fixes bugid="36278"/>
- </bugs>
-
- <versions>
- <version ver="5.1.25"/>
- </versions>
-
- <message>
-
- <para>
- For <literal>InnoDB</literal> tables, the
- <literal>DATA_FREE</literal> column of the
- <literal>INFORMATION_SCHEMA.TABLES</literal> displayed free
- space in kilobytes rather than bytes. Now it displays bytes.
- </para>
-
- </message>
-
- </logentry>
-
</changelog>
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-06-25 01:18:26 UTC (rev 11031)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-06-25 02:07:38 UTC (rev 11032)
Changed blocks: 5, Lines Added: 138, Lines Deleted: 1; 3305 bytes
@@ -14284,6 +14284,7 @@
<versions>
<version ver="5.1.24"/>
+ <version ver="6.0.6"/>
</versions>
<message>
@@ -14337,6 +14338,7 @@
<versions>
<version ver="5.1.24"/>
+ <version ver="6.0.6"/>
</versions>
<message>
@@ -15436,7 +15438,7 @@
<versions>
<version ver="5.1.24"/>
- <version ver="6.0.5"/>
+ <version ver="6.0.6"/>
</versions>
<message>
@@ -16148,6 +16150,7 @@
<versions>
<version ver="5.1.24"/>
+ <version ver="6.0.6"/>
</versions>
<message>
@@ -20789,4 +20792,138 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36434"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.26"/>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <filename>ha_innodb.so</filename> was incorrectly installed in
+ the <filename>lib/mysql</filename> directory rather than in
+ <filename>lib/mysql/plugin</filename>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="TRUNCATE TABLE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="29507"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>TRUNCATE TABLE</literal> for
<literal>InnoDB</literal>
+ tables returned a count showing too many rows affected. Now the
+ statement returns 0 for <literal>InnoDB</literal> tables.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ <manual type="Handler_delete"/>
+ <manual type="Handler_update"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35537"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>InnoDB</literal> was not updating the
+ <literal>Handler_delete</literal> or
+ <literal>Handler_update</literal> status variables.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ <manual type="CREATE INDEX"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36169"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A potential rare crash in <literal>CREATE INDEX</literal> for
+ <literal>InnoDB</literal> tables was fixed.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36278"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For <literal>InnoDB</literal> tables, the
+ <literal>DATA_FREE</literal> column of the
+ <literal>INFORMATION_SCHEMA.TABLES</literal> displayed free
+ space in kilobytes rather than bytes. Now it displays bytes.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2008-06-25 01:18:26 UTC (rev 11031)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2008-06-25 02:07:38 UTC (rev 11032)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 458 bytes
@@ -83689,6 +83689,7 @@
<version ver="5.0.33"/>
<version ver="5.1.23-ndb-6.2.14"/>
<version ver="5.1.24"/>
+ <version ver="6.0.6"/>
</versions>
<message>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11032 - in trunk: . dynamic-docs/changelog | paul | 25 Jun |