Author: paul
Date: 2009-02-18 21:25:43 +0100 (Wed, 18 Feb 2009)
New Revision: 13832
Log:
r38734@frost: paul | 2009-02-18 14:28:27 -0500
Document bug fixes:
Bug#32136: mysqld_multi --defaults-file not respected while using --mysqld=mysqld_safe
Bug#36573: myisampack --join does not create destination table .frm file
Bug#40536: SELECT is blocked by INSERT DELAYED waiting on upgrading lock, even with
low_pri
Bug#41121: "Statement is not safe to log in statement format" is prints table name only
Bug#42524: Function pthread_setschedprio() is defined but seems broken on i5/OS PASE
Bug#42634: % character in query can cause mysqld signal 11 segfault
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:38729
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36507
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:38734
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36507
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-02-18 20:04:02 UTC (rev 13831)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-02-18 20:25:43 UTC (rev 13832)
Changed blocks: 1, Lines Added: 164, Lines Deleted: 0; 3590 bytes
@@ -44478,4 +44478,168 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqld_multi"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="32136"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.78"/>
+ <version ver="5.1.32"/>
+ <version ver="6.0.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For <command>mysqld_multi</command>, using the
+ <option role="mysqld_multi">--mysqld=mysqld_safe</option> option
+ caused the <option role="mysqld_multi">--defaults-file</option>
+ and <option role="mysqld_multi">--defaults-extra-file</option>
+ options to behave the same way.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="i5"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="42524"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.32"/>
+ <version ver="6.0.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On the IBM i5 platform, the MySQL configuration process caused
+ the system version of <literal>pthread_setschedprio()</literal>
+ to be used. This function returns <literal>SIGILL</literal> on
+ i5 because it is not supported, causing the server to crash. Now
+ the <literal>my_pthread_setprio()</literal> function in the
+ <literal>mysys</literal> library is used instead.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="42634"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.32"/>
+ <version ver="6.0.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A <literal>'%'</literal> character in SQL statements could cause
+ the server to crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="errors"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="41121"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.32"/>
+ <version ver="6.0.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The server cannot execute
+ <literal role="stmt" condition="insert">INSERT DELAYED</literal>
+ statements when statement-based binary logging is enabled, but
+ the error message displayed only the table name, not the entire
+ statement.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="locking"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="40536"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.32"/>
+ <version ver="6.0.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>SELECT</literal> statements could be blocked by
+ <literal role="stmt" condition="insert">INSERT DELAYED</literal>
+ statements that were waiting for a lock, even with
+ <literal role="sysvar">low_priority_updates</literal> enabled.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="myisampack"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36573"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>myisampack --join</command> did not create the
+ destination table <filename>.frm</filename> file.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13832 - in trunk: . dynamic-docs/changelog | paul.dubois | 18 Feb 2009 |