Author: paul
Date: 2010-07-12 19:33:46 +0200 (Mon, 12 Jul 2010)
New Revision: 21667
Log:
r61065@frost: paul | 2010-07-12 12:33:37 -0500
Document bug fixes:
Bug#42064: low memory crash when importing hex strings, in Item_hex_string::Item_hex_string
Bug#53191: Lock_time in slow log is negative when logging stored routines
Bug#53798: OPTIMIZE TABLE breaks repeatable read
Bug#54282: Crash in MDL_context::upgrade_shared_lock_to_exclusive
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:40730
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:61063
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:40730
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:61065
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-07-12 17:06:49 UTC (rev 21666)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-07-12 17:33:46 UTC (rev 21667)
Changed blocks: 1, Lines Added: 104, Lines Deleted: 0; 2154 bytes
@@ -18945,4 +18945,108 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="locking"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="54282"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A crash occurred if a table that was locked with
+ <literal role="stmt">LOCK TABLES</literal> was listed twice in a
+ <literal role="stmt">DROP TABLE</literal> statement.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="parser"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="42064"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The server could crash with an out of memory error when trying
+ to parse a query that was too long to fit in memory. Now the
+ parser rejects such queries with an
+ <literal role="error">ER_OUT_OF_RESOURCES</literal> error.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="locking"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="53798"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal role="stmt">OPTIMIZE TABLE</literal> could be run on a
+ table in use by a transaction in a different session, causing
+ repeatable read to break.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="logging"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="53191"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>Lock_time</literal> value in the slow query log was
+ negative for stored routines.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r21667 - in trunk: . dynamic-docs/changelog | paul.dubois | 12 Jul |