Author: paul
Date: 2009-08-07 22:49:58 +0200 (Fri, 07 Aug 2009)
New Revision: 16026
Log:
r43393@frost: paul | 2009-08-07 15:49:12 -0500
Document bug fixes:
Bug#40281: partitioning the general log table crashes the server
Bug#40395: mysqladmin -i delay extended-status does not iterate with -r
Bug#43587: Putting event_scheduler=1 in init SQL file crashes mysqld
Bug#45067: Assertion `stmt_da->is_error()' in Delayed_insert::open_and_lock_table
Bug#46003: Valgrind warning in JOIN::init()
Bug#46034: valgrind warning in setup_wild()
Bug#46042: valgrind warning in strmake()
Bug#46051: Selects with a subquery sporadically return wrong data
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
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:43391
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/trunk:25547
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:43393
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-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-08-07 20:07:35 UTC (rev 16025)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-08-07 20:49:58 UTC (rev 16026)
Changed blocks: 1, Lines Added: 156, Lines Deleted: 0; 2910 bytes
@@ -63548,4 +63548,160 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="events"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="43587"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Enabling the event scheduler from within the file specified by
+ <option role="mysqld">--init-file</option> caused a server
+ crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="valgrind"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="46003"/>
+ <fixes bugid="46034"/>
+ <fixes bugid="46042"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.85"/>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Several Valgrind warnings were corrected.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="logging"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="40281"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Partitioning a log table caused a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="45067"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Killing a delayed-insert thread could cause a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="optimizer"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="46051"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.85"/>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ An optimization that moved an item from a subquery to an outer
+ query could cause a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqladmin"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="40395"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.38"/>
+ <version ver="5.4.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqladmin</command> did not have enough space
+ allocated for tracking all variables when using
+ <option role="mysqladmin">--vertical</option> or
+ <option role="mysqladmin">--relative</option> with
+ <literal>extended-status</literal>.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r16026 - in trunk: . dynamic-docs/changelog | paul.dubois | 7 Aug |