Author: plavin
Date: 2008-02-28 22:34:25 +0100 (Thu, 28 Feb 2008)
New Revision: 10065
Log:
Change ulinks to xrefs, minor corrections
Modified:
trunk/workbench/Makefile.depends
trunk/workbench/foreign-key-relationships.xml
trunk/workbench/forward-engineering.xml
trunk/workbench/tables.xml
Modified: trunk/workbench/Makefile.depends
===================================================================
--- trunk/workbench/Makefile.depends 2008-02-28 21:17:00 UTC (rev 10064)
+++ trunk/workbench/Makefile.depends 2008-02-28 21:34:25 UTC (rev 10065)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 0; 1304 bytes
@@ -94,6 +94,7 @@
images/published/wb-foreign-key.png
foreign_key_relationships_SOURCES = foreign-key-relationships.xml
$(foreign_key_relationships_INCLUDES)
foreign_key_relationships_IDMAPS = \
+ ../refman-5.1/metadata/introduction.idmap \
../workbench/metadata/foreign-key-relationships.idmap \
../workbench/metadata/reference.idmap \
../workbench/metadata/tables.idmap
@@ -433,6 +434,7 @@
images/published/wb-table-eer-view.png
tables_SOURCES = tables.xml $(tables_INCLUDES)
tables_IDMAPS = \
+ ../refman-5.1/metadata/replication-solutions.idmap \
../refman-5.1/metadata/se-merge.idmap \
../refman-5.1/metadata/se-myisam-core.idmap \
../refman-5.1/metadata/sql-syntax.idmap \
@@ -644,6 +646,8 @@
images/published/wb-vertical-toolbar.png
workbench_SOURCES = workbench.xml $(workbench_INCLUDES)
workbench_IDMAPS = \
+ ../refman-5.1/metadata/introduction.idmap \
+ ../refman-5.1/metadata/replication-solutions.idmap \
../refman-5.1/metadata/se-merge.idmap \
../refman-5.1/metadata/se-myisam-core.idmap \
../refman-5.1/metadata/sql-syntax.idmap \
Modified: trunk/workbench/foreign-key-relationships.xml
===================================================================
--- trunk/workbench/foreign-key-relationships.xml 2008-02-28 21:17:00 UTC (rev 10064)
+++ trunk/workbench/foreign-key-relationships.xml 2008-02-28 21:34:25 UTC (rev 10065)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 720 bytes
@@ -13,8 +13,8 @@
Foreign key constraints are supported for the
<literal>InnoDB</literal> storage engine only. For other storage
engines the foreign key syntax is correctly parsed but not
- implemented. For more information see the
- <ulink url="&base-url-refman;/5.0/en/ansi-diff-foreign-keys.html" />.
+ implemented. For more information see<xref
+ linkend="ansi-diff-foreign-keys"/>.
</para>
<para>
Modified: trunk/workbench/forward-engineering.xml
===================================================================
--- trunk/workbench/forward-engineering.xml 2008-02-28 21:17:00 UTC (rev 10064)
+++ trunk/workbench/forward-engineering.xml 2008-02-28 21:34:25 UTC (rev 10065)
Changed blocks: 6, Lines Added: 70, Lines Deleted: 60; 7484 bytes
@@ -70,7 +70,7 @@
<listitem>
<para>
Generate INSERT statements for tables
- </para>
+ </para>
</listitem>
</itemizedlist>
@@ -78,43 +78,44 @@
<para>
Choosing the option <literal>Generate separate CREATE INDEX
- statements</literal> creates separate statements for index creation
- instead of creating indexes as part of a <literal>CREATE
TABLE</literal>
- statement. To update the privileges of existing users as opposed
- to creating new users, select the <literal>Do not create users,
- just export privileges</literal> check box. Exporting privileges
- for non-existent users will result in errors when you execute
- the <literal>CREATE</literal> script. Exporting users that
- already exist, will also result in an error.
+ statements</literal> creates separate statements for index
+ creation instead of creating indexes as part of a
+ <literal>CREATE TABLE</literal> statement. To update the
+ privileges of existing users as opposed to creating new users,
+ select the <literal>Do not create users, just export
+ privileges</literal> check box. Exporting privileges for
+ non-existent users will result in errors when you execute the
+ <literal>CREATE</literal> script. Exporting users that already
+ exist, will also result in an error.
</para>
-
+
<para>
- If you have added any records to a table
- using the <literal>INSERT</literal> tab of
- the &table_editor;, choose the <literal>Generate INSERT statements for
tables</literal>
- option. For more information about inserting records
- see <xref linkend="wb-table-editor-inserts"/>.
+ If you have added any records to a table using the
+ <literal>INSERT</literal> tab of the &table_editor;, choose the
+ <literal>Generate INSERT statements for tables</literal> option.
+ For more information about inserting records see
+ <xref linkend="wb-table-editor-inserts"/>.
</para>
-
+
<para>
- Use the <guilabel>Output Options</guilabel> frame to set
- the name of your script file. The <guibutton>Next</guibutton>
- button is disabled until a script file name is supplied.
+ Use the <guilabel>Output Options</guilabel> frame to set the
+ name of your script file. The <guibutton>Next</guibutton> button
+ is disabled until a script file name is supplied.
</para>
-
+
<para>
- Clicking <guibutton>Next</guibutton> takes
- you to the <guilabel>SQL Export Filter</guilabel> window
- where you can select the objects you wish to export.
- For a description of this window see <xref
linkend="wb-reverse-engineer-live"/>.
+ Clicking <guibutton>Next</guibutton> takes you to the
+ <guilabel>SQL Export Filter</guilabel> window where you can
+ select the objects you wish to export. For a description of this
+ window see <xref linkend="wb-reverse-engineer-live"/>.
</para>
-
+
<para>
- The <guibutton>Finish</guibutton> button saves the
- script file and exits. You may return to the previous
- screen using the <guibutton>Back</guibutton> button.
+ The <guibutton>Finish</guibutton> button saves the script file
+ and exits. You may return to the previous screen using the
+ <guibutton>Back</guibutton> button.
</para>
-
+
<para>
Use the saved script to create a database.
</para>
@@ -123,7 +124,7 @@
<section id="wb-export-script-alter-schema">
- <title> Altering a Schema</title>
+ <title>Altering a Schema</title>
<para>
The menu option for altering a schema, <guimenu>Forward Engineer
@@ -140,8 +141,8 @@
In most cases this will be the file that you imported into
&workbench; using the <guimenu>Reverse Engineer MySQL Create
Script</guimenu> menu option found under the
- <guimenu>File</guimenu>, <guimenu>Import</guimenu>
options.
- In any case, this file should represent the state of the
+ <guimenu>File</guimenu>, <guimenu>Import</guimenu>
options. In
+ any case, this file should represent the state of the
re-engineered database prior to alteration.
</para>
@@ -219,7 +220,10 @@
The <guimenu>Synchronize ...</guimenu> menu item under the
<guimenu>Database</guimenu> menu option synchronizes your database
model with an existing database.
- <remark>[PL]Does this work yet?</remark>
+
+ <remark>
+ [PL]Does this work yet?
+ </remark>
</para>
<note>
@@ -231,55 +235,61 @@
</note>
</section>
-
+
<section id="wb-database-diff-report">
-
+
<title>Creating a Schema Diff Report (Commercial Version)</title>
-
+
<para>
- Use the <guimenu>Generate Schema Diff Report</guimenu> menu item under
the
- <guimenu>Database</guimenu> menu option to create a report
- of the differences between a schema model and a live database or
- a script.
- <remark>[PL]Add more when this isn't buggy.</remark>
+ Use the <guimenu>Generate Schema Diff Report</guimenu> menu item
+ under the <guimenu>Database</guimenu> menu option to create a
+ report of the differences between a schema model and a live
+ database or a script.
+
+ <remark>
+ [PL]Add more when this isn't buggy.
+ </remark>
</para>
-
+
<section id="wb-diff-source">
-
+
<title>The Sources for a Diff Report</title>
-
+
<para>
- When creating a Diff report the first task is to specify
- the source. The various options are shown in the following figure.
+ When creating a Diff report the first task is to specify the
+ source. The various options are shown in the following figure.
</para>
-
- <figure>
- <title></title>
+
+ <figure id="wb-diff-sources">
+ <title>The sources for a Diff report</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/published/wb-diff-sources.png" lang="en"
format="PNG"/>
</imageobject>
<textobject>
- <phrase lang="en"></phrase>
+ <phrase lang="en">The sources for a Diff report</phrase>
</textobject>
</mediaobject>
</figure>
-
+
<para>
- The default value for the source for the left catalog is
- a live server.
+ The default value for the source for the left catalog is the
+ model schemata.
</para>
-
+
<para>
- If you choose the live server option you must connect to a database
- server. For a description of this process see <xref
+ If you choose the live server option for the right catalog, you
+ must connect to a database server. For a description of this
+ process see <xref
linkend="wb-connection-wizard"/>.
- <remark>[PL]Still crashes in 5.0.14a</remark>
+
+ <remark>
+ [PL]Still crashes in 5.0.14a
+ </remark>
</para>
-
+
</section>
-
-
+
</section>
</chapter>
Modified: trunk/workbench/tables.xml
===================================================================
--- trunk/workbench/tables.xml 2008-02-28 21:17:00 UTC (rev 10064)
+++ trunk/workbench/tables.xml 2008-02-28 21:34:25 UTC (rev 10065)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 4; 1021 bytes
@@ -753,8 +753,7 @@
<para>
Subpartitioning is not yet enabled. For more information about
- partitioning see
- <ulink
url="&base-url-refman;/5.0/en/replication-solutions-partitioning.html"/>.
+ partitioning see <xref linkend="replication-solutions-partitioning"/>.
</para>
</section>
@@ -833,8 +832,7 @@
<guilabel>Avg. Row</guilabel>, <guilabel>Min.
Rows</guilabel>,
and <guilabel>Max. Rows</guilabel> options to enable the MySQL
server to better accommodate your data. See <xref linkend="create-table"/>
- <!--ulink url="&base-url-refman;/5.0/en/create-table.html"/--> for
- more information on how to use these options.
+ for more information on how to use these options.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10065 - trunk/workbench | plavin | 28 Feb |