List:Commits« Previous MessageNext Message »
From:paul.dubois Date:November 20 2008 3:35pm
Subject:svn commit - mysqldoc@docsrva: r12571 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-11-20 16:35:57 +0100 (Thu, 20 Nov 2008)
New Revision: 12571

Log:
 r35936@frost:  paul | 2008-11-20 09:28:47 -0500
 Fix some typos, redundancies


Modified:
   trunk/refman-4.1/sql-syntax-transactions.xml
   trunk/refman-5.0/sql-syntax-transactions.xml
   trunk/refman-5.1/sql-syntax-transactions.xml
   trunk/refman-6.0/sql-syntax-transactions.xml

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


Modified: trunk/refman-4.1/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-transactions.xml	2008-11-20 15:26:58 UTC (rev 12570)
+++ trunk/refman-4.1/sql-syntax-transactions.xml	2008-11-20 15:35:57 UTC (rev 12571)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 11; 2290 bytes

@@ -1111,22 +1111,19 @@
     </para>
 
     <para>
-      To set the server's default isolation level for all connections,
-      use the
+      To set the default isolation level for all connections at server
+      startup, use the
       <option>--transaction-isolation=<replaceable>level</replaceable></option>
-      option on the command line or in an option file. To set the
-      initial default global isolation level for
-      <command>mysqld</command>, use the
-      <option>--transaction-isolation</option> option. See
-      <xref linkend="server-options"/>. The value of
+      option to <command>mysqld</command> on the command line or in an
+      option file. See <xref linkend="server-options"/>. The value of
       <replaceable>level</replaceable> is
       <literal>READ-UNCOMMITTED</literal>,
       <literal>READ-COMMITTED</literal>,
       <literal>REPEATABLE-READ</literal>, or
       <literal>SERIALIZABLE</literal>. For example, to set the default
       isolation level to <literal>REPEATABLE READ</literal>, use these
-      lines in the <literal>[mysqld]</literal> section of an option file
-      like this:
+      lines in the <literal>[mysqld]</literal> section of an option
+      file:
     </para>
 
 <programlisting>

@@ -1198,10 +1195,10 @@
           records next to locked records. For
           <literal role="stmt">UPDATE</literal> and
           <literal role="stmt">DELETE</literal> statements, locking
-          depend on whether the statement uses a unique index with a
+          depends on whether the statement uses a unique index with a
           unique search condition (such as <literal>WHERE id =
           100</literal>), or a range-type search condition (such as
-          <literal>WHERE id &gt; 100</literal>. For use of a unique
+          <literal>WHERE id &gt; 100</literal>). For use of a unique
           index with a unique search condition,
           <literal>InnoDB</literal> locks only the index record found,
           not the gap before it. For range-type searches,


Modified: trunk/refman-5.0/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-transactions.xml	2008-11-20 15:26:58 UTC (rev 12570)
+++ trunk/refman-5.0/sql-syntax-transactions.xml	2008-11-20 15:35:57 UTC (rev 12571)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 11; 2290 bytes

@@ -1208,22 +1208,19 @@
     </para>
 
     <para>
-      To set the server's default isolation level for all connections,
-      use the
+      To set the default isolation level for all connections at server
+      startup, use the
       <option>--transaction-isolation=<replaceable>level</replaceable></option>
-      option on the command line or in an option file. To set the
-      initial default global isolation level for
-      <command>mysqld</command>, use the
-      <option>--transaction-isolation</option> option. See
-      <xref linkend="server-options"/>. The value of
+      option to <command>mysqld</command> on the command line or in an
+      option file. See <xref linkend="server-options"/>. The value of
       <replaceable>level</replaceable> is
       <literal>READ-UNCOMMITTED</literal>,
       <literal>READ-COMMITTED</literal>,
       <literal>REPEATABLE-READ</literal>, or
       <literal>SERIALIZABLE</literal>. For example, to set the default
       isolation level to <literal>REPEATABLE READ</literal>, use these
-      lines in the <literal>[mysqld]</literal> section of an option file
-      like this:
+      lines in the <literal>[mysqld]</literal> section of an option
+      file:
     </para>
 
 <programlisting>

@@ -1295,10 +1292,10 @@
           records next to locked records. For
           <literal role="stmt">UPDATE</literal> and
           <literal role="stmt">DELETE</literal> statements, locking
-          depend on whether the statement uses a unique index with a
+          depends on whether the statement uses a unique index with a
           unique search condition (such as <literal>WHERE id =
           100</literal>), or a range-type search condition (such as
-          <literal>WHERE id &gt; 100</literal>. For use of a unique
+          <literal>WHERE id &gt; 100</literal>). For use of a unique
           index with a unique search condition,
           <literal>InnoDB</literal> locks only the index record found,
           not the gap before it. For range-type searches,


Modified: trunk/refman-5.1/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-transactions.xml	2008-11-20 15:26:58 UTC (rev 12570)
+++ trunk/refman-5.1/sql-syntax-transactions.xml	2008-11-20 15:35:57 UTC (rev 12571)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 11; 2290 bytes

@@ -1257,22 +1257,19 @@
     </para>
 
     <para>
-      To set the server's default isolation level for all connections,
-      use the
+      To set the default isolation level for all connections at server
+      startup, use the
       <option>--transaction-isolation=<replaceable>level</replaceable></option>
-      option on the command line or in an option file. To set the
-      initial default global isolation level for
-      <command>mysqld</command>, use the
-      <option>--transaction-isolation</option> option. See
-      <xref linkend="server-options"/>. The value of
+      option to <command>mysqld</command> on the command line or in an
+      option file. See <xref linkend="server-options"/>. The value of
       <replaceable>level</replaceable> is
       <literal>READ-UNCOMMITTED</literal>,
       <literal>READ-COMMITTED</literal>,
       <literal>REPEATABLE-READ</literal>, or
       <literal>SERIALIZABLE</literal>. For example, to set the default
       isolation level to <literal>REPEATABLE READ</literal>, use these
-      lines in the <literal>[mysqld]</literal> section of an option file
-      like this:
+      lines in the <literal>[mysqld]</literal> section of an option
+      file:
     </para>
 
 <programlisting>

@@ -1344,10 +1341,10 @@
           records next to locked records. For
           <literal role="stmt">UPDATE</literal> and
           <literal role="stmt">DELETE</literal> statements, locking
-          depend on whether the statement uses a unique index with a
+          depends on whether the statement uses a unique index with a
           unique search condition (such as <literal>WHERE id =
           100</literal>), or a range-type search condition (such as
-          <literal>WHERE id &gt; 100</literal>. For use of a unique
+          <literal>WHERE id &gt; 100</literal>). For use of a unique
           index with a unique search condition,
           <literal>InnoDB</literal> locks only the index record found,
           not the gap before it. For range-type searches,


Modified: trunk/refman-6.0/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-transactions.xml	2008-11-20 15:26:58 UTC (rev 12570)
+++ trunk/refman-6.0/sql-syntax-transactions.xml	2008-11-20 15:35:57 UTC (rev 12571)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 11; 2290 bytes

@@ -1925,22 +1925,19 @@
     </para>
 
     <para>
-      To set the server's default isolation level for all connections,
-      use the
+      To set the default isolation level for all connections at server
+      startup, use the
       <option>--transaction-isolation=<replaceable>level</replaceable></option>
-      option on the command line or in an option file. To set the
-      initial default global isolation level for
-      <command>mysqld</command>, use the
-      <option>--transaction-isolation</option> option. See
-      <xref linkend="server-options"/>. The value of
+      option to <command>mysqld</command> on the command line or in an
+      option file. See <xref linkend="server-options"/>. The value of
       <replaceable>level</replaceable> is
       <literal>READ-UNCOMMITTED</literal>,
       <literal>READ-COMMITTED</literal>,
       <literal>REPEATABLE-READ</literal>, or
       <literal>SERIALIZABLE</literal>. For example, to set the default
       isolation level to <literal>REPEATABLE READ</literal>, use these
-      lines in the <literal>[mysqld]</literal> section of an option file
-      like this:
+      lines in the <literal>[mysqld]</literal> section of an option
+      file:
     </para>
 
 <programlisting>

@@ -2012,10 +2009,10 @@
           records next to locked records. For
           <literal role="stmt">UPDATE</literal> and
           <literal role="stmt">DELETE</literal> statements, locking
-          depend on whether the statement uses a unique index with a
+          depends on whether the statement uses a unique index with a
           unique search condition (such as <literal>WHERE id =
           100</literal>), or a range-type search condition (such as
-          <literal>WHERE id &gt; 100</literal>. For use of a unique
+          <literal>WHERE id &gt; 100</literal>). For use of a unique
           index with a unique search condition,
           <literal>InnoDB</literal> locks only the index record found,
           not the gap before it. For range-type searches,


Thread
svn commit - mysqldoc@docsrva: r12571 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul.dubois20 Nov