Author: paul
Date: 2006-04-20 04:27:28 +0200 (Thu, 20 Apr 2006)
New Revision: 1880
Log:
r9587@frost: paul | 2006-04-19 21:25:40 -0500
Typo.
Modified:
trunk/
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6782
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9582
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6782
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9587
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-04-19 22:40:10 UTC (rev 1879)
+++ trunk/refman-4.1/sql-syntax.xml 2006-04-20 02:27:28 UTC (rev 1880)
@@ -12957,7 +12957,7 @@
take effect immediately. If set to 0 you have to use
<literal>COMMIT</literal> to accept a transaction or
<literal>ROLLBACK</literal> to cancel it. By default, client
- connections begin with <literal>AUTOCOMMENT</literal> set to
+ connections begin with <literal>AUTOCOMMIT</literal> set to
1. If you change <literal>AUTOCOMMIT</literal> mode from 0
to 1, MySQL performs an automatic <literal>COMMIT</literal>
of any open transaction. Another way to begin a transaction
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-04-19 22:40:10 UTC (rev 1879)
+++ trunk/refman-5.0/sql-syntax.xml 2006-04-20 02:27:28 UTC (rev 1880)
@@ -14442,7 +14442,7 @@
take effect immediately. If set to 0 you have to use
<literal>COMMIT</literal> to accept a transaction or
<literal>ROLLBACK</literal> to cancel it. By default, client
- connections begin with <literal>AUTOCOMMENT</literal> set to
+ connections begin with <literal>AUTOCOMMIT</literal> set to
1. If you change <literal>AUTOCOMMIT</literal> mode from 0
to 1, MySQL performs an automatic <literal>COMMIT</literal>
of any open transaction. Another way to begin a transaction
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-04-19 22:40:10 UTC (rev 1879)
+++ trunk/refman-5.1/sql-syntax.xml 2006-04-20 02:27:28 UTC (rev 1880)
@@ -15549,7 +15549,7 @@
take effect immediately. If set to 0 you have to use
<literal>COMMIT</literal> to accept a transaction or
<literal>ROLLBACK</literal> to cancel it. By default, client
- connections begin with <literal>AUTOCOMMENT</literal> set to
+ connections begin with <literal>AUTOCOMMIT</literal> set to
1. If you change <literal>AUTOCOMMIT</literal> mode from 0
to 1, MySQL performs an automatic <literal>COMMIT</literal>
of any open transaction. Another way to begin a transaction
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1880 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 20 Apr |