Author: mhillyer
Date: 2006-02-02 06:20:42 +0100 (Thu, 02 Feb 2006)
New Revision: 1178
Log:
Document bugfixes: 16144,15991,12448,16419,16404,16401,15699,15613,15020,16434,16395,15820,11312
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-02-02 04:49:58 UTC (rev 1177)
+++ trunk/refman-common/news-4.1.xml 2006-02-02 05:20:42 UTC (rev 1178)
@@ -31,7 +31,7 @@
argument. See <xref linkend="string-functions"/>.
</para>
</listitem>
-
+
<listitem>
<para>
Subqueries and derived tables (unnamed views). See
@@ -166,20 +166,15 @@
<literal>NDB Cluster</literal>: More descriptive warnings are
now issued when inappropriate logging parameters are set in
<filename>config.ini</filename>. (Formerly, the warning issued
- was simply
-
- <errortext>Could not add logfile
- destination</errortext>
-
- .) (Bug #11331)
+ was simply <errortext>Could not add logfile
+ destination</errortext> .) (Bug #11331)
</para>
</listitem>
<listitem>
<para>
<literal>libmysqlclient</literal> now uses versioned symbols
- with GNU ld.
- (Bug #3074)
+ with GNU ld. (Bug #3074)
</para>
</listitem>
@@ -201,6 +196,14 @@
<listitem>
<para>
+ The <literal>--replicate-do</literal> and
+ <literal>--replicate-ignore</literal> options were not being
+ enforced on multi-table statements. (Bug #15699, Bug #16487)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Running out of diskspace in the location specified by the
<literal>tmpdir</literal> option resulted in incorrect error
message. (Bug #14634)
@@ -309,21 +312,39 @@
<listitem>
<para>
- Characters in the <literal>gb2312</literal> and <literal>euckr</literal> character sets which did
- not have Unicode mappings were truncated. (Bug #15377)
+ Performing a <literal>RENAME TABLE</literal> on an InnoDB
+ table when the server is started with the
+ <literal>--innodb-file-per-table</literal> and the data
+ directory is a symlink caused a server crash. (Bug #15991)
</para>
</listitem>
-
+
<listitem>
<para>
- Piping the <filename>fill_help_tables.sql</filename> file
- into <command>mysqld</command> resulted in a syntax error.
- (Bug #15965)
+ The <function>mysql_stmt_attr_get</function> function returned
+ an unsigned int instead of a boolean for
+ <literal>STMT_ATTR_UPDATE_MAX_LENGTH</literal>. (Bug #16144)
</para>
</listitem>
<listitem>
<para>
+ Characters in the <literal>gb2312</literal> and
+ <literal>euckr</literal> character sets which did not have
+ Unicode mappings were truncated. (Bug #15377)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Piping the <filename>fill_help_tables.sql</filename> file into
+ <command>mysqld</command> resulted in a syntax error. (Bug
+ #15965)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDBCluster</literal>: Upon the completion of a scan
where a key request remained outstanding on the primary
replica and a starting node died, the scan did not terminate.
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-02-02 04:49:58 UTC (rev 1177)
+++ trunk/refman-common/news-5.0.xml 2006-02-02 05:20:42 UTC (rev 1178)
@@ -180,8 +180,7 @@
<listitem>
<para>
<literal>libmysqlclient</literal> now uses versioned symbols
- with GNU ld.
- (Bug #3074)
+ with GNU ld. (Bug #3074)
</para>
</listitem>
@@ -210,7 +209,7 @@
now issued when inappropriate logging parameters are set in
<filename>config.ini</filename>. (Formerly, the warning issued
was simply <errortext>Could not add logfile
- destination</errortext>.) (Bug #11331)
+ destination</errortext>.) (Bug #11331)
</para>
</listitem>
@@ -259,33 +258,67 @@
<listitem>
<para>
+ The <command>mysqlbinlog</command> utility did not output
+ <literal>DELIMITER</literal> statements, causing syntax errors
+ for stored procedure creation statements. (Bug #11312)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ NDB Cluster returned incorrect <literal>Can't find
+ file</literal> error for OS error 24, changed to <literal>Too
+ many open files</literal>. (Bug #15020)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Performing a <literal>RENAME TABLE</literal> on an InnoDB
+ table when the server is started with the
+ <literal>--innodb-file-per-table</literal> and the data
+ directory is a symlink caused a server crash. (Bug #15991)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <function>mysql_stmt_attr_get</function> function returned
+ an unsigned int instead of a boolean for
+ <literal>STMT_ATTR_UPDATE_MAX_LENGTH</literal>. (Bug #16144)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Certain subqueries where the inner query is the result of a
aggregate function would return different results on MySQL 5.0
than on MySQL 4.1. (Bug #15347)
</para>
</listitem>
-
+
<listitem>
<para>
Attempts to create FULLTEXT indexes on VARCHAR columns larger
than 1000 bytes resulted in error. (Bug #13835)
</para>
</listitem>
-
+
<listitem>
<para>
- Characters in the <literal>gb2312</literal> and <literal>euckr</literal> character sets which did
- not have Unicode mappings were truncated. (Bug #15377)
+ Characters in the <literal>gb2312</literal> and
+ <literal>euckr</literal> character sets which did not have
+ Unicode mappings were truncated. (Bug #15377)
</para>
</listitem>
-
+
<listitem>
<para>
Certain nested LEFT JOIN operations were not properly
optimized. (Bug #16393)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>GRANT</literal> statements specifying schema names
@@ -665,6 +698,14 @@
<listitem>
<para>
+ <literal></literal> API function
+ <literal>mysql_stmt_prepare</literal> returned wrong field
+ length for TEXT columns. (Bug #15613)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The output of <command>mysqldump --triggers</command> did not
contain the <literal>DEFINER</literal> clause in dumped
trigger definitions. (Bug #15110)
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-02-02 04:49:58 UTC (rev 1177)
+++ trunk/refman-common/news-5.1.xml 2006-02-02 05:20:42 UTC (rev 1178)
@@ -137,6 +137,17 @@
<listitem>
<para>
+ <emphasis role="bold">Incompatible change</emphasis>:
+ <literal>DISABLED</literal>/<literal>ENABLED</literal>
+ keywords in <literal>CREATE EVENT</literal> and <literal>ALTER
+ EVENT</literal> changed to
+ <literal>DISABLE</literal>/<literal>ENABLE</literal>. (Bug
+ #16404)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Partition support is not an <quote>engine</quote>, but it was
included in the output of <literal>SHOW ENGINES</literal>. Now
it is not. (Bug #14355) The
@@ -203,6 +214,21 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>mysql.event.comment</literal> column changed from
+ VARCHAR(64) to CHAR(64) in system table creation scripts. (Bug
+ #16401)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Warning upgraded to error for <literal>CREATE EVENT</literal>
+ where event already exists. (Bug #16395)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -213,12 +239,43 @@
<listitem>
<para>
+ <literal>ALTER TABLE ... ADD PARTITIONS</literal> on a table
+ with one partition crashed the server. (Bug #15820)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ NDB Cluster returned incorrect <literal>Can't find
+ file</literal> error for OS error 24, changed to <literal>Too
+ many open files</literal>. (Bug #15020)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Datatime values in timestamp format were misinterpreted in
+ <literal>CREATE EVENT</literal> statement. (Bug #16419, Bug
+ #16434)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Multi-byte path names for <literal>LOAD DATA</literal> and
+ <literal>SELECT ... INTO OUTFILE</literal> caused errors. (Bug
+ #12448)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Certain subqueries where the inner query is the result of a
aggregate function would return different results on MySQL 5.0
than on MySQL 4.1. (Bug #15347)
</para>
</listitem>
-
+
<listitem>
<para>
Error message for specifying value for which no partition
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1178 - trunk/refman-common | mhillyer | 2 Feb |