List:Commits« Previous MessageNext Message »
From:jon Date:September 8 2008 11:36pm
Subject:svn commit - mysqldoc@docsrva: r11737 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-09-08 23:36:52 +0200 (Mon, 08 Sep 2008)
New Revision: 11737

Log:

--log--slow-queries -> --log-slow-queries

Fixes Docs Bug #39327



Modified:
   trunk/refman-5.1/dba-core.xml
   trunk/refman-6.0/dba-core.xml


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-09-08 19:47:31 UTC (rev 11736)
+++ trunk/refman-5.1/dba-core.xml	2008-09-08 21:36:52 UTC (rev 11737)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 687 bytes

@@ -14739,7 +14739,7 @@
         MySQL 5.1.12 to specify the initial slow query log state. With
         no argument or an argument of 0, the option disables the log. If
         omitted or given with an argument of 1, the option enables the
-        log. If <option>--log--slow-queries</option> is not given,
+        log. If <option>--log-slow-queries</option> is not given,
         <option>--slow-query-log</option> has no effect.
       </para>
 


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-09-08 19:47:31 UTC (rev 11736)
+++ trunk/refman-6.0/dba-core.xml	2008-09-08 21:36:52 UTC (rev 11737)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 663 bytes

@@ -14657,7 +14657,7 @@
         specify the initial slow query log state. With no argument or an
         argument of 0, the option disables the log. If omitted or given
         with an argument of 1, the option enables the log. If
-        <option>--log--slow-queries</option> is not given,
+        <option>--log-slow-queries</option> is not given,
         <option>--slow-query-log</option> has no effect.
       </para>
 


Thread
svn commit - mysqldoc@docsrva: r11737 - in trunk: refman-5.1 refman-6.0jon8 Sep