List:Commits« Previous MessageNext Message »
From:mhillyer Date:March 25 2006 7:40pm
Subject:svn commit - mysqldoc@docsrva: r1676 - trunk/refman-common
View as plain text  
Author: mhillyer
Date: 2006-03-25 20:40:34 +0100 (Sat, 25 Mar 2006)
New Revision: 1676

Log:
Document bug 18293.

Modified:
   trunk/refman-common/news-5.0.xml

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-03-25 18:35:14 UTC (rev 1675)
+++ trunk/refman-common/news-5.0.xml	2006-03-25 19:40:34 UTC (rev 1676)
@@ -227,6 +227,15 @@
 
       <listitem>
         <para>
+          If a row was inserted inside a stored procedure using the
+          parameters passed to the procedure in the INSERT statement,
+          the resulting binlog entry was not escaped properly. (Bug
+          #18293)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           If InnoDB encountered a
           <literal>HA_ERR_LOCK_TABLE_FULL</literal> error and
           rolled-back a transaction, the transaction was still written
@@ -6638,14 +6647,14 @@
           data to <literal>stdout</literal>, then exits.
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Add <literal>table_lock_wait_timeout</literal> global server
           system variable.
         </para>
       </listitem>
-      
+
     </itemizedlist>
 
     <para>
@@ -6715,7 +6724,7 @@
           #10760)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           The temporary tables created by an <literal>ALTER

Thread
svn commit - mysqldoc@docsrva: r1676 - trunk/refman-commonmhillyer25 Mar