Author: paul
Date: 2006-02-15 21:42:25 +0100 (Wed, 15 Feb 2006)
New Revision: 1339
Log:
r3157@kite-hub: paul | 2006-02-15 14:42:15 -0600
Document bugfixes:
Bug#14013
Bug#16143
Bug#16423
Modified:
trunk/
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7578
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3155
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7578
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3157
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-02-15 20:18:29 UTC (rev 1338)
+++ trunk/refman-common/news-5.0.xml 2006-02-15 20:42:25 UTC (rev 1339)
@@ -294,6 +294,23 @@
<listitem>
<para>
+ The <literal>mysql_stmt_store_result()</literal> C API
+ function could not be used for a prepared statement if a
+ cursor had been opened for the statement. (Bug #14013)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>mysql_stmt_sqlstate()</literal> C API function
+ incorrectly returned an empty string rather than
+ <literal>'00000'</literal> when no error occurred. (Bug
+ #16143)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using the <function>TRUNCATE()</function> function with a
negative number for the second argument on a
<literal>BIGINT</literal> column returned incorrect results.
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-02-15 20:18:29 UTC (rev 1338)
+++ trunk/refman-common/news-5.1.xml 2006-02-15 20:42:25 UTC (rev 1339)
@@ -128,8 +128,8 @@
<para>
Added the <literal>IN NATURAL LANGUAGE MODE</literal> and
<literal>IN NATURAL LANGUAGE MODE WITH QUERY
- EXPANSION</literal> modifiers for full-text searches.
- See <xref linkend="fulltext-search"/>.
+ EXPANSION</literal> modifiers for full-text searches. See
+ <xref linkend="fulltext-search"/>.
</para>
</listitem>
@@ -143,6 +143,13 @@
<listitem>
<para>
+ <literal>SHOW CREATE EVENT</literal> displayed no output. (Bug
+ #16423)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Statements that contained Unicode characters were not logged
to the log tables correctly. (Bug #16905)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1339 - in trunk: . refman-common | paul | 15 Feb |