Author: paul
Date: 2008-04-02 21:12:13 +0200 (Wed, 02 Apr 2008)
New Revision: 10407
Log:
r30401@frost: paul | 2008-04-02 14:10:26 -0500
Document bugfixes:
Bug#8759: Stored Procedures: SQLSTATE '00000' should be illegal
Bug#25008: Mac OS X's StartupItem does not work
Bug#34928: Confusion by having Primary Key and Index
Bug#35352: If InnoDB crashes with UNDO slots full error the error persists on restart
Bug#35406: 5.1-opt crashes on select from I_S.REFERENTIAL_CONSTRAINTS
Modified:
trunk/dynamic-docs/changelog/mysqld-1.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:30383
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30353
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30401
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30353
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-04-02 19:08:55 UTC (rev 10406)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-04-02 19:12:13 UTC (rev 10407)
Changed blocks: 1, Lines Added: 136, Lines Deleted: 0; 2804 bytes
@@ -14415,4 +14415,140 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Mac OS X"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="25008"/>
+ </bugs>
+
+ <versions>
+ <version ver="4.1.24"/>
+ <version ver="5.0.60"/>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On Mac OS X, the StartupItem for MySQL did not work.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="INFORMATION_SCHEMA"/>
+ <manual type="REFERENTIAL_CONSTRAINTS"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35406"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Selecting from
+ <literal>INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS</literal>
+ could cause a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35352"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ If the server crashes with an <literal>InnoDB</literal> error
+ due to unavailability of undo slots and the used slots are not
+ used during rollback, the error could persist when the server is
+ restarted.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="optimizer"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34928"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For some queries, the optimizer used an ordered index scan for
+ <literal>GROUP BY</literal> or <literal>DISTINCT</literal> when
+ it was supposed to use a loose index scan, leading to incorrect
+ results.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="stored routines"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="8759"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The parser incorrectly allowed <literal>SQLSTATE
+ '00000'</literal> to be specified for a condition handler. (This
+ is incorrect because the condition must be a failure condition
+ and <literal>'00000'</literal> indicates success.)
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10407 - in trunk: . dynamic-docs/changelog | paul | 2 Apr |