List:Commits« Previous MessageNext Message »
From:paul.dubois Date:July 28 2008 10:52pm
Subject:svn commit - mysqldoc@docsrva: r11400 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-07-28 22:52:13 +0200 (Mon, 28 Jul 2008)
New Revision: 11400

Log:
 r33033@frost:  paul | 2008-07-28 15:52:36 -0500
 Documented bugfixes:
 Bug#32390: Character sets: casting utf32 to/from date doesn't work
 Bug#33791: Wrong ORDER BY with latin2_czech_cs
 Bug#33073: Character sets: ordering fails with utf32
 Bug#36418: Character sets: crash if char(256 using utf32)


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:33026
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32506
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33033
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32506


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-28 20:52:07 UTC (rev 11399)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-28 20:52:13 UTC (rev 11400)
Changed blocks: 1, Lines Added: 108, Lines Deleted: 0; 2345 bytes

@@ -23082,4 +23082,112 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Unicode"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="32390"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Inserting <literal>CURRENT_TIME</literal>,
+        <literal>CURRENT_DATE</literal>, or
+        <literal>CURRENT_TIMESTAMP</literal> into a
+        <literal>VARCHAR</literal> column didn't work for non-ASCII
+        character sets such as <literal>ucs2</literal>,
+        <literal>utf16</literal>, or <literal>utf32</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="ORDER BY"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33791"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>ORDER BY</literal> failed to take into account accents
+        and lettercases in multi-level collations
+        (<literal>latin2_czech_cs</literal> and
+        <literal>cp1250_czech_cs</literal>).
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="ORDER BY"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33073"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Unindexed <literal>ORDER BY</literal> did not work on short
+        <literal>utf32</literal> columns, or on
<literal>utf16</literal>
+        columns with a short <literal>max_sort_length</literal> value.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="CHAR()"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36418"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <function role="sql">CHAR(256 USING utf32)</function> could
+        generate a result with an incorrect length and result in a
+        server crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r11400 - in trunk: . dynamic-docs/changelogpaul.dubois28 Jul