Author: paul
Date: 2006-01-21 04:10:02 +0100 (Sat, 21 Jan 2006)
New Revision: 962
Log:
r6506@frost: paul | 2006-01-20 21:08:39 -0600
Add missing mysqlhotcopy options pointed out by Hartmut.
Modified:
trunk/
trunk/refman-4.1/client-utility-programs.xml
trunk/refman-5.0/client-utility-programs.xml
trunk/refman-5.1/client-utility-programs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6505
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2396
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6506
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2396
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2006-01-21 03:09:42 UTC (rev 961)
+++ trunk/refman-4.1/client-utility-programs.xml 2006-01-21 03:10:02 UTC (rev 962)
@@ -6862,6 +6862,17 @@
<listitem>
<para>
+ <option>--addtodest</option>
+ </para>
+
+ <para>
+ Do not rename target directory if it exists, just add
+ files to it. This option was added in MySQL 4.0.13.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--allowold</option>
</para>
@@ -6884,6 +6895,21 @@
<listitem>
<para>
+ <option>--chroot=<replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ Base directory of the <command>chroot</command> jail in
+ which <command>mysqld</command> operates. The
+ <replaceable>path</replaceable> value should match that of
+ the <option>--chroot</option> option given to
+ <command>mysqld</command>. This option was added in MySQL
+ 4.0.19.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--debug</option>
</para>
@@ -6914,6 +6940,20 @@
<listitem>
<para>
+ <option>--host=<replaceable>host_name</replaceable></option>,
+ <option>-h <replaceable>host_name</replaceable></option>
+ </para>
+
+ <para>
+ The hostname of the local host to use for making a TCP/IP
+ connection to the local server. By default, the connection
+ is made to <literal>localhost</literal> using a Unix
+ socket file.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--keepold</option>
</para>
@@ -6992,6 +7032,17 @@
<listitem>
<para>
+ <option>--record_log_pos=<replaceable>db_name.tbl_name</replaceable></option>
+ </para>
+
+ <para>
+ Record master and slave status in the specified
+ <replaceable>db_name.tbl_name</replaceable>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--regexp=<replaceable>expr</replaceable></option>
</para>
@@ -7003,6 +7054,27 @@
<listitem>
<para>
+ <option>--resetmaster</option>
+ </para>
+
+ <para>
+ Reset the binary log after locking all the tables.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--resetslave</option>
+ </para>
+
+ <para>
+ Reset the <filename>master.info</filename> file after
+ locking all the tables.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--socket=<replaceable>path</replaceable></option>,
<option>-S <replaceable>path</replaceable></option>
</para>
@@ -7064,8 +7136,9 @@
<para>
Use <literal>perldoc</literal> for additional
<command>mysqlhotcopy</command> documentation, including
- information about the structure of the table needed for the
- <option>--checkpoint</option> option.
+ information about the structure of the tables needed for the
+ <option>--checkpoint</option> and
+ <option>--record_log_pos</option> options:
</para>
<programlisting>
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2006-01-21 03:09:42 UTC (rev 961)
+++ trunk/refman-5.0/client-utility-programs.xml 2006-01-21 03:10:02 UTC (rev 962)
@@ -7088,6 +7088,17 @@
<listitem>
<para>
+ <option>--addtodest</option>
+ </para>
+
+ <para>
+ Do not rename target directory if it exists, just add
+ files to it.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--allowold</option>
</para>
@@ -7110,6 +7121,20 @@
<listitem>
<para>
+ <option>--chroot=<replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ Base directory of the <command>chroot</command> jail in
+ which <command>mysqld</command> operates. The
+ <replaceable>path</replaceable> value should match that of
+ the <option>--chroot</option> option given to
+ <command>mysqld</command>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--debug</option>
</para>
@@ -7140,6 +7165,20 @@
<listitem>
<para>
+ <option>--host=<replaceable>host_name</replaceable></option>,
+ <option>-h <replaceable>host_name</replaceable></option>
+ </para>
+
+ <para>
+ The hostname of the local host to use for making a TCP/IP
+ connection to the local server. By default, the connection
+ is made to <literal>localhost</literal> using a Unix
+ socket file.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--keepold</option>
</para>
@@ -7216,6 +7255,17 @@
<listitem>
<para>
+ <option>--record_log_pos=<replaceable>db_name.tbl_name</replaceable></option>
+ </para>
+
+ <para>
+ Record master and slave status in the specified
+ <replaceable>db_name.tbl_name</replaceable>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--regexp=<replaceable>expr</replaceable></option>
</para>
@@ -7227,6 +7277,27 @@
<listitem>
<para>
+ <option>--resetmaster</option>
+ </para>
+
+ <para>
+ Reset the binary log after locking all the tables.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--resetslave</option>
+ </para>
+
+ <para>
+ Reset the <filename>master.info</filename> file after
+ locking all the tables.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--socket=<replaceable>path</replaceable></option>,
<option>-S <replaceable>path</replaceable></option>
</para>
@@ -7288,8 +7359,9 @@
<para>
Use <literal>perldoc</literal> for additional
<command>mysqlhotcopy</command> documentation, including
- information about the structure of the table needed for the
- <option>--checkpoint</option> option.
+ information about the structure of the tables needed for the
+ <option>--checkpoint</option> and
+ <option>--record_log_pos</option> options:
</para>
<programlisting>
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-01-21 03:09:42 UTC (rev 961)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-01-21 03:10:02 UTC (rev 962)
@@ -7139,6 +7139,17 @@
<listitem>
<para>
+ <option>--addtodest</option>
+ </para>
+
+ <para>
+ Do not rename target directory if it exists, just add
+ files to it.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--allowold</option>
</para>
@@ -7161,6 +7172,20 @@
<listitem>
<para>
+ <option>--chroot=<replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ Base directory of the <command>chroot</command> jail in
+ which <command>mysqld</command> operates. The
+ <replaceable>path</replaceable> value should match that of
+ the <option>--chroot</option> option given to
+ <command>mysqld</command>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--debug</option>
</para>
@@ -7191,6 +7216,20 @@
<listitem>
<para>
+ <option>--host=<replaceable>host_name</replaceable></option>,
+ <option>-h <replaceable>host_name</replaceable></option>
+ </para>
+
+ <para>
+ The hostname of the local host to use for making a TCP/IP
+ connection to the local server. By default, the connection
+ is made to <literal>localhost</literal> using a Unix
+ socket file.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--keepold</option>
</para>
@@ -7267,6 +7306,17 @@
<listitem>
<para>
+ <option>--record_log_pos=<replaceable>db_name.tbl_name</replaceable></option>
+ </para>
+
+ <para>
+ Record master and slave status in the specified
+ <replaceable>db_name.tbl_name</replaceable>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--regexp=<replaceable>expr</replaceable></option>
</para>
@@ -7278,6 +7328,27 @@
<listitem>
<para>
+ <option>--resetmaster</option>
+ </para>
+
+ <para>
+ Reset the binary log after locking all the tables.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--resetslave</option>
+ </para>
+
+ <para>
+ Reset the <filename>master.info</filename> file after
+ locking all the tables.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--socket=<replaceable>path</replaceable></option>,
<option>-S <replaceable>path</replaceable></option>
</para>
@@ -7339,8 +7410,9 @@
<para>
Use <literal>perldoc</literal> for additional
<command>mysqlhotcopy</command> documentation, including
- information about the structure of the table needed for the
- <option>--checkpoint</option> option.
+ information about the structure of the tables needed for the
+ <option>--checkpoint</option> and
+ <option>--record_log_pos</option> options:
</para>
<programlisting>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r962 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 21 Jan |