List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 20 2007 5:32pm
Subject:svn commit - mysqldoc@docsrva: r7167 - trunk/refman-4.1
View as plain text  
Author: mcbrown
Date: 2007-07-20 17:32:52 +0200 (Fri, 20 Jul 2007)
New Revision: 7167

Log:
Addingthe 4.1 log-0bin defintiion change, which for some reason didn't get picked up. 



Modified:
   trunk/refman-4.1/dba-core.xml


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2007-07-20 15:31:00 UTC (rev 7166)
+++ trunk/refman-4.1/dba-core.xml	2007-07-20 15:32:52 UTC (rev 7167)
Changed blocks: 3, Lines Added: 20, Lines Deleted: 17; 3338 bytes

@@ -3214,18 +3214,20 @@
         </indexterm>
 
         <para>
-          The MySQL server maintains many system
-          variables that indicate how it is configured. Each system
-          variable has a default value. System variables can be set at
-          server startup using options on the command line or in an
-          option file. As of MySQL 4.0.3, most of them can be changed
-          dynamically while the server is running by means of the
-          <literal>SET</literal> statement, which enables you to modify
-          operation of the server without having to stop and restart it.
-          You can refer to system variable values in expressions.
+          The MySQL server maintains many system variables that indicate
+          how it is configured. Each system variable has a default
+          value. System variables can be set at server startup using
+          options on the command line or in an option file. As of MySQL
+          4.0.3, most of them can be changed dynamically while the
+          server is running by means of the <literal>SET</literal>
+          statement, which enables you to modify operation of the server
+          without having to stop and restart it. You can refer to system
+          variable values in expressions.
         </para>
 
-        <para>The table below lists all available server variables:</para>
+        <para>
+          The table below lists all available server variables:
+        </para>
 
         <para condition="dynamic:optvar:fullsummary" role="5.0:mysqld:servervar"/>
 

@@ -6810,8 +6812,8 @@
         </indexterm>
 
         <para>
-          The MySQL server maintains many system
-          variables that indicate how it is configured.
+          The MySQL server maintains many system variables that indicate
+          how it is configured.
           <xref linkend="server-system-variables"/>, describes the
           meaning of these variables. Each system variable has a default
           value. System variables can be set at server startup using

@@ -24545,11 +24547,12 @@
         When started with the
        
<option>--log-bin[=<replaceable>base_name</replaceable>]</option>
         option, <command>mysqld</command> writes a log file containing
-        all SQL commands that update data. If no
-        <replaceable>base_name</replaceable> value is given, the default
-        name is the name of the host machine followed by
-        <literal>-bin</literal>. If the basename is given, but not as an
-        absolute pathname, the server writes the file in the data
+        all SQL commands that update data (both DDL and DML statements).
+        If no <replaceable>base_name</replaceable> value is given, the
+        default name is the valie of the <literal>pid-file</literal>
+        option (which by default is the name of host machine) followed
+        by <literal>-bin</literal>. If the basename is given, but not as
+        an absolute pathname, the server writes the file in the data
         directory. It is recommended that you specify a basename; see
         <xref linkend="open-bugs"/>, for the reason.
       </para>


Thread
svn commit - mysqldoc@docsrva: r7167 - trunk/refman-4.1mcbrown20 Jul