Author: mhillyer
Date: 2006-06-07 17:43:47 +0200 (Wed, 07 Jun 2006)
New Revision: 2301
Log:
Filled in some missing options for MySQL Administrator.
Modified:
trunk/administrator/administrator.xml
Modified: trunk/administrator/administrator.xml
===================================================================
--- trunk/administrator/administrator.xml 2006-06-07 12:43:24 UTC (rev 2300)
+++ trunk/administrator/administrator.xml 2006-06-07 15:43:47 UTC (rev 2301)
@@ -3183,6 +3183,14 @@
minimal.
</para>
+ <para>
+ <literal>Complete Backup</literal> overrides the table
+ selection made in the <literal>Backup Project</literal> tab
+ and backs up all tables in the selected schema. This option
+ can be useful when scheduling the backup of a schema that
+ changes regularly.
+ </para>
+
</section>
<!-- END EXECUTION METHOD -->
@@ -3217,6 +3225,11 @@
</para>
<para>
+ <literal>Add DROP Statements</literal> adds <literal>DROP
+ TABLE IF EXISTS</literal> statements to the backup file.
+ </para>
+
+ <para>
<literal>Complete INSERTs</literal> will produce full
<literal>INSERT</literal> statements that include a column
list (i.e. <literal>INSERT INTO tablename(columnA, columnB)
@@ -3225,19 +3238,19 @@
</para>
<para>
- <literal>Comment</literal>
+ <literal>Comment</literal> writes additional backup
+ information to the backup file in the form of SQL comments.
+ </para>
- <remark>
- [MH] FILL IN!
- </remark>
+ <para>
+ <literal>Don't write full path</literal> causes
+ &administrator; to write only the table name in statements,
+ instead of <literal>schema_name.table_name</literal>.
</para>
<para>
- <literal>Don't write full path</literal>
-
- <remark>
- [MH] FILL IN
- </remark>
+ <literal>Compatibility mode</literal> creates backup files
+ that are compatible with older versions of &administrator;.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2301 - trunk/administrator | mhillyer | 7 Jun |