Author: shinz
Date: 2010-11-24 09:06:44 +0100 (Wed, 24 Nov 2010)
New Revision: 23975
Log:
Removed little word 'not' which kind of conveyed the wrong meaning :-), fixing doc bug http://bugs.mysql.com/bug.php?id=58418
Modified:
trunk/refman-5.5/dba-mysqld-server-core.xml
trunk/refman-5.5/replication-solutions.xml
Modified: trunk/refman-5.5/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.5/dba-mysqld-server-core.xml 2010-11-24 07:54:05 UTC (rev 23974)
+++ trunk/refman-5.5/dba-mysqld-server-core.xml 2010-11-24 08:06:44 UTC (rev 23975)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 8; 1301 bytes
@@ -13340,14 +13340,10 @@
<literal role="statvar">Rpl_semi_sync_master_status</literal>
</para>
- <para>
- Whether semisynchronous replication currently is operational
- on the master. The value is <literal>ON</literal> if the
- plugin has been enabled and a commit acknowledgment has not
- occurred. It is <literal>OFF</literal> if the plugin is not
- enabled or the master has fallen back to asynchronous
- replication due to commit acknowledgment timeout.
- </para>
+ <para> Whether semisynchronous replication currently is operational on the master. The value
+ is <literal>ON</literal> if the plugin has been enabled and a commit acknowledgment has
+ occurred. It is <literal>OFF</literal> if the plugin is not enabled or the master has
+ fallen back to asynchronous replication due to commit acknowledgment timeout. </para>
<para>
This variable is available only if the master-side
Modified: trunk/refman-5.5/replication-solutions.xml
===================================================================
--- trunk/refman-5.5/replication-solutions.xml 2010-11-24 07:54:05 UTC (rev 23974)
+++ trunk/refman-5.5/replication-solutions.xml 2010-11-24 08:06:44 UTC (rev 23975)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 8; 1269 bytes
@@ -1767,14 +1767,10 @@
<literal role="statvar">Rpl_semi_sync_master_status</literal>
</para>
- <para>
- Whether semisynchronous replication currently is
- operational on the master. The value is 1 if the plugin
- has been enabled and a commit acknowledgment has not
- occurred. It is 0 if the plugin is not enabled or the
- master has fallen back to asynchronous replication due
- to commit acknowledgment timeout.
- </para>
+ <para> Whether semisynchronous replication currently is operational on the master. The
+ value is 1 if the plugin has been enabled and a commit acknowledgment has occurred.
+ It is 0 if the plugin is not enabled or the master has fallen back to asynchronous
+ replication due to commit acknowledgment timeout. </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23975 - trunk/refman-5.5 | stefan.hinz | 24 Nov |