Author: paul
Date: 2010-07-12 21:07:40 +0200 (Mon, 12 Jul 2010)
New Revision: 21670
Log:
r61071@frost: paul | 2010-07-12 14:07:18 -0500
Add formal head
Modified:
trunk/refman-5.5/replication-notes.xml
trunk/refman-6.0/replication-notes.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:40730
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:61068
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:40730
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:61071
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-5.5/replication-notes.xml
===================================================================
--- trunk/refman-5.5/replication-notes.xml 2010-07-12 18:26:29 UTC (rev 21669)
+++ trunk/refman-5.5/replication-notes.xml 2010-07-12 19:07:40 UTC (rev 21670)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 5; 991 bytes
@@ -2939,12 +2939,19 @@
master to nontransactional tables on the slaves.
</para>
- <para>
- Beginning with MySQL 5.5.3, it is no longer possible to change
- <literal role="sysvar">binlog_format</literal> while a
- transaction is in effect. (Bug#47863)
- </para>
+ <formalpara>
+ <title>Changing the binary logging format within transactions</title>
+
+ <para>
+ Beginning with MySQL 5.5.3, the
+ <literal role="sysvar">binlog_format</literal> system variable
+ is read-only as long as a transaction is in progress.
+ (Bug#47863)
+ </para>
+
+ </formalpara>
+
</section>
<section id="replication-features-triggers">
Modified: trunk/refman-6.0/replication-notes.xml
===================================================================
--- trunk/refman-6.0/replication-notes.xml 2010-07-12 18:26:29 UTC (rev 21669)
+++ trunk/refman-6.0/replication-notes.xml 2010-07-12 19:07:40 UTC (rev 21670)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 5; 993 bytes
@@ -2857,12 +2857,19 @@
master to nontransactional tables on the slaves.
</para>
- <para>
- Beginning with MySQL 6.0.14, it is no longer possible to change
- <literal role="sysvar">binlog_format</literal> while a
- transaction is in effect. (Bug#47863)
- </para>
+ <formalpara>
+ <title>Changing the binary logging format within transactions</title>
+
+ <para>
+ Beginning with MySQL 6.0.14, the
+ <literal role="sysvar">binlog_format</literal> system variable
+ is read-only as long as a transaction is in progress.
+ (Bug#47863)
+ </para>
+
+ </formalpara>
+
</section>
<section id="replication-features-triggers">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r21670 - in trunk: . refman-5.5 refman-6.0 | paul.dubois | 12 Jul |