Author: paul
Date: 2007-07-28 01:27:03 +0200 (Sat, 28 Jul 2007)
New Revision: 7257
Log:
r23108@frost: paul | 2007-07-27 18:13:57 -0500
Remove some update log info from 5.1/5.2 manuals.
Other minor related edits.
Modified:
trunk/refman-4.1/client-utility-programs.xml
trunk/refman-4.1/installing.xml
trunk/refman-5.0/client-utility-programs.xml
trunk/refman-5.0/installing.xml
trunk/refman-5.1/client-utility-programs.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.1/installing.xml
trunk/refman-5.2/client-utility-programs.xml
trunk/refman-5.2/dba-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28009
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23107
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28009
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23108
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-4.1/client-utility-programs.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 622 bytes
@@ -14204,7 +14204,7 @@
<para>
Each <replaceable>file_name</replaceable> argument should be
- the name of an updat log file. If no filenames are given,
+ the name of an update log file. If no filenames are given,
<command>mysql_find_rows</command> reads the standard input.
</para>
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-4.1/installing.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 650 bytes
@@ -20097,7 +20097,7 @@
<listitem>
<para>
Re-execute the commands with <command>mysqlbinlog
- update-log-file | mysql</command>. The update log is saved
+ binary-log-file | mysql</command>. The binary log is saved
in the MySQL database directory with the name
<literal>hostname-bin.#</literal>.
</para>
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.0/client-utility-programs.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 622 bytes
@@ -14942,7 +14942,7 @@
<para>
Each <replaceable>file_name</replaceable> argument should be
- the name of an updat log file. If no filenames are given,
+ the name of an update log file. If no filenames are given,
<command>mysql_find_rows</command> reads the standard input.
</para>
Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.0/installing.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 646 bytes
@@ -926,7 +926,7 @@
<listitem>
<para>
Re-execute the commands with <command>mysqlbinlog
- update-log-file | mysql</command>. The update log is saved
+ binary-log-file | mysql</command>. The binary log is saved
in the MySQL database directory with the name
<literal>hostname-bin.#</literal>.
</para>
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.1/client-utility-programs.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 622 bytes
@@ -15735,7 +15735,7 @@
<para>
Each <replaceable>file_name</replaceable> argument should be
- the name of an updat log file. If no filenames are given,
+ the name of an update log file. If no filenames are given,
<command>mysql_find_rows</command> reads the standard input.
</para>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.1/dba-core.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 4, Lines Added: 3, Lines Deleted: 18; 2193 bytes
@@ -1755,8 +1755,8 @@
</para>
<para>
- Log extra information to the update log, binary update
- log, and slow query log, if they have been activated. For
+ Log extra information to the binary
+ log and slow query log, if they have been activated. For
example, the username and timestamp are logged for all
queries. This option is deprecated, as it now represents
the default logging behavior. (See the description for
@@ -1856,7 +1856,7 @@
</para>
<para>
- Log less information to the update log, binary update log,
+ Log less information to the binary log
and slow query log, if they have been activated. For
example, the username and timestamp are not logged for
queries.
@@ -28846,11 +28846,6 @@
<secondary>binary log</secondary>
</indexterm>
- <indexterm>
- <primary>files</primary>
- <secondary>update log (obsolete)</secondary>
- </indexterm>
-
<para>
The binary log contains all statements that update data or
potentially could have updated it (for example, a
@@ -28861,16 +28856,6 @@
</para>
<para>
- <emphasis role="bold">Note</emphasis>: The binary log has
- replaced the old update log, which is no longer available as of
- MySQL 5.0. The binary log contains all information that is
- available in the update log in a more efficient format and in a
- manner that is transaction-safe. If you are using transactions,
- you must use the MySQL binary log for backups instead of the old
- update log.
- </para>
-
- <para>
The binary log is not used for statements such as
<literal>SELECT</literal> or <literal>SHOW</literal> that do not
modify data. If you want to log all statements (for example, to
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.1/installing.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 650 bytes
@@ -18890,7 +18890,7 @@
<listitem>
<para>
Re-execute the commands with <command>mysqlbinlog
- update-log-file | mysql</command>. The update log is saved
+ binary-log-file | mysql</command>. The binary log is saved
in the MySQL database directory with the name
<literal>hostname-bin.#</literal>.
</para>
Modified: trunk/refman-5.2/client-utility-programs.xml
===================================================================
--- trunk/refman-5.2/client-utility-programs.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.2/client-utility-programs.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 622 bytes
@@ -15688,7 +15688,7 @@
<para>
Each <replaceable>file_name</replaceable> argument should be
- the name of an updat log file. If no filenames are given,
+ the name of an update log file. If no filenames are given,
<command>mysql_find_rows</command> reads the standard input.
</para>
Modified: trunk/refman-5.2/dba-core.xml
===================================================================
--- trunk/refman-5.2/dba-core.xml 2007-07-27 23:26:32 UTC (rev 7256)
+++ trunk/refman-5.2/dba-core.xml 2007-07-27 23:27:03 UTC (rev 7257)
Changed blocks: 4, Lines Added: 3, Lines Deleted: 18; 2193 bytes
@@ -1755,8 +1755,8 @@
</para>
<para>
- Log extra information to the update log, binary update
- log, and slow query log, if they have been activated. For
+ Log extra information to the binary
+ log and slow query log, if they have been activated. For
example, the username and timestamp are logged for all
queries. This option is deprecated, as it now represents
the default logging behavior. (See the description for
@@ -1856,7 +1856,7 @@
</para>
<para>
- Log less information to the update log, binary update log,
+ Log less information to the binary log
and slow query log, if they have been activated. For
example, the username and timestamp are not logged for
queries.
@@ -28654,11 +28654,6 @@
<secondary>binary log</secondary>
</indexterm>
- <indexterm>
- <primary>files</primary>
- <secondary>update log (obsolete)</secondary>
- </indexterm>
-
<para>
The binary log contains all statements that update data or
potentially could have updated it (for example, a
@@ -28669,16 +28664,6 @@
</para>
<para>
- <emphasis role="bold">Note</emphasis>: The binary log has
- replaced the old update log, which is no longer available as of
- MySQL 5.0. The binary log contains all information that is
- available in the update log in a more efficient format and in a
- manner that is transaction-safe. If you are using transactions,
- you must use the MySQL binary log for backups instead of the old
- update log.
- </para>
-
- <para>
The binary log is not used for statements such as
<literal>SELECT</literal> or <literal>SHOW</literal> that do not
modify data. If you want to log all statements (for example, to
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7257 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 28 Jul |