Author: paul
Date: 2007-12-17 18:39:30 +0100 (Mon, 17 Dec 2007)
New Revision: 9353
Log:
r28208@frost: paul | 2007-12-17 10:41:11 -0600
Add missing word.
Modified:
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-6.0/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34357
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28186
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34357
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28208
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2007-12-17 15:29:56 UTC (rev 9352)
+++ trunk/refman-4.1/sql-syntax.xml 2007-12-17 17:39:30 UTC (rev 9353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 833 bytes
@@ -11010,7 +11010,7 @@
<literal>TEMPORARY</literal> keyword is used. (This does not
apply to other operations on temporary tables such as
<literal>CREATE INDEX</literal>, which do cause a commit.)
- However, although no implicit occurs, neither can the
+ However, although no implicit commit occurs, neither can the
statement be rolled back. Therefore, use of such statements
will violate transaction atomicity: For example, if you use
<literal>CREATE TEMPOARARY TABLE</literal> and then roll
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2007-12-17 15:29:56 UTC (rev 9352)
+++ trunk/refman-5.0/sql-syntax.xml 2007-12-17 17:39:30 UTC (rev 9353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 833 bytes
@@ -11868,7 +11868,7 @@
<literal>TEMPORARY</literal> keyword is used. (This does not
apply to other operations on temporary tables such as
<literal>CREATE INDEX</literal>, which do cause a commit.)
- However, although no implicit occurs, neither can the
+ However, although no implicit commit occurs, neither can the
statement be rolled back. Therefore, use of such statements
will violate transaction atomicity: For example, if you use
<literal>CREATE TEMPOARARY TABLE</literal> and then roll
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-12-17 15:29:56 UTC (rev 9352)
+++ trunk/refman-5.1/sql-syntax.xml 2007-12-17 17:39:30 UTC (rev 9353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 833 bytes
@@ -14253,7 +14253,7 @@
<literal>TEMPORARY</literal> keyword is used. (This does not
apply to other operations on temporary tables such as
<literal>CREATE INDEX</literal>, which do cause a commit.)
- However, although no implicit occurs, neither can the
+ However, although no implicit commit occurs, neither can the
statement be rolled back. Therefore, use of such statements
will violate transaction atomicity: For example, if you use
<literal>CREATE TEMPOARARY TABLE</literal> and then roll
Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml 2007-12-17 15:29:56 UTC (rev 9352)
+++ trunk/refman-6.0/sql-syntax.xml 2007-12-17 17:39:30 UTC (rev 9353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 833 bytes
@@ -14637,7 +14637,7 @@
<literal>TEMPORARY</literal> keyword is used. (This does not
apply to other operations on temporary tables such as
<literal>CREATE INDEX</literal>, which do cause a commit.)
- However, although no implicit occurs, neither can the
+ However, although no implicit commit occurs, neither can the
statement be rolled back. Therefore, use of such statements
will violate transaction atomicity: For example, if you use
<literal>CREATE TEMPOARARY TABLE</literal> and then roll
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9353 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 17 Dec |