Author: jstephens
Date: 2009-05-30 09:45:16 +0200 (Sat, 30 May 2009)
New Revision: 15136
Log:
Documented fix for replication Bug #38173
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-05-30 07:00:19 UTC (rev 15135)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-05-30 07:45:16 UTC (rev 15136)
Changed blocks: 1, Lines Added: 39, Lines Deleted: 0; 1561 bytes
@@ -9,6 +9,45 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="replication"/>
+ <manual type="RBR"/>
+ <manual type="SQL_MODE"/>
+ <manual type="DEFAULT"/>
+ <manual type="INSERT"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="38173"/>
+ <seealsobug bugid="38262"/>
+ <seealsobug bugid="43992"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.11"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using row-based format, replication failed with the error
+ <errortext>Could not execute Write_rows event on table ...;
+ Field '...' doesn't have a default value</errortext> when an
+ <literal role="stmt">INSERT</literal> was made on the master
+ without specifying a value for a column having no default, even
+ if strict server SQL mode was not in use and the statement would
+ otherwise have succeeded on the master. Now the SQL mode is
+ checked, and the statement is replicated unless strict mode is
+ in effect. For more information, see
+ <xref linkend="server-sql-mode"/>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="diskdata"/>
<highlight type="partitioning"/>
<manual type="MAX_ROWS"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r15136 - trunk/dynamic-docs/changelog | jon.stephens | 30 May |