Author: paul
Date: 2007-10-15 16:20:25 +0200 (Mon, 15 Oct 2007)
New Revision: 8091
Log:
r25621@frost: paul | 2007-10-15 09:19:11 -0500
Add note about location of temporary table for ALTER TABLE. (Serg)
Modified:
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-5.2/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:31047
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25618
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:31047
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25621
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2007-10-15 14:00:41 UTC (rev 8090)
+++ trunk/refman-4.1/sql-syntax.xml 2007-10-15 14:20:25 UTC (rev 8091)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 1; 844 bytes
@@ -220,7 +220,11 @@
is executing, the original table is readable by other clients.
Updates and writes to the table are stalled until the new table
is ready, and then are automatically redirected to the new table
- without any failed updates.
+ without any failed updates. The temporary table is created in
+ the database directory of the new table. This can be different
+ from the database directory of the original table if
+ <literal>ALTER TABLE</literal> is renaming the table to a
+ different database.
</para>
<para>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2007-10-15 14:00:41 UTC (rev 8090)
+++ trunk/refman-5.0/sql-syntax.xml 2007-10-15 14:20:25 UTC (rev 8091)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 1; 844 bytes
@@ -257,7 +257,11 @@
is executing, the original table is readable by other clients.
Updates and writes to the table are stalled until the new table
is ready, and then are automatically redirected to the new table
- without any failed updates.
+ without any failed updates. The temporary table is created in
+ the database directory of the new table. This can be different
+ from the database directory of the original table if
+ <literal>ALTER TABLE</literal> is renaming the table to a
+ different database.
</para>
<para>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-10-15 14:00:41 UTC (rev 8090)
+++ trunk/refman-5.1/sql-syntax.xml 2007-10-15 14:20:25 UTC (rev 8091)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 1; 844 bytes
@@ -425,7 +425,11 @@
is executing, the original table is readable by other clients.
Updates and writes to the table are stalled until the new table
is ready, and then are automatically redirected to the new table
- without any failed updates.
+ without any failed updates. The temporary table is created in
+ the database directory of the new table. This can be different
+ from the database directory of the original table if
+ <literal>ALTER TABLE</literal> is renaming the table to a
+ different database.
</para>
<para>
Modified: trunk/refman-5.2/sql-syntax.xml
===================================================================
--- trunk/refman-5.2/sql-syntax.xml 2007-10-15 14:00:41 UTC (rev 8090)
+++ trunk/refman-5.2/sql-syntax.xml 2007-10-15 14:20:25 UTC (rev 8091)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 1; 844 bytes
@@ -425,7 +425,11 @@
is executing, the original table is readable by other clients.
Updates and writes to the table are stalled until the new table
is ready, and then are automatically redirected to the new table
- without any failed updates.
+ without any failed updates. The temporary table is created in
+ the database directory of the new table. This can be different
+ from the database directory of the original table if
+ <literal>ALTER TABLE</literal> is renaming the table to a
+ different database.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8091 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 15 Oct |