List:Commits« Previous MessageNext Message »
From:mcbrown Date:June 6 2006 9:54am
Subject:svn commit - mysqldoc@docsrva: r2290 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: mcbrown
Date: 2006-06-06 11:54:13 +0200 (Tue, 06 Jun 2006)
New Revision: 2290

Log:
Documenting Docs Bug 20202.



Modified:
   trunk/refman-4.1/client-utility-programs.xml
   trunk/refman-5.0/client-utility-programs.xml
   trunk/refman-5.1/client-utility-programs.xml

Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml	2006-06-06 07:46:05 UTC (rev 2289)
+++ trunk/refman-4.1/client-utility-programs.xml	2006-06-06 09:54:13 UTC (rev 2290)
@@ -7453,7 +7453,19 @@
             </para>
 
             <para>
-              List entries for just this database (local log only).
+              List entries for just this database (local log only). You
+              can only specify one database with this option - if you
+              specify multiple <option>--database</option> options, only
+              the last one is used. This option forces
+              <command>mysqlbinlog</command> to output entries from the
+              binary log where the default database (that is, the one
+              selected by <literal>USE</literal>) is
+              <replaceable>db_name</replaceable>. Note that this does
+              not replicate cross-database statements such as
+              <literal>UPDATE
+              <replaceable>some_db.some_table</replaceable> SET
+              foo='bar'</literal> while having selected a different
+              database or no database.
             </para>
           </listitem>
 

Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2006-06-06 07:46:05 UTC (rev 2289)
+++ trunk/refman-5.0/client-utility-programs.xml	2006-06-06 09:54:13 UTC (rev 2290)
@@ -7314,7 +7314,19 @@
             </para>
 
             <para>
-              List entries for just this database (local log only).
+              List entries for just this database (local log only). You
+              can only specify one database with this option - if you
+              specify multiple <option>--database</option> options, only
+              the last one is used. This option forces
+              <command>mysqlbinlog</command> to output entries from the
+              binary log where the default database (that is, the one
+              selected by <literal>USE</literal>) is
+              <replaceable>db_name</replaceable>. Note that this does
+              not replicate cross-database statements such as
+              <literal>UPDATE
+              <replaceable>some_db.some_table</replaceable> SET
+              foo='bar'</literal> while having selected a different
+              database or no database.
             </para>
           </listitem>
 

Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-06-06 07:46:05 UTC (rev 2289)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-06-06 09:54:13 UTC (rev 2290)
@@ -7347,7 +7347,19 @@
             </para>
 
             <para>
-              List entries for just this database (local log only).
+              List entries for just this database (local log only). You
+              can only specify one database with this option - if you
+              specify multiple <option>--database</option> options, only
+              the last one is used. This option forces
+              <command>mysqlbinlog</command> to output entries from the
+              binary log where the default database (that is, the one
+              selected by <literal>USE</literal>) is
+              <replaceable>db_name</replaceable>. Note that this does
+              not replicate cross-database statements such as
+              <literal>UPDATE
+              <replaceable>some_db.some_table</replaceable> SET
+              foo='bar'</literal> while having selected a different
+              database or no database.
             </para>
           </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2290 - in trunk: refman-4.1 refman-5.0 refman-5.1mcbrown6 Jun