Author: mhillyer
Date: 2006-04-21 20:48:45 +0200 (Fri, 21 Apr 2006)
New Revision: 1896
Log:
Update federated documentation as per PatG's feedback.
Modified:
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1/storage-engines.xml
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2006-04-21 08:22:44 UTC (rev 1895)
+++ trunk/refman-5.0/storage-engines.xml 2006-04-21 18:48:45 UTC (rev 1896)
@@ -3676,9 +3676,9 @@
<literal>SELECT</literal>, <literal>INSERT</literal>,
<literal>UPDATE</literal>, <literal>DELETE</literal>, and
indexes. It does not support <literal>ALTER TABLE</literal>,
- <literal>DROP TABLE</literal>, or any other Data Definition
- Language statements. The current implementation does not use
- Prepared statements.
+ or any Data Definition Language statements other than
+ <literal>DROP TABLE</literal>. The current implementation
+ does not use Prepared statements.
<remark>
It remains to be seen whether the limited subset of the
@@ -3689,6 +3689,14 @@
<listitem>
<para>
+ Any <literal>DROP TABLE</literal> statement issued against a
+ FEDERATED table will only drop the local table, not the
+ remote table.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The implementation uses <literal>SELECT</literal>,
<literal>INSERT</literal>, <literal>UPDATE</literal>, and
<literal>DELETE</literal>, but not
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2006-04-21 08:22:44 UTC (rev 1895)
+++ trunk/refman-5.1/storage-engines.xml 2006-04-21 18:48:45 UTC (rev 1896)
@@ -3650,9 +3650,9 @@
<literal>SELECT</literal>, <literal>INSERT</literal>,
<literal>UPDATE</literal>, <literal>DELETE</literal>, and
indexes. It does not support <literal>ALTER TABLE</literal>,
- <literal>DROP TABLE</literal>, or any other Data Definition
- Language statements. The current implementation does not use
- Prepared statements.
+ or any Data Definition Language statements other than
+ <literal>DROP TABLE</literal>. The current implementation
+ does not use Prepared statements.
<remark>
It remains to be seen whether the limited subset of the
@@ -3663,6 +3663,14 @@
<listitem>
<para>
+ Any <literal>DROP TABLE</literal> statement issued against a
+ FEDERATED table will only drop the local table, not the
+ remote table.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The implementation uses <literal>SELECT</literal>,
<literal>INSERT</literal>, <literal>UPDATE</literal>, and
<literal>DELETE</literal>, but not
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1896 - in trunk: refman-5.0 refman-5.1 | mhillyer | 21 Apr |