Author: mhillyer
Date: 2006-01-30 17:53:20 +0100 (Mon, 30 Jan 2006)
New Revision: 1130
Log:
Bugfix document.
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-01-30 16:34:11 UTC (rev 1129)
+++ trunk/refman-common/news-4.1.xml 2006-01-30 16:53:20 UTC (rev 1130)
@@ -31,7 +31,7 @@
argument. See <xref linkend="string-functions"/>.
</para>
</listitem>
-
+
<listitem>
<para>
Subqueries and derived tables (unnamed views). See
@@ -177,7 +177,8 @@
<listitem>
<para>
- <literal>libmysqlclient</literal> now uses versioned symbols.
+ <literal>libmysqlclient</literal> now uses versioned symbols
+ with GNU ld.
(Bug #3074)
</para>
</listitem>
@@ -232,7 +233,9 @@
<listitem>
<para>
<literal>UPDATE</literal> statement crashed multi-byte
- character set <literal>FULLTEXT</literal> index. (Bug #16489)
+ character set <literal>FULLTEXT</literal> index if update
+ value was almost identical to initial value only differing in
+ some spaces being changed to &nbsp;. (Bug #16489)
</para>
</listitem>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-01-30 16:34:11 UTC (rev 1129)
+++ trunk/refman-common/news-5.0.xml 2006-01-30 16:53:20 UTC (rev 1130)
@@ -179,7 +179,8 @@
<listitem>
<para>
- <literal>libmysqlclient</literal> now uses versioned symbols.
+ <literal>libmysqlclient</literal> now uses versioned symbols
+ with GNU ld.
(Bug #3074)
</para>
</listitem>
@@ -290,7 +291,9 @@
<listitem>
<para>
<literal>UPDATE</literal> statement crashed multi-byte
- character set <literal>FULLTEXT</literal> index. (Bug #16489)
+ character set <literal>FULLTEXT</literal> index if update
+ value was almost identical to initial value only differing in
+ some spaces being changed to &nbsp;. (Bug #16489)
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-30 16:34:11 UTC (rev 1129)
+++ trunk/refman-common/news-5.1.xml 2006-01-30 16:53:20 UTC (rev 1130)
@@ -185,7 +185,7 @@
<listitem>
<para>
- <literal>CREATE EVENT</literal> statement with <literal>ON
+ <literal>ALTER EVENT</literal> statement with <literal>ON
COMPLETION</literal> clause but no <literal>ON
SCHEDULE</literal> clause resulted in syntax error. (Bug
#16548)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1130 - trunk/refman-common | mhillyer | 30 Jan |