Author: paul
Date: 2006-01-20 02:52:37 +0100 (Fri, 20 Jan 2006)
New Revision: 939
Log:
r6462@frost: paul | 2006-01-19 19:49:01 -0600
Documented bugfixes:
Bug#14355
Bug#15103
Bug#15110
Bug#15759
Bug#15760
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:6458
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2335
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6462
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2335
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-01-19 22:35:26 UTC (rev 938)
+++ trunk/refman-common/news-5.0.xml 2006-01-20 01:52:37 UTC (rev 939)
@@ -214,6 +214,20 @@
<listitem>
<para>
+ The contents of <filename>file_help_tables.sql</filename>
+ could not be loaded in strict SQL mode. (Bug #15760)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <filename>file_help_tables.sql</filename> was not included in
+ binary distributions for several platforms. (Bug #15759)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
An <literal>INSERT ... SELECT</literal> statement between
tables in a <literal>MERGE</literal> set can return errors
when statement involves insert into child table from merge
@@ -423,16 +437,16 @@
<listitem>
<para>
- Server could not be built on default Debian systems with BDB
- enabled. (Bug #15734)
+ The output of <command>mysqldump --triggers</command> did not
+ contain the <literal>DEFINER</literal> clause in dumped
+ trigger definitions. (Bug #15110)
</para>
</listitem>
<listitem>
<para>
- Using <function>CAST()</function> to convert values with long
- fractional and/or exponent parts to TIME returned wrong
- results. (Bug #12440)
+ The output of <literal>SHOW TRIGGERS</literal> contained
+ extraneous whitespace. (Bug #15103)
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-19 22:35:26 UTC (rev 938)
+++ trunk/refman-common/news-5.1.xml 2006-01-20 01:52:37 UTC (rev 939)
@@ -57,6 +57,14 @@
<listitem>
<para>
+ Partition support is not an <quote>engine</quote>, but it was
+ included in the output of <literal>SHOW ENGINES</literal>. Now
+ it does not. (Bug #14355)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>SHOW CREATE TABLE</literal> did not display the
<literal>PARTITIONS</literal> clause for tables partitioned by
<literal>HASH</literal> or <literal>KEY</literal>. (Bug
@@ -247,6 +255,21 @@
<listitem>
<para>
+ The output of <command>mysqldump --triggers</command> did not
+ contain the <literal>DEFINER</literal> clause in dumped
+ trigger definitions. (Bug #15110)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The output of <literal>SHOW TRIGGERS</literal> contained
+ extraneous whitespace. (Bug #15103)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
An <literal>INSERT ... SELECT</literal> statement between
tables in a <literal>MERGE</literal> set can return errors
when statement involves insert into child table from merge
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r939 - in trunk: . refman-common | paul | 20 Jan |