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

Log:
Add features chapter (accidentally dropped) other minor corrections

Removed:
   trunk/migration-toolkit/starting.xml
Modified:
   trunk/migration-toolkit/Makefile
   trunk/migration-toolkit/features.xml
   trunk/migration-toolkit/indepth.xml
   trunk/migration-toolkit/introduction.xml
   trunk/migration-toolkit/migration-toolkit.xml
   trunk/migration-toolkit/scripted-migration.xml


Modified: trunk/migration-toolkit/Makefile
===================================================================
--- trunk/migration-toolkit/Makefile	2006-12-11 20:38:15 UTC (rev 4212)
+++ trunk/migration-toolkit/Makefile	2006-12-11 20:46:34 UTC (rev 4213)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 2816 bytes

@@ -39,7 +39,7 @@
 
 MIGRATION_TOOLKIT_SRCS_EXTRA = ../common/fixedchars.ent
 
-MIGRATION_TOOLKIT_SRCS = $(MIGRATION_TOOLKIT_SRCS_EXTRA) migration-toolkit.xml ../gui-common/chapter-grt-shell.xml ../gui-common/chapter-uninstall-all.xml ../gui-common/images/grt-shell.png ../gui-common/installation-all.xml ../gui-common/starting-all.xml accessprep.xml copyright.xml extending.xml images/access-object-permissions.png images/access-options-show.png images/access-system-tables.png images/bulk-transfer.png images/configuration-type.png images/connect-servers.png images/creating-objects.png images/creation-options.png images/manual-editing-detail.png images/manual-editing.png images/mapping-options.png images/meta-migration.png images/migration-plan.png images/object-mapping.png images/object-selection-detail.png images/object-selection-expression.png images/object-selection.png images/reverse-engineering.png images/schema-selection.png images/source-database-access.png images/source-database-mssql.png images/source-database-mysql.png images/source-database-ora!
 cle-nodriver.png images/source-database-oracle.png images/summary.png images/target-database-mysql.png images/welcome-screen.png indepth.xml introduction.xml legalnotice.en.xml overview.xml scripted-migration.xml 
+MIGRATION_TOOLKIT_SRCS = $(MIGRATION_TOOLKIT_SRCS_EXTRA) migration-toolkit.xml ../gui-common/chapter-grt-shell.xml ../gui-common/chapter-uninstall-all.xml ../gui-common/images/grt-shell.png ../gui-common/installation-all.xml ../gui-common/starting-all.xml accessprep.xml copyright.xml extending.xml features.xml images/access-object-permissions.png images/access-options-show.png images/access-system-tables.png images/bulk-transfer.png images/configuration-type.png images/connect-servers.png images/creating-objects.png images/creation-options.png images/manual-editing-detail.png images/manual-editing.png images/mapping-options.png images/meta-migration.png images/migration-plan.png images/object-mapping.png images/object-selection-detail.png images/object-selection-expression.png images/object-selection.png images/reverse-engineering.png images/schema-selection.png images/source-database-access.png images/source-database-mssql.png images/source-database-mysql.png images/source!
 -database-oracle-nodriver.png images/source-database-oracle.png images/summary.png images/target-database-mysql.png images/welcome-screen.png indepth.xml introduction.xml legalnotice.en.xml overview.xml scripted-migration.xml 
 
 migration-toolkit-prepped.xml: $(MIGRATION_TOOLKIT_SRCS) $(IDMAP_OBJS)
 


Modified: trunk/migration-toolkit/features.xml
===================================================================
--- trunk/migration-toolkit/features.xml	2006-12-11 20:38:15 UTC (rev 4212)
+++ trunk/migration-toolkit/features.xml	2006-12-11 20:46:34 UTC (rev 4213)
Changed blocks: 3, Lines Added: 14, Lines Deleted: 1; 1278 bytes

@@ -41,6 +41,18 @@
             Microsoft Access
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            Sybase
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            MySQL
+          </para>
+        </listitem>
 
       </itemizedlist>
     </listitem>

@@ -50,6 +62,7 @@
         The &migration_toolkit; is fully customizable through its Java
         runtime interface. Advanced users can use Java to perform custom
         data and schema transformations.
+        <remark>[PL] Add Lua and Python?  is above correct? Is Sybase supported?</remark>
       </para>
     </listitem>
 

@@ -61,7 +74,7 @@
         special migration agent. The agent-based data migration improves
         migration performance by allowing data to be transferred
         directly from the source machine to the target machine without
-        being router through the &migration_toolkit;.
+        being routed through the &migration_toolkit;.
       </para>
     </listitem>
 


Modified: trunk/migration-toolkit/indepth.xml
===================================================================
--- trunk/migration-toolkit/indepth.xml	2006-12-11 20:38:15 UTC (rev 4212)
+++ trunk/migration-toolkit/indepth.xml	2006-12-11 20:46:34 UTC (rev 4213)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 598 bytes

@@ -948,6 +948,11 @@
       migration, choose the <guimenu>Reload stored application
       state</guimenu> option of the <guimenu>File</guimenu> menu.
     </para>
+    
+    <para>
+      Saving the application state will prove useful when examining scripted migration in
+      <xref linkend="scripted-migration"/>.
+    </para>
 
   </section>
 


Modified: trunk/migration-toolkit/introduction.xml
===================================================================
--- trunk/migration-toolkit/introduction.xml	2006-12-11 20:38:15 UTC (rev 4212)
+++ trunk/migration-toolkit/introduction.xml	2006-12-11 20:46:34 UTC (rev 4213)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 4; 816 bytes

@@ -21,10 +21,7 @@
   </para>
 
   <para>
-    The current version of &migration_toolkit; is a release candidate. While every effort has
-    been made to ensure it is free of bugs, it should not be used in a
-    production environment. Always back up your data before using the
-    &migration_toolkit;. If you find it's lacking some feature important
+    If you find that &migration_toolkit; lacks some feature important
     to you, or if you discover a bug, please use our
     <ulink 
        url="http://bugs.mysql.com">MySQL Bug System</ulink>


Modified: trunk/migration-toolkit/migration-toolkit.xml
===================================================================
--- trunk/migration-toolkit/migration-toolkit.xml	2006-12-11 20:38:15 UTC (rev 4212)
+++ trunk/migration-toolkit/migration-toolkit.xml	2006-12-11 20:46:34 UTC (rev 4213)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 675 bytes

@@ -47,6 +47,8 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-uninstall-all.xml"/>
   
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/starting-all.xml"/>
+  
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="features.xml"/>
 
  <xi:include href="overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 


Modified: trunk/migration-toolkit/scripted-migration.xml
===================================================================
--- trunk/migration-toolkit/scripted-migration.xml	2006-12-11 20:38:15 UTC (rev 4212)
+++ trunk/migration-toolkit/scripted-migration.xml	2006-12-11 20:46:34 UTC (rev 4213)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1490 bytes

@@ -311,7 +311,7 @@
       the command line in the GRT shell.
       For example, in the code following the comment
       <literal>&ddash; Set object mappings and do migration</literal>
-      a <literal>mappingdefaults</literal> object is created by
+      a <literal>mappingDefaults</literal> object is created by
       the <literal>grtV.setGlobal</literal> method.
     </para>
     

@@ -345,7 +345,7 @@
     <title>The SQL Create Statements</title>
     
     <para>
-      The target schema is created following the 
+      The code to create the target schema follows the 
     <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 

@@ -369,7 +369,7 @@
     <title>Bulk Data Transfer</title>
     
     <para>
-      The target schema is populated following the 
+      The code to populated the target schema follows the 
     <literal>&ddash; Bulk data transfer</literal> comment.
     If you chose the <literal>Create Script File for Insert Statements</literal>
     option on the <guilabel>Data Mapping Options</guilabel> screen 


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