Author: paul
Date: 2006-08-15 18:56:07 +0200 (Tue, 15 Aug 2006)
New Revision: 3025
Log:
Modified:
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12807
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13714
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9385
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12807
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13775
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9385
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-08-15 16:52:00 UTC (rev 3024)
+++ trunk/refman-common/news-5.1.xml 2006-08-15 16:56:07 UTC (rev 3025)
Changed blocks: 1, Lines Added: 61, Lines Deleted: 0; 2552 bytes
@@ -561,7 +561,68 @@
REPAIR TABLE <replaceable>tbl_name</replaceable> QUICK;
</programlisting>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>AUTHORS</literal> was not treated as a reserved
+ word. (Bug #19939)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Stored procedures did not use the character set defined for
+ the database in which they were created. (Bug #16676)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>CREATE PROCEDURE</literal>, <literal>CREATE
+ FUNTION</literal>, <literal>CREATE TRIGGER</literal>, and
+ <literal>CREATE VIEW</literal> statements containing
+ multi-line comments (<literal>/* ... */</literal>) could not
+ be replicated. (Bug #20438)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The final parenthesis of a <literal>CREATE INDEX</literal>
+ statement occurring in a stored procedure was omitted from the
+ binary log when the stored procedure was called. (Bug #19207)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Attempting to insert a string of greater than 4096 bytes into
+ a <literal>FEDERATED</literal> table resulted in the error
+ <errortext>ERROR 1296 (HY000) at line 2: Got error 10000
+ 'Error on remote system: 1054: Unknown column
+ '<replaceable>string-value</replaceable>' from
+ FEDERATED</errortext>. This error was raised regardless of
+ the type of column involved (<literal>VARCHAR</literal>,
+ <literal>TEXT</literal>, and so on.) (Bug #17608)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Performance during an import on a table with a trigger that
+ called a stored procedure was severely degraded. (Bug #21013)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Repeated <literal>DROP TABLE</literal> statements in a stored
+ procedure could sometimes cause the server to crash. (Bug
+ #19399)
+ </para>
+ </listitem>
+
<listitem>
<para>
On 64-bit Windows, a missing table generated error 1017, not
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3025 - in trunk: . refman-common | paul | 15 Aug |