From: Date: July 3 2009 4:07pm Subject: svn commit - mysqldoc@docsrva: r15571 - in trunk: refman-5.4 workbench List-Archive: http://lists.mysql.com/commits/77931 Message-Id: <200907031407.n63E7asq023443@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: tbedford Date: 2009-07-03 16:07:35 +0200 (Fri, 03 Jul 2009) New Revision: 15571 Log: Extended database synchronization section. Added screenshots. Updated dependencies. Modified: trunk/refman-5.4/Makefile.depends trunk/workbench/Makefile.depends trunk/workbench/forward-engineering.xml Modified: trunk/refman-5.4/Makefile.depends =================================================================== --- trunk/refman-5.4/Makefile.depends 2009-07-03 13:20:00 UTC (rev 15570) +++ trunk/refman-5.4/Makefile.depends 2009-07-03 14:07:35 UTC (rev 15571) Changed blocks: 3, Lines Added: 5, Lines Deleted: 1; 1301 bytes @@ -1229,6 +1229,7 @@ metadata/dba.idmap \ metadata/errors-problems-core.idmap \ metadata/extending-mysql.idmap \ + metadata/functions-core.idmap \ metadata/installing-core.idmap \ metadata/internationalization.idmap \ metadata/programs-admin-util-core.idmap \ @@ -1756,8 +1757,10 @@ dynxml_local_news_5_4_IDMAPS = \ metadata/installing-core.idmap \ metadata/introduction.idmap \ + metadata/optimization.idmap \ metadata/programs-using.idmap \ - metadata/sql-syntax-compound-statements.idmap + metadata/sql-syntax-compound-statements.idmap \ + metadata/sql-syntax-data-manipulation.idmap dynxml-local-news-5.4.validpure: $(dynxml_local_news_5_4_SOURCES) dynxml-local-news-5.4.titles: $(dynxml_local_news_5_4_SOURCES) dynxml-local-news-5.4.useless: $(dynxml_local_news_5_4_SOURCES) @@ -3953,6 +3956,7 @@ optimization_IMAGES = optimization_SOURCES = optimization.xml $(optimization_INCLUDES) optimization_IDMAPS = \ + ../refman-5.1/metadata/mysql-cluster.idmap \ metadata/apis-c.idmap \ metadata/backup.idmap \ metadata/connectors-apis.idmap \ Modified: trunk/workbench/Makefile.depends =================================================================== --- trunk/workbench/Makefile.depends 2009-07-03 13:20:00 UTC (rev 15570) +++ trunk/workbench/Makefile.depends 2009-07-03 14:07:35 UTC (rev 15571) Changed blocks: 4, Lines Added: 24, Lines Deleted: 0; 3191 bytes @@ -126,6 +126,12 @@ ../common/fixedchars.ent \ ../refman-common/urls.ent \ all-entities.ent \ + images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ + images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ + images/published/wb-database-synchronize-wizard-diff-direction-model.png \ + images/published/wb-database-synchronize-wizard-diff-direction-source.png \ + images/published/wb-database-synchronize-wizard-diff-direction.png \ + images/published/wb-database-synchronize-wizard-diff.png \ images/published/wb-diff-sources.png \ images/published/wb-forward-engineer-sql-alter-script-wizard-options.png \ images/published/wb-forward-engineer-sql-alter-script-wizard-script.png \ @@ -139,6 +145,12 @@ version.ent \ workbench.ent forward_engineering_IMAGES = \ + images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ + images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ + images/published/wb-database-synchronize-wizard-diff-direction-model.png \ + images/published/wb-database-synchronize-wizard-diff-direction-source.png \ + images/published/wb-database-synchronize-wizard-diff-direction.png \ + images/published/wb-database-synchronize-wizard-diff.png \ images/published/wb-diff-sources.png \ images/published/wb-forward-engineer-sql-alter-script-wizard-options.png \ images/published/wb-forward-engineer-sql-alter-script-wizard-script.png \ @@ -639,6 +651,12 @@ images/published/wb-application-layout.png \ images/published/wb-connection-wizard1.png \ images/published/wb-connection-wizard2.png \ + images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ + images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ + images/published/wb-database-synchronize-wizard-diff-direction-model.png \ + images/published/wb-database-synchronize-wizard-diff-direction-source.png \ + images/published/wb-database-synchronize-wizard-diff-direction.png \ + images/published/wb-database-synchronize-wizard-diff.png \ images/published/wb-dbdoc-detailed-report-schema.png \ images/published/wb-dbdoc-wizard-main-detailed-frames.png \ images/published/wb-default-schema.png \ @@ -706,6 +724,12 @@ images/published/wb-application-layout.png \ images/published/wb-connection-wizard1.png \ images/published/wb-connection-wizard2.png \ + images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ + images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ + images/published/wb-database-synchronize-wizard-diff-direction-model.png \ + images/published/wb-database-synchronize-wizard-diff-direction-source.png \ + images/published/wb-database-synchronize-wizard-diff-direction.png \ + images/published/wb-database-synchronize-wizard-diff.png \ images/published/wb-dbdoc-detailed-report-schema.png \ images/published/wb-dbdoc-wizard-main-detailed-frames.png \ images/published/wb-default-schema.png \ Modified: trunk/workbench/forward-engineering.xml =================================================================== --- trunk/workbench/forward-engineering.xml 2009-07-03 13:20:00 UTC (rev 15570) +++ trunk/workbench/forward-engineering.xml 2009-07-03 14:07:35 UTC (rev 15571) Changed blocks: 1, Lines Added: 164, Lines Deleted: 3; 6822 bytes @@ -389,11 +389,172 @@