Author: paul
Date: 2006-12-19 20:40:39 +0100 (Tue, 19 Dec 2006)
New Revision: 4308
Log:
r17364@polar: paul | 2006-12-19 13:39:58 -0600
CREATE TABLE LIKE uses original table's storage format. (Bug#22975)
Modified:
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:17360
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13784
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:17364
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13784
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-12-19 19:15:06 UTC (rev 4307)
+++ trunk/refman-4.1/sql-syntax.xml 2006-12-19 19:40:39 UTC (rev 4308)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 641 bytes
@@ -2707,6 +2707,11 @@
</programlisting>
<para>
+ The copy is created using the same version of the table storage
+ format as the original table.
+ </para>
+
+ <para>
<literal>CREATE TABLE ... LIKE</literal> does not preserve any
<literal>DATA DIRECTORY</literal> or <literal>INDEX
DIRECTORY</literal> table options that were specified for the
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-12-19 19:15:06 UTC (rev 4307)
+++ trunk/refman-5.0/sql-syntax.xml 2006-12-19 19:40:39 UTC (rev 4308)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 641 bytes
@@ -2703,6 +2703,11 @@
</programlisting>
<para>
+ The copy is created using the same version of the table storage
+ format as the original table.
+ </para>
+
+ <para>
<literal>CREATE TABLE ... LIKE</literal> does not preserve any
<literal>DATA DIRECTORY</literal> or <literal>INDEX
DIRECTORY</literal> table options that were specified for the
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-12-19 19:15:06 UTC (rev 4307)
+++ trunk/refman-5.1/sql-syntax.xml 2006-12-19 19:40:39 UTC (rev 4308)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 641 bytes
@@ -3894,6 +3894,11 @@
</programlisting>
<para>
+ The copy is created using the same version of the table storage
+ format as the original table.
+ </para>
+
+ <para>
<literal>CREATE TABLE ... LIKE</literal> does not preserve any
<literal>DATA DIRECTORY</literal> or <literal>INDEX
DIRECTORY</literal> table options that were specified for the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4308 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 19 Dec |