List:Commits« Previous MessageNext Message »
From:plavin Date:September 28 2006 7:58pm
Subject:svn commit - mysqldoc@docsrva: r3498 - trunk/workbench
View as plain text  
Author: plavin
Date: 2006-09-28 19:58:06 +0200 (Thu, 28 Sep 2006)
New Revision: 3498

Log:
add foreign keys and table options sections

Modified:
   trunk/workbench/using.xml


Modified: trunk/workbench/using.xml
===================================================================
--- trunk/workbench/using.xml	2006-09-28 17:51:02 UTC (rev 3497)
+++ trunk/workbench/using.xml	2006-09-28 17:58:06 UTC (rev 3498)
Changed blocks: 4, Lines Added: 35, Lines Deleted: 4; 1768 bytes

@@ -293,7 +293,7 @@
       <para>
         You create a foreign key in much the same way that you create an
         index. Assign a name to the foreign key, identify the referred
-        table and then choose the action to perform on update and
+        table, and then choose the action to perform on update and on
         delete.
       </para>
 

@@ -330,7 +330,9 @@
       </itemizedlist>
 
       <para>
-        Choose the appropriate action for each event.
+        Choose the appropriate action for each event. For instance, on
+        delete, you may wish to perform a cascading delete of related
+        records.
       </para>
 
     </section>

@@ -339,7 +341,10 @@
 
       <title>Adding Triggers</title>
 
-      <para></para>
+      <para>
+        Use the <literal>Trigger</literal> tab to add a trigger to a
+        table.
+      </para>
 
     </section>
 

@@ -347,10 +352,36 @@
 
       <title>Adding Table Options</title>
 
-      <para></para>
+      <para>
+        Clicking the <literal>Table Options</literal> tab
+      </para>
 
+      <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>
+
     </section>
 
+    <section>
+
+      <title>Standard Inserts</title>
+
+      <para>
+        Use the <literal>Standard Inserts</literal> tab to ...
+      </para>
+
+    </section>
+
   </section>
 
   <section>


Thread
svn commit - mysqldoc@docsrva: r3498 - trunk/workbenchplavin28 Sep