List:Commits« Previous MessageNext Message »
From:paul Date:June 1 2007 8:08pm
Subject:svn commit - mysqldoc@docsrva: r6626 - in trunk: . dynamic-docs/command-optvars refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-06-01 22:08:52 +0200 (Fri, 01 Jun 2007)
New Revision: 6626

Log:
 r20855@frost:  paul | 2007-06-01 15:06:14 -0500
 myisampack has no --packlength option. (pack_isam only)
 (Bug#28823)


Modified:
   trunk/dynamic-docs/command-optvars/myisampack.xml
   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
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25520
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20853
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25520
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229


Modified: trunk/dynamic-docs/command-optvars/myisampack.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/myisampack.xml	2007-06-01 19:32:06 UTC (rev 6625)
+++ trunk/dynamic-docs/command-optvars/myisampack.xml	2007-06-01 20:08:52 UTC (rev 6626)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 18; 1203 bytes

@@ -173,24 +173,6 @@
             <manual version="5.1"/>
         </versions>
     </option> 
-    <option command="myisampack" section="server" id="packlength">
-        <xrefto id="option_myisampack_packlength"/>
-        <name>packlength</name>
-        <shortdescription lang="en">
-            Specify the row length storage size, in bytes 
-        </shortdescription>
-        <types>
-            <optype class="cmdline" format="--packlength=len"/>
-            <optype class="cmdline" format="-p len"/>
-            <optype class="mycnf"/>
-        </types>  
-        <values vartype="numeric" platform="all"/>
-        <versions>
-            <manual version="4.1"/>
-            <manual version="5.0"/>
-            <manual version="5.1"/>
-        </versions>
-    </option> 
     <option command="myisampack" section="server" id="test">
         <xrefto id="option_myisampack_test"/>
         <name>test</name>


Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml	2007-06-01 19:32:06 UTC (rev 6625)
+++ trunk/refman-4.1/client-utility-programs.xml	2007-06-01 20:08:52 UTC (rev 6626)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 18; 2277 bytes

@@ -3322,30 +3322,23 @@
           </listitem>
 
           <listitem>
-            <para id="option_myisampack_packlength">
-              <indexterm>
-                <primary>myisampack</primary>
-                <secondary>packlength option</secondary>
-              </indexterm>
+            <para>
+<!-- no id or indexterms because this applies only to pack_isam -->
 
-              <indexterm>
-                <primary>packlength option</primary>
-                <secondary>myisampack</secondary>
-              </indexterm>
-
               <option>--packlength=<replaceable>len</replaceable></option>,
               <option>-p <replaceable>len</replaceable></option>
             </para>
 
             <para>
-              Specify the row length storage size, in bytes. The value
-              should be 1, 2, or 3. <command>myisampack</command> stores
-              all rows with length pointers of 1, 2, or 3 bytes. In most
-              normal cases, <command>myisampack</command> can determine
-              the correct length value before it begins packing the
-              file, but it may notice during the packing process that it
-              could have used a shorter length. In this case,
-              <command>myisampack</command> prints a note that you could
+              (<command>pack_isam</command> only) Specify the row length
+              storage size, in bytes. The value should be 1, 2, or 3.
+              <command>pack_isam</command> stores all rows with length
+              pointers of 1, 2, or 3 bytes. In most normal cases,
+              <command>pack_isam</command> can determine the correct
+              length value before it begins packing the file, but it may
+              notice during the packing process that it could have used
+              a shorter length. In this case,
+              <command>pack_isam</command> prints a note that you could
               use a shorter row length the next time you pack the same
               file.
             </para>


Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2007-06-01 19:32:06 UTC (rev 6625)
+++ trunk/refman-5.0/client-utility-programs.xml	2007-06-01 20:08:52 UTC (rev 6626)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 30; 1742 bytes

@@ -3415,36 +3415,6 @@
           </listitem>
 
           <listitem>
-            <para id="option_myisampack_packlength">
-              <indexterm>
-                <primary>myisampack</primary>
-                <secondary>packlength option</secondary>
-              </indexterm>
-
-              <indexterm>
-                <primary>packlength option</primary>
-                <secondary>myisampack</secondary>
-              </indexterm>
-
-              <option>--packlength=<replaceable>len</replaceable></option>,
-              <option>-p <replaceable>len</replaceable></option>
-            </para>
-
-            <para>
-              Specify the row length storage size, in bytes. The value
-              should be 1, 2, or 3. <command>myisampack</command> stores
-              all rows with length pointers of 1, 2, or 3 bytes. In most
-              normal cases, <command>myisampack</command> can determine
-              the correct length value before it begins packing the
-              file, but it may notice during the packing process that it
-              could have used a shorter length. In this case,
-              <command>myisampack</command> prints a note that you could
-              use a shorter row length the next time you pack the same
-              file.
-            </para>
-          </listitem>
-
-          <listitem>
             <para id="option_myisampack_silent">
               <indexterm>
                 <primary>myisampack</primary>


Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2007-06-01 19:32:06 UTC (rev 6625)
+++ trunk/refman-5.1/client-utility-programs.xml	2007-06-01 20:08:52 UTC (rev 6626)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 30; 1742 bytes

@@ -3416,36 +3416,6 @@
           </listitem>
 
           <listitem>
-            <para id="option_myisampack_packlength">
-              <indexterm>
-                <primary>myisampack</primary>
-                <secondary>packlength option</secondary>
-              </indexterm>
-
-              <indexterm>
-                <primary>packlength option</primary>
-                <secondary>myisampack</secondary>
-              </indexterm>
-
-              <option>--packlength=<replaceable>len</replaceable></option>,
-              <option>-p <replaceable>len</replaceable></option>
-            </para>
-
-            <para>
-              Specify the row length storage size, in bytes. The value
-              should be 1, 2, or 3. <command>myisampack</command> stores
-              all rows with length pointers of 1, 2, or 3 bytes. In most
-              normal cases, <command>myisampack</command> can determine
-              the correct length value before it begins packing the
-              file, but it may notice during the packing process that it
-              could have used a shorter length. In this case,
-              <command>myisampack</command> prints a note that you could
-              use a shorter row length the next time you pack the same
-              file.
-            </para>
-          </listitem>
-
-          <listitem>
             <para id="option_myisampack_silent">
               <indexterm>
                 <primary>myisampack</primary>


Thread
svn commit - mysqldoc@docsrva: r6626 - in trunk: . dynamic-docs/command-optvars refman-4.1 refman-5.0 refman-5.1paul1 Jun