List:Commits« Previous MessageNext Message »
From:plavin Date:December 11 2006 3:30pm
Subject:svn commit - mysqldoc@docsrva: r4207 - trunk/migration-toolkit
View as plain text  
Author: plavin
Date: 2006-12-11 16:30:21 +0100 (Mon, 11 Dec 2006)
New Revision: 4207

Log:
Add last sections

Modified:
   trunk/migration-toolkit/scripted-migration.xml


Modified: trunk/migration-toolkit/scripted-migration.xml
===================================================================
--- trunk/migration-toolkit/scripted-migration.xml	2006-12-11 15:26:57 UTC (rev 4206)
+++ trunk/migration-toolkit/scripted-migration.xml	2006-12-11 15:30:21 UTC (rev 4207)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 7; 2258 bytes

@@ -340,30 +340,51 @@
   </section>  
   
   <!-- End part four -->
-  <!--section id="sql-create-statements">
+  <section id="sql-create-statements">
     
     <title>The SQL Create Statements</title>
     
     <para>
       The target schema is created following the 
-    <literal>&ddash; Generate and execute sql create statements</literal>.
-      If you chose to create 
+    <literal>&ddash; Generate and execute sql create statements</literal> comment.
+      If you chose the <literal>Create Script File for Create Statements</literal>
+      option on the <guilabel>Object Creation Options</guilabel> screen 
+      then a text file of the data definition statements
+      required to create the migrated schema is written to a file. For 
+      information on setting this option see.
+      <xref linkend="mysql-migration-toolkit-indepth-objectcreationoptions"/>.
     </para>
     
-  </section-->
+    <para>
+      The actual creation of the schema on the database server is
+      done by the <literal>transformationModule</literal> module.
+    </para>
+    
+  </section>
   
   
   <!-- End part five -->
-  <!--section id="bulk-data-transfer">
+  <section id="bulk-data-transfer">
     
     <title>Bulk Data Transfer</title>
     
     <para>
       The target schema is populated following the 
     <literal>&ddash; Bulk data transfer</literal> comment.
-      If you chose to create 
+    If you chose the <literal>Create Script File for Insert Statements</literal>
+    option on the <guilabel>Data Mapping Options</guilabel> screen 
+    then a text file of the insert statements
+    required to populate the migrated schema is written to a file. For more 
+    information on setting this option see,
+      <xref linkend="mysql-migration-toolkit-indepth-datamapping"/>.
     </para>
-  </section-->
+    
+    <para>
+      The actual creation of the data in the new schema is
+      done by the <literal>migrationModule</literal> module.
+    </para>
+    
+  </section>
   
   
 </chapter>


Thread
svn commit - mysqldoc@docsrva: r4207 - trunk/migration-toolkitplavin11 Dec