Author: paul
Date: 2006-02-08 16:16:48 +0100 (Wed, 08 Feb 2006)
New Revision: 1240
Log:
r7224@frost: paul | 2006-02-08 09:04:34 -0600
Add missing myisamchk options.
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:7186
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2935
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7224
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2927
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2006-02-08 15:06:22 UTC (rev 1239)
+++ trunk/refman-4.1/client-utility-programs.xml 2006-02-08 15:16:48 UTC (rev 1240)
@@ -1262,6 +1262,18 @@
</remark>
<para>
+ <option>--max-record-length=<replaceable>len</replaceable></option>
+ </para>
+
+ <para>
+ Skip rows larger than the given length if
+ <command>myisamchk</command> cannot allocate memory to
+ hold them. This option was added in MySQL 4.1.1.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--parallel-recover</option>, <option>-p</option>
</para>
@@ -1438,6 +1450,18 @@
<listitem>
<para>
+ <option>--block-search=[<replaceable>offset</replaceable>]</option>,
+ <option>-b <replaceable>offset</replaceable></option>
+ </para>
+
+ <para>
+ Find the record that a block at the given offset belongs
+ to.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--description</option>, <option>-d</option>
</para>
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2006-02-08 15:06:22 UTC (rev 1239)
+++ trunk/refman-5.0/client-utility-programs.xml 2006-02-08 15:16:48 UTC (rev 1240)
@@ -1188,6 +1188,18 @@
<listitem>
<para>
+ <option>--max-record-length=<replaceable>len</replaceable></option>
+ </para>
+
+ <para>
+ Skip rows larger than the given length if
+ <command>myisamchk</command> cannot allocate memory to
+ hold them.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--parallel-recover</option>, <option>-p</option>
</para>
@@ -1361,6 +1373,18 @@
<listitem>
<para>
+ <option>--block-search=[<replaceable>offset</replaceable>]</option>,
+ <option>-b <replaceable>offset</replaceable></option>
+ </para>
+
+ <para>
+ Find the record that a block at the given offset belongs
+ to.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--description</option>, <option>-d</option>
</para>
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-02-08 15:06:22 UTC (rev 1239)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-02-08 15:16:48 UTC (rev 1240)
@@ -1201,6 +1201,18 @@
<listitem>
<para>
+ <option>--max-record-length=<replaceable>len</replaceable></option>
+ </para>
+
+ <para>
+ Skip rows larger than the given length if
+ <command>myisamchk</command> cannot allocate memory to
+ hold them.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--parallel-recover</option>, <option>-p</option>
</para>
@@ -1362,6 +1374,18 @@
<listitem>
<para>
+ <option>--block-search=[<replaceable>offset</replaceable>]</option>,
+ <option>-b <replaceable>offset</replaceable></option>
+ </para>
+
+ <para>
+ Find the record that a block at the given offset belongs
+ to.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--description</option>, <option>-d</option>
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1240 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 8 Feb |