Author: paul
Date: 2008-02-06 19:08:11 +0100 (Wed, 06 Feb 2008)
New Revision: 9719
Log:
r28969@frost: paul | 2008-02-06 12:04:22 -0600
Document bugfixes:
Bug#30651: Problems with thread_handling system variable
Bug#31954: Remove undocumented mysql_manager_* C API functions and mysqlmanager (old)
Bug#32393: Character sets: illegal characters in utf16 columns
Bug#33452: Primary difference between capital and small letters U and O
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/command-optvars/mysqld.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28961
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:28967
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28969
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:28967
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-06 17:52:53 UTC (rev 9718)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-06 18:08:11 UTC (rev 9719)
Changed blocks: 1, Lines Added: 107, Lines Deleted: 0; 2430 bytes
@@ -7598,4 +7598,111 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <bugs>
+ <fixes bugid="31954"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Several undocumented C API functions were removed:
+ <function>mysql_manager_close()</function>,
+ <function>mysql_manager_command()</function>,
+ <function>mysql_manager_connect()</function>,
+ <function>mysql_manager_fetch_line()</function>, and
+ <function>mysql_manager_init()</function>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="thread_handling"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="30651"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.23"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>thread_handling</literal> system variable was
+ treated as having a <literal>SESSION</literal> value and as
+ being settable at runtime. Now it has only a
+ <literal>GLOBAL</literal> read-only value.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Unicode"/>
+ <manual type="utf16"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="32393"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>utf16</literal> columns allowed incorrect Unicode
+ characters inserted through conversion from another Unicode
+ character set.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="latin2_czech_cs"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33452"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For the <literal>latin2_czech_cs</literal> collation, the
+ primary weights for all variants of capital letters
+ <literal>U</literal> and <literal>O</literal> were incorrect
+ (were not equal to the corresponding small letters).
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2008-02-06 17:52:53 UTC (rev 9718)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2008-02-06 18:08:11 UTC (rev 9719)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 664 bytes
@@ -17695,7 +17695,7 @@
<types>
<optype class="cmdline" format="--thread_handling=name" setvar="thread_handling"/>
<optype class="mycnf"/>
- <vartype isdynamic="no" scope="both" class="system" inversion="5.1.17"/>
+ <vartype isdynamic="no" scope="global" class="system" inversion="5.1.17"/>
</types>
<values vartype="numeric" platform="all">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9719 - in trunk: . dynamic-docs/changelog dynamic-docs/command-optvars | paul | 6 Feb |