Author: paul
Date: 2010-12-11 19:05:15 +0100 (Sat, 11 Dec 2010)
New Revision: 24381
Log:
r37056@dhcp-215: paul | 2010-12-11 12:04:42 -0500
Document bug fixes:
- Bug#50888: valgrind warnings in Field_timestamp::val_str
- Bug#52275: CMake configure wrapper does not handle --with-comment correctly
- Bug#57203: Assertion `field_length <= 255' failed.
- Bug#57306: SHOW PROCESSLIST does not display string literals well.
- Bug#57744: sql-common/client.c: Missing DBUG_RETURN macro
- Bug#58052: Binary log IO not being accounted for properly
- Bug#58190: BETWEEN no longer uses indexes for date or datetime fields
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:45239
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:66486
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
ebeeeee4-b232-4669-a521-231442eced53:/mysqldoc-local/mysqldoc/trunk:37041
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:45239
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:66486
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
ebeeeee4-b232-4669-a521-231442eced53:/mysqldoc-local/mysqldoc/trunk:37056
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-12-11 14:19:22 UTC (rev 24380)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-12-11 18:05:15 UTC (rev 24381)
Changed blocks: 1, Lines Added: 171, Lines Deleted: 0; 3219 bytes
@@ -33945,4 +33945,175 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Performance Schema"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="58052"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Performance Schema did not account for I/O for the binary log
+ file (no I/O was counted).
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="BETWEEN"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="58190"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal role="op">BETWEEN</literal> did not use indexes for
+ <literal role="type">DATE</literal> or
+ <literal role="type">DATETIME</literal> columns.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="SHOW PROCESSLIST"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57306"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal role="stmt">SHOW PROCESSLIST</literal> displayed
+ non-ASCII characters improperly.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="CMake"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="52275"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>CMake</literal> <quote>wrapper</quote> for
+ <command>configure</command> (<command>configure.pl</command>)
+ did not handle the <option>--with-comment</option> option
+ properly.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="pluggable authentication"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57744"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ In debug builds, a missing <literal>DBUG_RETURN</literal> macro
+ in <filename>sql/client.c</filename> caused
+ <command>mysql</command> to be unable to connect to the server.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="57203"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ In debug builds, an assertion could be raised during conversion
+ of strings to floating-point values.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="50888"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Aggregate functions on <literal role="type">TIMESTAMP</literal>
+ columns could yield incorrect or undefined results.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24381 - in trunk: . dynamic-docs/changelog | paul.dubois | 11 Dec |