Author: pd221994
Date: 2011-06-21 21:09:00 +0200 (Tue, 21 Jun 2011)
New Revision: 26583
Log:
r49195@dhcp-adc-twvpn-1-vpnpool-10-154-25-175: paul | 2011-06-21 14:08:08 -0500
Document bug fixes:
BUG 11764487 - 57323: MYISAM CORRUPTION WITH INSERT IGNORE AND INVALID SPATIAL DATA
BUG 11840395 - 60347: THE STRING "VERSIONDATA" SEEMS TO BE 'LEAKING' INTO THE SCHEMA NAME SPACE
BUG 12652385 - 61493: REORDERING COLUMNS TO POSITION FIRST CAN CAUSE DATA TO BE CORRUPTED
BUG 12661349 - ASSERT IN PROTOCOL::END_STATEMENT
Modified:
svk:merge
trunk/dynamic-docs/changelog/mysqld-2.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-06-21 19:08:51 UTC (rev 26582)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-06-21 19:09:00 UTC (rev 26583)
Changed blocks: 1, Lines Added: 118, Lines Deleted: 0; 2851 bytes
@@ -48890,4 +48890,122 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="lower_case_table_names"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="60347"/>
+ <fixes bugid="11840395"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.59"/>
+ <version ver="5.5.16"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For a database having a mixed-case name and a
+ <literal role="sysvar">lower_case_table_names</literal> value of
+ 1 or 2, calling a stored function using a fully qualified name
+ including the database name failed.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="GIS"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57323"/>
+ <fixes bugid="11764487"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.59"/>
+ <version ver="5.5.16"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For <literal role="se">MyISAM</literal> tables, attempts to
+ insert incorrect data into an index <literal>GEOMETRY</literal>
+ column could result in table corruption.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="ALTER TABLE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="61493"/>
+ <fixes bugid="12652385"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.59"/>
+ <version ver="5.5.15"/>
+ <version ver="5.6.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal role="stmt" condition="alter-table">ALTER TABLE
+ {MODIFY|CHANGE} ... FIRST</literal> did nothing except rename
+ columns if the old and new versions of the table had exactly the
+ same structure with respect to column data types. As a result,
+ the mapping of column name to column data was incorrect. The
+ same thing happened for
+ <literal role="stmt" condition="alter-table">ALTER TABLE DROP
+ COLUMN, ADD COLUMN</literal> statements intended to produce a
+ new version of table with exactly the same structure as the old
+ version.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="prepared statements"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="12661349"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.6.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For prepared statements, an <literal>OK</literal> could be sent
+ to the client if the prepare failed due to being killed.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26583 - in trunk: . dynamic-docs/changelog | paul.dubois | 21 Jun |