Author: plavin
Date: 2006-12-11 23:49:12 +0100 (Mon, 11 Dec 2006)
New Revision: 4215
Log:
Begin table options tab section and minor changes
Removed:
trunk/workbench/installation.xml
Modified:
trunk/workbench/overview.xml
trunk/workbench/using.xml
Modified: trunk/workbench/overview.xml
===================================================================
--- trunk/workbench/overview.xml 2006-12-11 20:50:27 UTC (rev 4214)
+++ trunk/workbench/overview.xml 2006-12-11 22:49:12 UTC (rev 4215)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 1; 856 bytes
@@ -39,6 +39,13 @@
<literal>Layers</literal> and <literal>Properties</literal> group of
tabs.
</para>
+
+ <note>
+ <para>
+ The &workbench; is alpha software. Not all features are implemented
+ and some are only implemented on specific platforms.
+ </para>
+ </note>
<section id="workbench-main-view">
@@ -497,7 +504,7 @@
<listitem>
<para>
- Open Workbench Script – Open a <literal>lua</literal>
+ Open Workbench Script – Open a Lua
script in a <literal>GRT</literal> shell.
</para>
</listitem>
Modified: trunk/workbench/using.xml
===================================================================
--- trunk/workbench/using.xml 2006-12-11 20:50:27 UTC (rev 4214)
+++ trunk/workbench/using.xml 2006-12-11 22:49:12 UTC (rev 4215)
Changed blocks: 2, Lines Added: 42, Lines Deleted: 18; 2875 bytes
@@ -107,25 +107,26 @@
<para>
The first thing you will want to do is create tables for your
- schema.
+ schema. Under Windows you can create a table by right-clicking
+ in the <literal>schemata</literal> panel and choosing the
+ <guimenu>Create MySQL Table</guimenu> option from the pop-up
+ menu. This will open the <literal>Table Editor</literal>.
+ Under Linux, open the <literal>Table Editor</literal> by
+ double-clicking a table on the <literal>Main View</literal>
+ canvas. This method will also work under Windows.
</para>
<para>
When creating or editing a table you can choose to dock the table
editor or not. To toggle the table editor view, select the
<guimenu>View</guimenu>, <guimenu>Advanced</guimenu>,
- <guimenu>Open Editors Dock</guimenu> option. The description of
- the table editor given here applies to the docked view.
+ <guimenu>Open Editors Dock</guimenu> option. <remark>The description of
+ the table editor given here applies to the docked view.</remark>
</para>
<para>
- To create a table, right click the schema in the <literal>Object
- Tree</literal> and choose the <guimenu>Create MySQL
- Table</guimenu> option.
- </para>
-
- <para>
- This will open a panel at the bottom of the screen, similar to the
+ If the table editor is docked this
+ will open a panel at the bottom of the screen, similar to the
figure shown below:
</para>
@@ -389,22 +390,45 @@
<title>Adding Table Options</title>
<para>
- Clicking the <literal>Table Options</literal> tab
+ Clicking the <literal>Table Options</literal> tab to
+ manipulate the following table options:
</para>
-
- <para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>Miscellaneous Options</para>
+ </listitem>
+
+ <listitem>
+ <para>Row Options</para>
+ </listitem>
+
+ <listitem>
+ <para>Storage Options</para>
+ </listitem>
+
+ <listitem>
+ <para>Merge Table Options</para>
+ </listitem>
+
+ <listitem>
+ <para>Table RAID Settings</para>
+ </listitem>
+
+ </itemizedlist>
+
+
+ <!--para>
Use this option to pack keys, add a table password or set the
initial AUTO_INCREMENT value.
</para>
- <remark>
- Needs a picture
- </remark>
-
+
<para>
Row options, storage options and merge options can also be set
from this screen.
- </para>
+ </para-->
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4215 - trunk/workbench | plavin | 11 Dec |