List:Commits« Previous MessageNext Message »
From:martin.brown Date:October 1 2008 1:56pm
Subject:svn commit - mysqldoc@docsrva: r11932 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-10-01 15:56:32 +0200 (Wed, 01 Oct 2008)
New Revision: 11932

Log:
Minor reword on the Falcon SBR implementation
Minor type fix



Modified:
   trunk/refman-5.1/functions-core.xml
   trunk/refman-6.0/functions-core.xml
   trunk/refman-6.0/se-falcon-core.xml


Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml	2008-10-01 13:48:15 UTC (rev 11931)
+++ trunk/refman-5.1/functions-core.xml	2008-10-01 13:56:32 UTC (rev 11932)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 965 bytes

@@ -11007,7 +11007,7 @@
     -&gt; <userinput>('MySQL Tutorial','DBMS stands for DataBase ...'),</userinput>
     -&gt; <userinput>('How To Use MySQL Well','After you went through a ...'),</userinput>
     -&gt; <userinput>('Optimizing MySQL','In this tutorial we will show ...'),</userinput>
-    -&gt; <userinput>('1001 MySQL Tricks','1. Never run ysqld as root. 2. ...'),</userinput>
+    -&gt; <userinput>('1001 MySQL Tricks','1. Never run mysqld as root. 2. ...'),</userinput>
     -&gt; <userinput>('MySQL vs. YourSQL','In the following database comparison ...'),</userinput>
     -&gt; <userinput>('MySQL Security','When configured properly, MySQL ...');</userinput>
 Query OK, 6 rows affected (0.00 sec)


Modified: trunk/refman-6.0/functions-core.xml
===================================================================
--- trunk/refman-6.0/functions-core.xml	2008-10-01 13:48:15 UTC (rev 11931)
+++ trunk/refman-6.0/functions-core.xml	2008-10-01 13:56:32 UTC (rev 11932)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 965 bytes

@@ -11422,7 +11422,7 @@
     -&gt; <userinput>('MySQL Tutorial','DBMS stands for DataBase ...'),</userinput>
     -&gt; <userinput>('How To Use MySQL Well','After you went through a ...'),</userinput>
     -&gt; <userinput>('Optimizing MySQL','In this tutorial we will show ...'),</userinput>
-    -&gt; <userinput>('1001 MySQL Tricks','1. Never run ysqld as root. 2. ...'),</userinput>
+    -&gt; <userinput>('1001 MySQL Tricks','1. Never run mysqld as root. 2. ...'),</userinput>
     -&gt; <userinput>('MySQL vs. YourSQL','In the following database comparison ...'),</userinput>
     -&gt; <userinput>('MySQL Security','When configured properly, MySQL ...');</userinput>
 Query OK, 6 rows affected (0.00 sec)


Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml	2008-10-01 13:48:15 UTC (rev 11931)
+++ trunk/refman-6.0/se-falcon-core.xml	2008-10-01 13:56:32 UTC (rev 11932)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 929 bytes

@@ -1792,10 +1792,12 @@
 
       <listitem>
         <para>
-          Statement-based replication and
-          <option>--binlog-format=STATEMENT</option> are not supported.
-          <option>--binlog-format=MIXED</option> is treated as
-          <option>--binlog-format=ROW</option>.
+          Falcon does not support statement-based logging and
+          replication. If you have set
+          <option>--binlog-format=STATEMENT</option>, or
+          <option>--binlog-format=MIXED</option> then logging for Falcon
+          tables will automatically use <literal>ROW</literal> based
+          logging, irrespective of those settings.
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r11932 - in trunk: refman-5.1 refman-6.0martin.brown1 Oct