Author: paul
Date: 2008-12-05 16:27:29 +0100 (Fri, 05 Dec 2008)
New Revision: 12804
Log:
r36516@frost: paul | 2008-12-05 09:28:15 -0500
Remove unnecessary words
Add necessary words
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:36512
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:35065
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:39854
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:36516
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:35065
Modified: trunk/refman-4.1/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-transactions.xml 2008-12-05 03:25:57 UTC (rev 12803)
+++ trunk/refman-4.1/sql-syntax-transactions.xml 2008-12-05 15:27:29 UTC (rev 12804)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1016 bytes
@@ -1085,8 +1085,7 @@
<para>
With the <literal>GLOBAL</literal> keyword, the statement sets
the default transaction level globally for all subsequent
- sessions created from that point on. Existing sessions are
- unaffected.
+ sessions. Existing sessions are unaffected.
</para>
</listitem>
@@ -1102,7 +1101,8 @@
<para>
Without any <literal>SESSION</literal> or
<literal>GLOBAL</literal> keyword, the statement sets the
- isolation level for the next (not started) transaction.
+ isolation level for the next (not started) transaction
+ performed within the current session.
</para>
</listitem>
Modified: trunk/refman-5.0/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-transactions.xml 2008-12-05 03:25:57 UTC (rev 12803)
+++ trunk/refman-5.0/sql-syntax-transactions.xml 2008-12-05 15:27:29 UTC (rev 12804)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1016 bytes
@@ -1182,8 +1182,7 @@
<para>
With the <literal>GLOBAL</literal> keyword, the statement sets
the default transaction level globally for all subsequent
- sessions created from that point on. Existing sessions are
- unaffected.
+ sessions. Existing sessions are unaffected.
</para>
</listitem>
@@ -1199,7 +1198,8 @@
<para>
Without any <literal>SESSION</literal> or
<literal>GLOBAL</literal> keyword, the statement sets the
- isolation level for the next (not started) transaction.
+ isolation level for the next (not started) transaction
+ performed within the current session.
</para>
</listitem>
Modified: trunk/refman-5.1/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-transactions.xml 2008-12-05 03:25:57 UTC (rev 12803)
+++ trunk/refman-5.1/sql-syntax-transactions.xml 2008-12-05 15:27:29 UTC (rev 12804)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1016 bytes
@@ -1230,8 +1230,7 @@
<para>
With the <literal>GLOBAL</literal> keyword, the statement sets
the default transaction level globally for all subsequent
- sessions created from that point on. Existing sessions are
- unaffected.
+ sessions. Existing sessions are unaffected.
</para>
</listitem>
@@ -1247,7 +1246,8 @@
<para>
Without any <literal>SESSION</literal> or
<literal>GLOBAL</literal> keyword, the statement sets the
- isolation level for the next (not started) transaction.
+ isolation level for the next (not started) transaction
+ performed within the current session.
</para>
</listitem>
Modified: trunk/refman-6.0/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-transactions.xml 2008-12-05 03:25:57 UTC (rev 12803)
+++ trunk/refman-6.0/sql-syntax-transactions.xml 2008-12-05 15:27:29 UTC (rev 12804)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1016 bytes
@@ -1900,8 +1900,7 @@
<para>
With the <literal>GLOBAL</literal> keyword, the statement sets
the default transaction level globally for all subsequent
- sessions created from that point on. Existing sessions are
- unaffected.
+ sessions. Existing sessions are unaffected.
</para>
</listitem>
@@ -1917,7 +1916,8 @@
<para>
Without any <literal>SESSION</literal> or
<literal>GLOBAL</literal> keyword, the statement sets the
- isolation level for the next (not started) transaction.
+ isolation level for the next (not started) transaction
+ performed within the current session.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12804 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul.dubois | 5 Dec |