List:Commits« Previous MessageNext Message »
From:paul.dubois Date:November 7 2009 7:05pm
Subject:svn commit - mysqldoc@docsrva: r17518 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.1-maria refman-5.4 refman-5.5 refman-6.0.sav
View as plain text  
Author: paul
Date: 2009-11-07 19:05:16 +0100 (Sat, 07 Nov 2009)
New Revision: 17518

Log:
 r46249@frost:  paul | 2009-11-07 12:04:19 -0500
 General revisions, reformat


Modified:
   trunk/refman-4.1/installing-updowngrade.xml
   trunk/refman-4.1/storage-engines.xml
   trunk/refman-5.0/installing-updowngrade.xml
   trunk/refman-5.0/se-myisam-core.xml
   trunk/refman-5.1-maria/sql-syntax-server-administration.xml
   trunk/refman-5.1/installing-updowngrade.xml
   trunk/refman-5.1/se-myisam-core.xml
   trunk/refman-5.4/installing-updowngrade.xml
   trunk/refman-5.4/se-myisam-core.xml
   trunk/refman-5.5/installing-updowngrade.xml
   trunk/refman-5.5/se-myisam-core.xml
   trunk/refman-6.0.sav/installing-updowngrade.xml
   trunk/refman-6.0.sav/se-myisam-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:27680
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:46248
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
   + 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:27680
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:46249
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546


Modified: trunk/refman-4.1/installing-updowngrade.xml
===================================================================
--- trunk/refman-4.1/installing-updowngrade.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-4.1/installing-updowngrade.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1301 bytes

@@ -2368,14 +2368,12 @@
       necessitated by changes to MySQL such as how data types are
       handled or changes to character set handling. For example, an
       error in a collation might have been corrected, necessitating a
-      table rebuild to update the indexes for character columns that
-      use the collation.
-(For examples, see
-  <xref linkend="checking-table-incompatibilities"/>.)
-It might also be that a table repair or upgrade
-      should be done as indicated by a table check operation such as
-      that performed by <literal>CHECK TABLE</literal> or
-      <command>mysqlcheck</command>.
+      table rebuild to update the indexes for character columns that use
+      the collation. (For examples, see
+      <xref linkend="checking-table-incompatibilities"/>.) It might also
+      be that a table repair or upgrade should be done as indicated by a
+      table check operation such as that performed by <literal>CHECK
+      TABLE</literal> or <command>mysqlcheck</command>.
     </para>
 
     <para>


Modified: trunk/refman-4.1/storage-engines.xml
===================================================================
--- trunk/refman-4.1/storage-engines.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-4.1/storage-engines.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 655 bytes

@@ -499,8 +499,7 @@
       <command>myisamchk</command> utility. You can also compress
       <literal>MyISAM</literal> tables with
       <command>myisampack</command> to take up much less space. See
-      <xref linkend="mysqlcheck"/>,
-      <xref linkend="myisamchk"/>, and
+      <xref linkend="mysqlcheck"/>, <xref linkend="myisamchk"/>, and
       <xref linkend="myisampack"/>.
     </para>
 


Modified: trunk/refman-5.0/installing-updowngrade.xml
===================================================================
--- trunk/refman-5.0/installing-updowngrade.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.0/installing-updowngrade.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1332 bytes

@@ -2126,14 +2126,12 @@
       necessitated by changes to MySQL such as how data types are
       handled or changes to character set handling. For example, an
       error in a collation might have been corrected, necessitating a
-      table rebuild to update the indexes for character columns that
-      use the collation.
-(For examples, see
-  <xref linkend="checking-table-incompatibilities"/>.)
-It might also be that a table repair or upgrade
-      should be done as indicated by a table check operation such as
-      that performed by <literal>CHECK TABLE</literal>,
-      <command>mysqlcheck</command>, or
+      table rebuild to update the indexes for character columns that use
+      the collation. (For examples, see
+      <xref linkend="checking-table-incompatibilities"/>.) It might also
+      be that a table repair or upgrade should be done as indicated by a
+      table check operation such as that performed by <literal>CHECK
+      TABLE</literal>, <command>mysqlcheck</command>, or
       <command>mysql_upgrade</command>.
     </para>
 


Modified: trunk/refman-5.0/se-myisam-core.xml
===================================================================
--- trunk/refman-5.0/se-myisam-core.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.0/se-myisam-core.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 674 bytes

@@ -65,8 +65,7 @@
     <command>mysqlcheck</command> client or
<command>myisamchk</command>
     utility. You can also compress <literal>MyISAM</literal> tables with
     <command>myisampack</command> to take up much less space. See
-    <xref linkend="mysqlcheck"/>,
-    <xref linkend="myisamchk"/>, and
+    <xref linkend="mysqlcheck"/>, <xref linkend="myisamchk"/>, and
     <xref linkend="myisampack"/>.
   </para>
 


Modified: trunk/refman-5.1/installing-updowngrade.xml
===================================================================
--- trunk/refman-5.1/installing-updowngrade.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.1/installing-updowngrade.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1332 bytes

@@ -2166,14 +2166,12 @@
       necessitated by changes to MySQL such as how data types are
       handled or changes to character set handling. For example, an
       error in a collation might have been corrected, necessitating a
-      table rebuild to update the indexes for character columns that
-      use the collation.
-(For examples, see
-  <xref linkend="checking-table-incompatibilities"/>.)
-It might also be that a table repair or upgrade
-      should be done as indicated by a table check operation such as
-      that performed by <literal>CHECK TABLE</literal>,
-      <command>mysqlcheck</command>, or
+      table rebuild to update the indexes for character columns that use
+      the collation. (For examples, see
+      <xref linkend="checking-table-incompatibilities"/>.) It might also
+      be that a table repair or upgrade should be done as indicated by a
+      table check operation such as that performed by <literal>CHECK
+      TABLE</literal>, <command>mysqlcheck</command>, or
       <command>mysql_upgrade</command>.
     </para>
 


Modified: trunk/refman-5.1/se-myisam-core.xml
===================================================================
--- trunk/refman-5.1/se-myisam-core.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.1/se-myisam-core.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 674 bytes

@@ -63,8 +63,7 @@
     <command>mysqlcheck</command> client or
<command>myisamchk</command>
     utility. You can also compress <literal>MyISAM</literal> tables with
     <command>myisampack</command> to take up much less space. See
-    <xref linkend="mysqlcheck"/>,
-    <xref linkend="myisamchk"/>, and
+    <xref linkend="mysqlcheck"/>, <xref linkend="myisamchk"/>, and
     <xref linkend="myisampack"/>.
   </para>
 


Modified: trunk/refman-5.1-maria/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1-maria/sql-syntax-server-administration.xml	2009-11-07 18:05:09 UTC
(rev 17517)
+++ trunk/refman-5.1-maria/sql-syntax-server-administration.xml	2009-11-07 18:05:16 UTC
(rev 17518)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 995 bytes

@@ -2066,9 +2066,9 @@
         <literal>OK</literal>. If you don't get
<literal>OK</literal>,
         or <literal>Table is already up to date</literal> you should
         normally run a repair of the table. See
-        <xref linkend="myisam-table-maintenance"/>. <literal>Table is already
-        up to date</literal> means that the storage engine for the table
-        indicated that there was no need to check the table.
+        <xref linkend="myisam-table-maintenance"/>. <literal>Table is
+        already up to date</literal> means that the storage engine for
+        the table indicated that there was no need to check the table.
       </para>
 
       <para>


Modified: trunk/refman-5.4/installing-updowngrade.xml
===================================================================
--- trunk/refman-5.4/installing-updowngrade.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.4/installing-updowngrade.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1332 bytes

@@ -1065,14 +1065,12 @@
       necessitated by changes to MySQL such as how data types are
       handled or changes to character set handling. For example, an
       error in a collation might have been corrected, necessitating a
-      table rebuild to update the indexes for character columns that
-      use the collation.
-(For examples, see
-  <xref linkend="checking-table-incompatibilities"/>.)
-It might also be that a table repair or upgrade
-      should be done as indicated by a table check operation such as
-      that performed by <literal>CHECK TABLE</literal>,
-      <command>mysqlcheck</command>, or
+      table rebuild to update the indexes for character columns that use
+      the collation. (For examples, see
+      <xref linkend="checking-table-incompatibilities"/>.) It might also
+      be that a table repair or upgrade should be done as indicated by a
+      table check operation such as that performed by <literal>CHECK
+      TABLE</literal>, <command>mysqlcheck</command>, or
       <command>mysql_upgrade</command>.
     </para>
 


Modified: trunk/refman-5.4/se-myisam-core.xml
===================================================================
--- trunk/refman-5.4/se-myisam-core.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.4/se-myisam-core.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 674 bytes

@@ -63,8 +63,7 @@
     <command>mysqlcheck</command> client or
<command>myisamchk</command>
     utility. You can also compress <literal>MyISAM</literal> tables with
     <command>myisampack</command> to take up much less space. See
-    <xref linkend="mysqlcheck"/>,
-    <xref linkend="myisamchk"/>, and
+    <xref linkend="mysqlcheck"/>, <xref linkend="myisamchk"/>, and
     <xref linkend="myisampack"/>.
   </para>
 


Modified: trunk/refman-5.5/installing-updowngrade.xml
===================================================================
--- trunk/refman-5.5/installing-updowngrade.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.5/installing-updowngrade.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1332 bytes

@@ -1009,14 +1009,12 @@
       necessitated by changes to MySQL such as how data types are
       handled or changes to character set handling. For example, an
       error in a collation might have been corrected, necessitating a
-      table rebuild to update the indexes for character columns that
-      use the collation.
-(For examples, see
-  <xref linkend="checking-table-incompatibilities"/>.)
-It might also be that a table repair or upgrade
-      should be done as indicated by a table check operation such as
-      that performed by <literal>CHECK TABLE</literal>,
-      <command>mysqlcheck</command>, or
+      table rebuild to update the indexes for character columns that use
+      the collation. (For examples, see
+      <xref linkend="checking-table-incompatibilities"/>.) It might also
+      be that a table repair or upgrade should be done as indicated by a
+      table check operation such as that performed by <literal>CHECK
+      TABLE</literal>, <command>mysqlcheck</command>, or
       <command>mysql_upgrade</command>.
     </para>
 


Modified: trunk/refman-5.5/se-myisam-core.xml
===================================================================
--- trunk/refman-5.5/se-myisam-core.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-5.5/se-myisam-core.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 674 bytes

@@ -63,8 +63,7 @@
     <command>mysqlcheck</command> client or
<command>myisamchk</command>
     utility. You can also compress <literal>MyISAM</literal> tables with
     <command>myisampack</command> to take up much less space. See
-    <xref linkend="mysqlcheck"/>,
-    <xref linkend="myisamchk"/>, and
+    <xref linkend="mysqlcheck"/>, <xref linkend="myisamchk"/>, and
     <xref linkend="myisampack"/>.
   </para>
 


Modified: trunk/refman-6.0.sav/installing-updowngrade.xml
===================================================================
--- trunk/refman-6.0.sav/installing-updowngrade.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-6.0.sav/installing-updowngrade.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 8; 1344 bytes

@@ -1494,14 +1494,12 @@
       necessitated by changes to MySQL such as how data types are
       handled or changes to character set handling. For example, an
       error in a collation might have been corrected, necessitating a
-      table rebuild to update the indexes for character columns that
-      use the collation.
-(For examples, see
-  <xref linkend="checking-table-incompatibilities"/>.)
-It might also be that a table repair or upgrade
-      should be done as indicated by a table check operation such as
-      that performed by <literal>CHECK TABLE</literal>,
-      <command>mysqlcheck</command>, or
+      table rebuild to update the indexes for character columns that use
+      the collation. (For examples, see
+      <xref linkend="checking-table-incompatibilities"/>.) It might also
+      be that a table repair or upgrade should be done as indicated by a
+      table check operation such as that performed by <literal>CHECK
+      TABLE</literal>, <command>mysqlcheck</command>, or
       <command>mysql_upgrade</command>.
     </para>
 


Modified: trunk/refman-6.0.sav/se-myisam-core.xml
===================================================================
--- trunk/refman-6.0.sav/se-myisam-core.xml	2009-11-07 18:05:09 UTC (rev 17517)
+++ trunk/refman-6.0.sav/se-myisam-core.xml	2009-11-07 18:05:16 UTC (rev 17518)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 686 bytes

@@ -60,8 +60,7 @@
     <command>mysqlcheck</command> client or
<command>myisamchk</command>
     utility. You can also compress <literal>MyISAM</literal> tables with
     <command>myisampack</command> to take up much less space. See
-    <xref linkend="mysqlcheck"/>,
-    <xref linkend="myisamchk"/>, and
+    <xref linkend="mysqlcheck"/>, <xref linkend="myisamchk"/>, and
     <xref linkend="myisampack"/>.
   </para>
 


Thread
svn commit - mysqldoc@docsrva: r17518 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.1-maria refman-5.4 refman-5.5 refman-6.0.savpaul.dubois7 Nov 2009