Author: mcbrown
Date: 2007-07-20 17:31:00 +0200 (Fri, 20 Jul 2007)
New Revision: 7166
Log:
Updating default value of log-bin parameter
Modified:
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.2/dba-core.xml
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2007-07-20 12:57:37 UTC (rev 7165)
+++ trunk/refman-5.0/dba-core.xml 2007-07-20 15:31:00 UTC (rev 7166)
Changed blocks: 4, Lines Added: 22, Lines Deleted: 18; 3784 bytes
@@ -3299,15 +3299,15 @@
</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. 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. 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>
@@ -3358,10 +3358,13 @@
This section provides a description of each system variable.
Variables with no version indicated are present in all MySQL
¤t-series; releases. For historical information
- concerning their implementation, please see <citetitle><xref linkend="refman-4-1"/></citetitle>.
+ concerning their implementation, please see
+ <citetitle><xref linkend="refman-4-1"/></citetitle>.
</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:varsummary" role="5.0:mysqld:servervar"/>
@@ -7466,8 +7469,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
@@ -27576,11 +27579,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>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-07-20 12:57:37 UTC (rev 7165)
+++ trunk/refman-5.1/dba-core.xml 2007-07-20 15:31:00 UTC (rev 7166)
Changed blocks: 4, Lines Added: 20, Lines Deleted: 17; 3425 bytes
@@ -3419,15 +3419,15 @@
</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. 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. 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>
@@ -3483,7 +3483,9 @@
<citetitle>MySQL 3.23, 4.0, 4.1 Reference Manual</citetitle>.
</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"/>
@@ -7798,8 +7800,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
@@ -29623,11 +29625,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>
Modified: trunk/refman-5.2/dba-core.xml
===================================================================
--- trunk/refman-5.2/dba-core.xml 2007-07-20 12:57:37 UTC (rev 7165)
+++ trunk/refman-5.2/dba-core.xml 2007-07-20 15:31:00 UTC (rev 7166)
Changed blocks: 4, Lines Added: 20, Lines Deleted: 17; 3425 bytes
@@ -3370,15 +3370,15 @@
</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. 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. 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>
@@ -3434,7 +3434,9 @@
<citetitle>MySQL 3.23, 4.0, 4.1 Reference Manual</citetitle>.
</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"/>
@@ -7733,8 +7735,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
@@ -29498,11 +29500,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: r7166 - in trunk: refman-5.0 refman-5.1 refman-5.2 | mcbrown | 20 Jul |