Author: tbedford
Date: 2010-12-02 18:16:33 +0100 (Thu, 02 Dec 2010)
New Revision: 24179
Log:
Added entry for dev bug #58232
Modified:
trunk/dynamic-docs/changelog/connector-j.xml
Modified: trunk/dynamic-docs/changelog/connector-j.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-j.xml 2010-12-02 17:08:02 UTC (rev 24178)
+++ trunk/dynamic-docs/changelog/connector-j.xml 2010-12-02 17:16:33 UTC (rev 24179)
Changed blocks: 1, Lines Added: 36, Lines Deleted: 0; 1418 bytes
@@ -15,6 +15,42 @@
<message>
<para>
+ Connector/J mapped both 3-byte and 4-byte UTF8 encodings to the
+ same Java UTF8 encoding.
+ </para>
+
+ <para>
+ To use 3-byte UTF8 with Connector/J set
+ <literal>characterEncoding=utf8</literal> and set
+ <literal>useUnicode=true</literal> in the connection string.
+ </para>
+
+ <para>
+ To use 4-byte UTF8 with Connector/J configure the MySQL server
+ with <literal>character_set_server=utf8mb4</literal>.
+ Connector/J will then use that setting as long as
+ <literal>characterEncoding</literal> has not been set in the
+ connection string. This is equivalent to autodetection of the
+ character set.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="58232"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.14"/>
+ </versions>
+
+ <message>
+
+ <para>
The <literal>CallableStatementRegression</literal> test suite
failed with a Null Pointer Exception because the
<literal>OUT</literal> parameter in the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24179 - trunk/dynamic-docs/changelog | tony.bedford | 2 Dec |