From: Date: July 18 2008 6:37pm
Subject: svn commit - mysqldoc@docsrva: r11288 - in trunk: . dynamic-docs/changelog refman-6.0
List-Archive: http://lists.mysql.com/commits/50052
Message-Id: <200807181637.m6IGb94V000677@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2008-07-18 18:37:09 +0200 (Fri, 18 Jul 2008)
New Revision: 11288
Log:
r32757@frost: paul | 2008-07-18 11:38:05 -0500
Documented bugfixes:
Bug#25420: Tilde = 'Y' in Chinese
Bug#27848: rollup in union part causes error with order of union
Bug#32394: Character sets: crash if comparison with 0xfffd
Bug#34529: Crash on complex Falcon I_S select after ALTER .. PARTITION BY
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/refman-6.0/installing-core.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:32754
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32322
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32757
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32322
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-07-18 15:41:35 UTC (rev 11287)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-07-18 16:37:09 UTC (rev 11288)
Changed blocks: 1, Lines Added: 124, Lines Deleted: 0; 2991 bytes
@@ -21865,4 +21865,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A server crash could occur if
+ INFORMATION_SCHEMA tables built in memory
+ were swapped out to disk during query execution.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ An ORDER BY at the end of a
+ UNION affected individual
+ SELECT statements rather than the overall
+ query result.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Certain characters were sorted incorrectly for the following
+ collations: TILDE and GRAVE ACCENT in
+ big5_chinese_ci; LATIN SMALL LETTER J in
+ cp866_general_ci; TILDE in
+ gb2312_chinese_ci; and TILDE in
+ gbk_chinese_ci.
+
+
+
+ As a result of this fix, any indexes on columns that use these
+ collations and contain the affected characters must be rebuilt
+ when upgrading to 6.0.6 or higher. To do this, use
+ ALTER TABLE to drop and re-add the indexes,
+ or mysqldump to dump the affected tables and
+ mysql to reload the dump file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Conversion of binary values to multi-byte character sets could
+ fail to left-pad values to the correct length. This could result
+ in a server crash.
+
+
+
+
+
+
Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml 2008-07-18 15:41:35 UTC (rev 11287)
+++ trunk/refman-6.0/installing-core.xml 2008-07-18 16:37:09 UTC (rev 11288)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 0; 1535 bytes
@@ -12530,6 +12530,24 @@
Incompatible change: In
+ MySQL 6.0.6, certain collations were fixed to correctly sort
+ the following characters: TILDE and GRAVE ACCENT in
+ big5_chinese_ci; LATIN SMALL LETTER J in
+ cp866_general_ci; TILDE in
+ gb2312_chinese_ci; and TILDE in
+ gbk_chinese_ci. As a result of this fix,
+ any indexes on columns that use these collations and contain
+ the affected characters must be rebuilt when upgrading to
+ 6.0.6 or higher. To do this, use ALTER
+ TABLE to drop and re-add the indexes, or
+ mysqldump to dump the affected tables and
+ mysql to reload the dump file.
+
+
+
+
+
+ Incompatible change: In
MySQL 6.0.5, the utf8_general_ci and
ucs2_general_ci collations were fixed to
sort the letter "U+00DF SHARP S" equal to