Author: jstephens
Date: 2007-01-02 03:55:05 +0100 (Tue, 02 Jan 2007)
New Revision: 4353
Log:
Fixed spelling error, merged changes to telco branch. (Thanks, PeterG!)
Modified:
branches/telcos/refman-5.1/se-innodb.xml
branches/telcos/refman-5.1/sql-syntax.xml
trunk/refman-4.1/se-innodb.xml
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/se-innodb.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/se-innodb.xml
trunk/refman-5.1/sql-syntax.xml
Modified: branches/telcos/refman-5.1/se-innodb.xml
===================================================================
--- branches/telcos/refman-5.1/se-innodb.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ branches/telcos/refman-5.1/se-innodb.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 3; 1359 bytes
@@ -4471,12 +4471,24 @@
<listitem>
<para>
- Prior to MySQL 5.1.12, <literal>LOAD DATA INFILE</literal>
- also caused an implicit commit for <literal>InnoDB</literal>
- tables (as was true for all storage engines).
+ <literal>CREATE TABLE</literal> and <literal>DROP
+ TABLE</literal> do not commit a transaction if the
+ <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.)
</para>
</listitem>
+ <listitem>
+ <para>
+ In MySQL 5.1.11 and earlier, <literal>LOAD DATA
+ INFILE</literal> caused an implicit commit for all storage
+ engines. Beginning with MySQL 5.1.12, it causes an implicit
+ commit only for tables using the <literal>NDB</literal>
+ storage engine. For more information, see Bug #11151.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
Modified: branches/telcos/refman-5.1/sql-syntax.xml
===================================================================
--- branches/telcos/refman-5.1/sql-syntax.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ branches/telcos/refman-5.1/sql-syntax.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 743 bytes
@@ -12366,7 +12366,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
Modified: trunk/refman-4.1/se-innodb.xml
===================================================================
--- trunk/refman-4.1/se-innodb.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ trunk/refman-4.1/se-innodb.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 708 bytes
@@ -4546,7 +4546,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ trunk/refman-4.1/sql-syntax.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 713 bytes
@@ -10319,7 +10319,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
Modified: trunk/refman-5.0/se-innodb.xml
===================================================================
--- trunk/refman-5.0/se-innodb.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ trunk/refman-5.0/se-innodb.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 708 bytes
@@ -4510,7 +4510,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ trunk/refman-5.0/sql-syntax.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 713 bytes
@@ -11024,7 +11024,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
Modified: trunk/refman-5.1/se-innodb.xml
===================================================================
--- trunk/refman-5.1/se-innodb.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ trunk/refman-5.1/se-innodb.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 708 bytes
@@ -4473,7 +4473,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-12-29 12:29:35 UTC (rev 4352)
+++ trunk/refman-5.1/sql-syntax.xml 2007-01-02 02:55:05 UTC (rev 4353)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 713 bytes
@@ -12366,7 +12366,7 @@
<para>
<literal>CREATE TABLE</literal> and <literal>DROP
TABLE</literal> do not commit a transaction if the
- <literal>TEMPOARY</literal> keyword is used. (This does not
+ <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.)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4353 - branches/telcos/refman-5.1 trunk/refman-4.1 trunk/refman-5.0 trunk/refman-5.1 | jon | 2 Jan |