List:Commits« Previous MessageNext Message »
From:paul Date:April 27 2006 12:27pm
Subject:svn commit - mysqldoc@docsrva: r1953 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common
View as plain text  
Author: paul
Date: 2006-04-27 14:27:51 +0200 (Thu, 27 Apr 2006)
New Revision: 1953

Log:
 r7023@polar:  paul | 2006-04-27 07:28:17 -0500
 Document Bug#19220.


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
   trunk/refman-common/news-5.1.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7005
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9797
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4590
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7023
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9797
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4590

Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml	2006-04-27 12:11:18 UTC (rev 1952)
+++ trunk/refman-4.1/client-utility-programs.xml	2006-04-27 12:27:51 UTC (rev 1953)
@@ -494,11 +494,13 @@
 
         <para>
           The <replaceable>tbl_name</replaceable> argument should be the
-          name of a <literal>MyISAM</literal> table. If you do not
-          invoke <command>myisam_ftdump</command> in the directory where
-          the table files are located, the table name must be preceded
-          by the pathname to the table's database directory. Index
-          numbers begin with 0.
+          name of a <literal>MyISAM</literal> table. You can also
+          specify a table by naming its index file (the file with the
+          <filename>.MYI</filename> suffix). If you do not invoke
+          <command>myisam_ftdump</command> in the directory where the
+          table files are located, the table or index file name name
+          must be preceded by the pathname to the table's database
+          directory. Index numbers begin with 0.
         </para>
 
         <para>

Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2006-04-27 12:11:18 UTC (rev 1952)
+++ trunk/refman-5.0/client-utility-programs.xml	2006-04-27 12:27:51 UTC (rev 1953)
@@ -480,11 +480,13 @@
 
         <para>
           The <replaceable>tbl_name</replaceable> argument should be the
-          name of a <literal>MyISAM</literal> table. If you do not
-          invoke <command>myisam_ftdump</command> in the directory where
-          the table files are located, the table name must be preceded
-          by the pathname to the table's database directory. Index
-          numbers begin with 0.
+          name of a <literal>MyISAM</literal> table. You can also
+          specify a table by naming its index file (the file with the
+          <filename>.MYI</filename> suffix). If you do not invoke
+          <command>myisam_ftdump</command> in the directory where the
+          table files are located, the table or index file name name
+          must be preceded by the pathname to the table's database
+          directory. Index numbers begin with 0.
         </para>
 
         <para>

Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-04-27 12:11:18 UTC (rev 1952)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-04-27 12:27:51 UTC (rev 1953)
@@ -496,11 +496,13 @@
 
         <para>
           The <replaceable>tbl_name</replaceable> argument should be the
-          name of a <literal>MyISAM</literal> table. If you do not
-          invoke <command>myisam_ftdump</command> in the directory where
-          the table files are located, the table name must be preceded
-          by the pathname to the table's database directory. Index
-          numbers begin with 0.
+          name of a <literal>MyISAM</literal> table. You can also
+          specify a table by naming its index file (the file with the
+          <filename>.MYI</filename> suffix). If you do not invoke
+          <command>myisam_ftdump</command> in the directory where the
+          table files are located, the table or index file name name
+          must be preceded by the pathname to the table's database
+          directory. Index numbers begin with 0.
         </para>
 
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-27 12:11:18 UTC (rev 1952)
+++ trunk/refman-common/news-5.1.xml	2006-04-27 12:27:51 UTC (rev 1953)
@@ -191,6 +191,15 @@
 
       <listitem>
         <para>
+          <command>myisamchk</command> and
+          <command>myisam_ftdump</command> should allow either table
+          names or <filename>.MYI</filename> filenames as arguments, but
+          allowed only table names. (Bug #19220)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>DROP DATABASE</literal> did not drop stored routines
           associated with the database if the database name was longer
           than 21 characters. (Bug #18344)

Thread
svn commit - mysqldoc@docsrva: r1953 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-commonpaul27 Apr