List:Commits« Previous MessageNext Message »
From:paul.dubois Date:September 3 2008 7:44pm
Subject:svn commit - mysqldoc@docsrva: r11657 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-09-03 21:44:57 +0200 (Wed, 03 Sep 2008)
New Revision: 11657

Log:
 r32967@arctic:  paul | 2008-09-03 14:38:15 -0500
 Style police


Modified:
   trunk/refman-4.1/backup.xml
   trunk/refman-4.1/programs-admin-util.xml
   trunk/refman-4.1/sql-syntax-replication.xml
   trunk/refman-5.0/backup.xml
   trunk/refman-5.0/programs-admin-util-core.xml
   trunk/refman-5.0/sql-syntax-replication.xml
   trunk/refman-5.1/backup.xml
   trunk/refman-5.1/programs-admin-util-core.xml
   trunk/refman-5.1/sql-syntax-replication.xml
   trunk/refman-6.0/backup.xml
   trunk/refman-6.0/programs-admin-util-core.xml
   trunk/refman-6.0/sql-syntax-replication.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33589
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32966
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33589
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32967


Modified: trunk/refman-4.1/backup.xml
===================================================================
--- trunk/refman-4.1/backup.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-4.1/backup.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 776 bytes

@@ -1143,7 +1143,7 @@
             Always run the MySQL server with the
             <option>--log-bin</option> option, or even
             <option>--log-bin=<replaceable>log_name</replaceable></option>,
-            where the log file name is located on some safe media
+            where the log filename is located on some safe media
             different from the drive on which the data directory is
             located. If you have such safe media, this technique can
             also be good for disk load balancing (which results in a


Modified: trunk/refman-4.1/programs-admin-util.xml
===================================================================
--- trunk/refman-4.1/programs-admin-util.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-4.1/programs-admin-util.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 834 bytes

@@ -1936,7 +1936,7 @@
         The default operation is update (<option>-u</option>). If a
         recovery is done (<option>-r</option>), all writes and possibly
         updates and deletes are done and errors are only counted. The
-        default log file name is <filename>myisam.log</filename> for
+        default log filename is <filename>myisam.log</filename> for
         <command>myisamlog</command> and <filename>isam.log</filename>
         for <command>isamlog</command> if no
         <replaceable>log_file</replaceable> argument is given. If tables


Modified: trunk/refman-4.1/sql-syntax-replication.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-replication.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-4.1/sql-syntax-replication.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 845 bytes

@@ -1080,7 +1080,7 @@
         slave of a possibly dead/unavailable master needs to be switched
         to replicate from another slave that has been replicating the
         same master. The statement returns recalculated replication
-        coordinates (the slave's current binary log file name and
+        coordinates (the slave's current binary log filename and
         position within that file). The output can be used in a
         subsequent @code{CHANGE MASTER TO} statement. Normal users
         should never need to run this statement. It is primarily


Modified: trunk/refman-5.0/backup.xml
===================================================================
--- trunk/refman-5.0/backup.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-5.0/backup.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 776 bytes

@@ -1136,7 +1136,7 @@
             Always run the MySQL server with the
             <option>--log-bin</option> option, or even
             <option>--log-bin=<replaceable>log_name</replaceable></option>,
-            where the log file name is located on some safe media
+            where the log filename is located on some safe media
             different from the drive on which the data directory is
             located. If you have such safe media, this technique can
             also be good for disk load balancing (which results in a


Modified: trunk/refman-5.0/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.0/programs-admin-util-core.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-5.0/programs-admin-util-core.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 849 bytes

@@ -2024,7 +2024,7 @@
         The default operation is update (<option>-u</option>). If a
         recovery is done (<option>-r</option>), all writes and possibly
         updates and deletes are done and errors are only counted. The
-        default log file name is <filename>myisam.log</filename> for
+        default log filename is <filename>myisam.log</filename> for
         <command>myisamlog</command> and <filename>isam.log</filename>
         for <command>isamlog</command> if no
         <replaceable>log_file</replaceable> argument is given, If tables


Modified: trunk/refman-5.0/sql-syntax-replication.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-replication.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-5.0/sql-syntax-replication.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 844 bytes

@@ -1068,7 +1068,7 @@
         slave of a possibly dead/unavailable master needs to be switched
         to replicate off another slave that has been replicating the
         same master. The statement returns recalculated replication
-        coordinates (the slave's current binary log file name and
+        coordinates (the slave's current binary log filename and
         position within that file). The output can be used in a
         subsequent @code{CHANGE MASTER TO} statement. Normal users
         should never need to run this statement. It is primarily


Modified: trunk/refman-5.1/backup.xml
===================================================================
--- trunk/refman-5.1/backup.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-5.1/backup.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 776 bytes

@@ -1145,7 +1145,7 @@
             Always run the MySQL server with the
             <option>--log-bin</option> option, or even
             <option>--log-bin=<replaceable>log_name</replaceable></option>,
-            where the log file name is located on some safe media
+            where the log filename is located on some safe media
             different from the drive on which the data directory is
             located. If you have such safe media, this technique can
             also be good for disk load balancing (which results in a


Modified: trunk/refman-5.1/programs-admin-util-core.xml
===================================================================
--- trunk/refman-5.1/programs-admin-util-core.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-5.1/programs-admin-util-core.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 849 bytes

@@ -2021,7 +2021,7 @@
         The default operation is update (<option>-u</option>). If a
         recovery is done (<option>-r</option>), all writes and possibly
         updates and deletes are done and errors are only counted. The
-        default log file name is <filename>myisam.log</filename> for
+        default log filename is <filename>myisam.log</filename> for
         <command>myisamlog</command> and <filename>isam.log</filename>
         for <command>isamlog</command> if no
         <replaceable>log_file</replaceable> argument is given, If tables


Modified: trunk/refman-5.1/sql-syntax-replication.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-replication.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-5.1/sql-syntax-replication.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 844 bytes

@@ -1129,7 +1129,7 @@
         slave of a possibly dead/unavailable master needs to be switched
         to replicate off another slave that has been replicating the
         same master. The statement returns recalculated replication
-        coordinates (the slave's current binary log file name and
+        coordinates (the slave's current binary log filename and
         position within that file). The output can be used in a
         subsequent @code{CHANGE MASTER TO} statement. Normal users
         should never need to run this statement. It is primarily


Modified: trunk/refman-6.0/backup.xml
===================================================================
--- trunk/refman-6.0/backup.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-6.0/backup.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 776 bytes

@@ -1145,7 +1145,7 @@
             Always run the MySQL server with the
             <option>--log-bin</option> option, or even
             <option>--log-bin=<replaceable>log_name</replaceable></option>,
-            where the log file name is located on some safe media
+            where the log filename is located on some safe media
             different from the drive on which the data directory is
             located. If you have such safe media, this technique can
             also be good for disk load balancing (which results in a


Modified: trunk/refman-6.0/programs-admin-util-core.xml
===================================================================
--- trunk/refman-6.0/programs-admin-util-core.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-6.0/programs-admin-util-core.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 849 bytes

@@ -2021,7 +2021,7 @@
         The default operation is update (<option>-u</option>). If a
         recovery is done (<option>-r</option>), all writes and possibly
         updates and deletes are done and errors are only counted. The
-        default log file name is <filename>myisam.log</filename> for
+        default log filename is <filename>myisam.log</filename> for
         <command>myisamlog</command> and <filename>isam.log</filename>
         for <command>isamlog</command> if no
         <replaceable>log_file</replaceable> argument is given, If tables


Modified: trunk/refman-6.0/sql-syntax-replication.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-replication.xml	2008-09-03 19:44:36 UTC (rev 11656)
+++ trunk/refman-6.0/sql-syntax-replication.xml	2008-09-03 19:44:57 UTC (rev 11657)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 842 bytes

@@ -911,7 +911,7 @@
         slave of a possibly dead/unavailable master needs to be switched
         to replicate off another slave that has been replicating the
         same master. The statement returns recalculated replication
-        coordinates (the slave's current binary log file name and
+        coordinates (the slave's current binary log filename and
         position within that file). The output can be used in a
         subsequent @code{CHANGE MASTER TO} statement. Normal users
         should never need to run this statement. It is primarily


Thread
svn commit - mysqldoc@docsrva: r11657 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul.dubois3 Sep