Author: jstephens
Date: 2008-05-09 17:16:47 +0200 (Fri, 09 May 2008)
New Revision: 10703
Log:
Further clarification based on Mats' most recent comment to Bug #36118
Modified:
trunk/it/refman-5.1/replication-notes.xml
trunk/pt/refman-5.1/replication-notes.xml
trunk/refman-5.1/replication-notes.xml
trunk/refman-6.0/replication-notes.xml
Modified: trunk/it/refman-5.1/replication-notes.xml
===================================================================
--- trunk/it/refman-5.1/replication-notes.xml 2008-05-09 15:11:11 UTC (rev 10702)
+++ trunk/it/refman-5.1/replication-notes.xml 2008-05-09 15:16:47 UTC (rev 10703)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 1222 bytes
@@ -1080,10 +1080,12 @@
<para>
Data modification statements made to tables in the
- <literal>mysql</literal> database are replicated using the
- row-based format. However, statements that would normally
- update this information indirectly — such
- <literal>GRANT</literal>, <literal>REVOKE</literal>, and
+ <literal>mysql</literal> database are replicated according to
+ the value of <literal>binlog_format</literal>; if this value
+ is <literal>MIXED</literal>, then these statement are
+ replicated using the row-based format. However, statements
+ that would normally update this information indirectly —
+ such <literal>GRANT</literal>, <literal>REVOKE</literal>, and
statements manipulating triggers, stored routines, and views
— are replicated to slaves using statement-based
replication.
Modified: trunk/pt/refman-5.1/replication-notes.xml
===================================================================
--- trunk/pt/refman-5.1/replication-notes.xml 2008-05-09 15:11:11 UTC (rev 10702)
+++ trunk/pt/refman-5.1/replication-notes.xml 2008-05-09 15:16:47 UTC (rev 10703)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 1222 bytes
@@ -1080,10 +1080,12 @@
<para>
Data modification statements made to tables in the
- <literal>mysql</literal> database are replicated using the
- row-based format. However, statements that would normally
- update this information indirectly — such
- <literal>GRANT</literal>, <literal>REVOKE</literal>, and
+ <literal>mysql</literal> database are replicated according to
+ the value of <literal>binlog_format</literal>; if this value
+ is <literal>MIXED</literal>, then these statement are
+ replicated using the row-based format. However, statements
+ that would normally update this information indirectly —
+ such <literal>GRANT</literal>, <literal>REVOKE</literal>, and
statements manipulating triggers, stored routines, and views
— are replicated to slaves using statement-based
replication.
Modified: trunk/refman-5.1/replication-notes.xml
===================================================================
--- trunk/refman-5.1/replication-notes.xml 2008-05-09 15:11:11 UTC (rev 10702)
+++ trunk/refman-5.1/replication-notes.xml 2008-05-09 15:16:47 UTC (rev 10703)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 1213 bytes
@@ -1080,10 +1080,12 @@
<para>
Data modification statements made to tables in the
- <literal>mysql</literal> database are replicated using the
- row-based format. However, statements that would normally
- update this information indirectly — such
- <literal>GRANT</literal>, <literal>REVOKE</literal>, and
+ <literal>mysql</literal> database are replicated according to
+ the value of <literal>binlog_format</literal>; if this value
+ is <literal>MIXED</literal>, then these statement are
+ replicated using the row-based format. However, statements
+ that would normally update this information indirectly —
+ such <literal>GRANT</literal>, <literal>REVOKE</literal>, and
statements manipulating triggers, stored routines, and views
— are replicated to slaves using statement-based
replication.
Modified: trunk/refman-6.0/replication-notes.xml
===================================================================
--- trunk/refman-6.0/replication-notes.xml 2008-05-09 15:11:11 UTC (rev 10702)
+++ trunk/refman-6.0/replication-notes.xml 2008-05-09 15:16:47 UTC (rev 10703)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 1096 bytes
@@ -1044,9 +1044,11 @@
<para>
Data modification statements made to tables in the
- <literal>mysql</literal> database are replicated using the
- row-based format. However, statements that would normally update
- this information indirectly — such
+ <literal>mysql</literal> database are replicated according to
+ the value of <literal>binlog_format</literal>; if this value is
+ <literal>MIXED</literal>, then these statement are replicated
+ using the row-based format. However, statements that would
+ normally update this information indirectly — such
<literal>GRANT</literal>, <literal>REVOKE</literal>, and
statements manipulating triggers, stored routines, and views
— are replicated to slaves using statement-based
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10703 - in trunk: it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0 | jon | 9 May |