From: jon Date: December 19 2005 3:50pm Subject: svn commit - mysqldoc@docsrva: r597 - in trunk: refman-5.1 refman-5.1/images refman-common List-Archive: http://lists.mysql.com/commits/256 Message-Id: <200512191550.jBJFoDrB002004@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2005-12-19 16:50:01 +0100 (Mon, 19 Dec 2005) New Revision: 597 Log: RefMan-5.1: New section mysql-cluster-replication (currently commented out) New image files for this section (2) New entity reference &ddash; = '--' in fixedchars.ent (for use with config options, etc. to keep from breaking validation when these need to be used inside XML comments). Fixed typo in titles.ent Updated Makefile Added: trunk/refman-5.1/images/cluster-replication-binlog-injector.png trunk/refman-5.1/images/cluster-replication-overview.png Modified: trunk/refman-5.1/Makefile trunk/refman-5.1/ndbcluster.xml trunk/refman-common/fixedchars.ent trunk/refman-common/titles.en.ent Modified: trunk/refman-5.1/Makefile =================================================================== --- trunk/refman-5.1/Makefile 2005-12-19 15:41:06 UTC (rev 596) +++ trunk/refman-5.1/Makefile 2005-12-19 15:50:01 UTC (rev 597) @@ -44,7 +44,7 @@ MANUAL_SRCS_EXTRA = versions.ent ../refman-common/fixedchars.ent ../refman-common/titles.en.ent -MANUAL_SRCS = $(MANUAL_SRCS_EXTRA) manual.xml preface.xml introduction.xml ../refman-common/manual-conventions.en.xml ../refman-common/what-is-mysql-ab.en.xml ../refman-common/what-is.en.xml ../refman-common/maxdb.en.xml ../refman-common/information-sources.xml installing.xml tutorial.xml using-mysql-programs.xml database-administration.xml replication.xml optimization.xml client-side-scripts.xml language-structure.xml reservedwords.xml ../refman-common/reserved-new-5.1.xml charset.xml data-types.xml functions.xml sql-syntax.xml pluggable-storage.xml images/pluggable-storage-overview.png images/pluggable-storage-choosing.png storage-engines.xml innodb.xml images/blackhole-1.png custom-engine.xml images/custom-engine-overview.png ndbcluster.xml images/cluster-components-1.png images/multi-comp-1.png partitioning.xml spatial-extensions.xml stored-procedures.xml triggers.xml views.xml information-schema.xml precision-math.xml apis.xml connectors.xml connector-odbc.xml images/m! yarchitecture.png images/mydsn-icon.png images/mydsn.png images/mydsn-setup.png images/mydsn-example.png images/mydsn-test-success.png images/mydsn-test-fail.png images/mydsn-options.png images/mydsn-icon.png images/mydsn.png images/mydsn-trace.png images/myaccess.png images/myaccess-odbc.png images/mydsn-trace.png images/mydll-properties.png images/mydsn-options.png images/myflowchart.png connector-net.xml ../refman-common/news-connector-net.xml connector-j.xml ../refman-common/news-connector-j.xml connector-mxj.xml extending-mysql.xml problems.xml error-handling.xml errmsgs-server.xml errmsgs-client.xml ../refman-common/credits.xml news.xml ../refman-common/news-5.1.xml ../refman-common/news-myodbc.xml porting.xml ../refman-common/environment-variables.xml regexp.xml limits.xml restrictions.xml ../refman-common/gpl-license.xml ../refman-common/mysql-floss-license-exception.xml +MANUAL_SRCS = $(MANUAL_SRCS_EXTRA) manual.xml preface.xml introduction.xml ../refman-common/manual-conventions.en.xml ../refman-common/what-is-mysql-ab.en.xml ../refman-common/what-is.en.xml ../refman-common/maxdb.en.xml ../refman-common/information-sources.xml installing.xml tutorial.xml using-mysql-programs.xml database-administration.xml replication.xml optimization.xml client-side-scripts.xml language-structure.xml reservedwords.xml ../refman-common/reserved-new-5.1.xml charset.xml data-types.xml functions.xml sql-syntax.xml pluggable-storage.xml images/pluggable-storage-overview.png images/pluggable-storage-choosing.png storage-engines.xml innodb.xml images/blackhole-1.png custom-engine.xml images/custom-engine-overview.png ndbcluster.xml images/cluster-components-1.png images/multi-comp-1.png images/cluster-replication-overview.png images/cluster-replication-binlog-injector.png partitioning.xml spatial-extensions.xml stored-procedures.xml triggers.xml views.xml inform! ation-schema.xml precision-math.xml apis.xml connectors.xml connector-odbc.xml images/myarchitecture.png images/mydsn-icon.png images/mydsn.png images/mydsn-setup.png images/mydsn-example.png images/mydsn-test-success.png images/mydsn-test-fail.png images/mydsn-options.png images/mydsn-icon.png images/mydsn.png images/mydsn-trace.png images/myaccess.png images/myaccess-odbc.png images/mydsn-trace.png images/mydll-properties.png images/mydsn-options.png images/myflowchart.png connector-net.xml ../refman-common/news-connector-net.xml connector-j.xml ../refman-common/news-connector-j.xml connector-mxj.xml extending-mysql.xml problems.xml error-handling.xml errmsgs-server.xml errmsgs-client.xml ../refman-common/credits.xml news.xml ../refman-common/news-5.1.xml ../refman-common/news-myodbc.xml porting.xml ../refman-common/environment-variables.xml regexp.xml limits.xml restrictions.xml ../refman-common/gpl-license.xml ../refman-common/mysql-floss-license-exception.xml manual-prepped.xml: $(MANUAL_SRCS) manual-manprepped.xml: $(MANUAL_SRCS) Added: trunk/refman-5.1/images/cluster-replication-binlog-injector.png =================================================================== (Binary files differ) Property changes on: trunk/refman-5.1/images/cluster-replication-binlog-injector.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/refman-5.1/images/cluster-replication-overview.png =================================================================== (Binary files differ) Property changes on: trunk/refman-5.1/images/cluster-replication-overview.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/refman-5.1/ndbcluster.xml =================================================================== --- trunk/refman-5.1/ndbcluster.xml 2005-12-19 15:41:06 UTC (rev 596) +++ trunk/refman-5.1/ndbcluster.xml 2005-12-19 15:50:01 UTC (rev 597) @@ -8030,6 +8030,1620 @@ + + + + + +
Modified: trunk/refman-common/fixedchars.ent =================================================================== --- trunk/refman-common/fixedchars.ent 2005-12-19 15:41:06 UTC (rev 596) +++ trunk/refman-common/fixedchars.ent 2005-12-19 15:50:01 UTC (rev 597) @@ -243,3 +243,4 @@ + Modified: trunk/refman-common/titles.en.ent =================================================================== --- trunk/refman-common/titles.en.ent 2005-12-19 15:41:06 UTC (rev 596) +++ trunk/refman-common/titles.en.ent 2005-12-19 15:50:01 UTC (rev 597) @@ -833,7 +833,7 @@ - +