Author: paul
Date: 2005-11-08 04:54:51 +0100 (Tue, 08 Nov 2005)
New Revision: 294
Log:
r3473@frost: paul | 2005-11-07 19:26:33 -0600
Entity-ize the titles in connector-j.xml.
Modified:
trunk/
trunk/refman-4.1/connector-j.xml
trunk/refman-5.0/connector-j.xml
trunk/refman-5.1/connector-j.xml
trunk/refman-common/titles.en.ent
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3469
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:340
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3473
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:340
Modified: trunk/refman-4.1/connector-j.xml
===================================================================
--- trunk/refman-4.1/connector-j.xml 2005-11-07 23:48:43 UTC (rev 293)
+++ trunk/refman-4.1/connector-j.xml 2005-11-08 03:54:51 UTC (rev 294)
@@ -8,7 +8,7 @@
]>
<section id="java-connector">
- <title>MySQL Connector/J</title>
+ <title id="title-java-connector">&title-java-connector;</title>
<para>
MySQL provides connectivity for client applications developed in the
@@ -76,7 +76,7 @@
<section id="cj-basic-jdbc">
- <title>Basic JDBC concepts</title>
+ <title id="title-cj-basic-jdbc">&title-cj-basic-jdbc;</title>
<para>
This section provides some general JDBC background.
@@ -84,7 +84,7 @@
<section id="cj-connect-with-drivermanager">
- <title>Connecting to MySQL using the DriverManager Interface</title>
+ <title
id="title-cj-connect-with-drivermanager">&title-cj-connect-with-drivermanager;</title>
<para>
When you are using JDBC outside of an application server, the
@@ -175,7 +175,7 @@
<!--
<section id="cj-connect-with-datasource">
- <title>Connecting to MySQL using the DataSource Interface</title>
+ <title
id="title-cj-connect-with-datasource">&title-cj-connect-with-datasource;</title>
<para />
</section>
@@ -183,7 +183,7 @@
<!--
<section id="cj-controlling-transactions">
- <title>Controlling transactions</title>
+ <title
id="title-cj-controlling-transactions">&title-cj-controlling-transactions;</title>
<para />
</section>
@@ -191,7 +191,7 @@
<section id="cj-using-statements">
- <title>Using Statements to Execute SQL</title>
+ <title
id="title-cj-using-statements">&title-cj-using-statements;</title>
<para>
Statements allow you to execute basic SQL queries and retrieve
@@ -279,7 +279,7 @@
<!--
<section id="cj-using-prepared-statements">
- <title>Using PreparedStatements to Execute SQL</title>
+ <title
id="title-cj-using-prepared-statements">&title-cj-using-prepared-statements;</title>
<para />
</section>
@@ -287,7 +287,7 @@
<section id="cj-using-callable-statements">
- <title>Using CallableStatements to Execute Stored Procedures</title>
+ <title
id="title-cj-using-callable-statements">&title-cj-using-callable-statements;</title>
<para>
Starting with MySQL server version 5.0 when used with
@@ -606,7 +606,7 @@
<section id="cj-retrieve-autoinc">
- <title>Retrieving AUTO_INCREMENT Column Values</title>
+ <title
id="title-cj-retrieve-autoinc">&title-cj-retrieve-autoinc;</title>
<para>
Before version 3.0 of the JDBC API, there was no standard way of
@@ -889,8 +889,7 @@
<!--
<section id="cj-retrieve-multiresults">
- <title>Retrieving Multiple ResultSets from a Statement or
- CallableStatement</title>
+ <title
id="title-cj-retrieve-multiresults">&title-cj-retrieve-multiresults;</title>
<para />
</section>
@@ -898,8 +897,7 @@
<!--
<section id="cj-using-result-set-metadata">
- <title>Using ResultSetMetaData to Retrieve Information about a
- ResultSet</title>
+ <title
id="title-cj-using-result-set-metadata">&title-cj-using-result-set-metadata;</title>
<para />
</section>
@@ -907,8 +905,7 @@
<!--
<section id="cj-using-database-metadata">
- <title>Using DatabaseMetaData to Retrieve Information about a
- Database</title>
+ <title
id="title-cj-using-database-metadata">&title-cj-using-database-metadata;</title>
<para />
</section>
@@ -916,7 +913,7 @@
<!--
<section id="cj-working-with-lobs">
- <title>Working with BLOBs and CLOBs</title>
+ <title
id="title-cj-working-with-lobs">&title-cj-working-with-lobs;</title>
<para />
</section>
@@ -926,7 +923,7 @@
<section id="cj-installing">
- <title>Installing Connector/J</title>
+ <title id="title-cj-installing">&title-cj-installing;</title>
<para>
Use the following instructions to install Connector/J
@@ -934,13 +931,13 @@
<section id="cj-system-requirements">
- <title>Required Software Versions</title>
+ <title
id="title-cj-system-requirements">&title-cj-system-requirements;</title>
<para></para>
<section id="cj-supported-java-versions">
- <title>Java Versions Supported</title>
+ <title
id="title-cj-supported-java-versions">&title-cj-supported-java-versions;</title>
<para>
MySQL Connector/J supports Java-2 JVMs, including JDK-1.2.x,
@@ -972,7 +969,7 @@
<section id="cj-supported-mysql-versions">
- <title>MySQL Server Version Guidelines</title>
+ <title
id="title-cj-supported-mysql-versions">&title-cj-supported-mysql-versions;</title>
<para>
MySQL Connector/J supports all known MySQL server versions.
@@ -1000,7 +997,7 @@
<section id="cj-classpath">
- <title>Installing the Driver and Configuring the CLASSPATH</title>
+ <title id="title-cj-classpath">&title-cj-classpath;</title>
<para>
MySQL Connector/J is distributed as a .zip or .tar.gz archive
@@ -1147,7 +1144,7 @@
<section id="cj-upgrading">
- <title>Upgrading from an Older Version</title>
+ <title id="title-cj-upgrading">&title-cj-upgrading;</title>
<para>
MySQL AB tries to keep the upgrade process as easy as possible,
@@ -1165,7 +1162,7 @@
<section id="cj-upgrading-3-0-to-3-1">
- <title>Upgrading from MySQL Connector/J 3.0 to 3.1</title>
+ <title
id="title-cj-upgrading-3-0-to-3-1">&title-cj-upgrading-3-0-to-3-1;</title>
<para>
Connector/J 3.1 is designed to be backwards-compatible with
@@ -1325,7 +1322,7 @@
<section id="cj-jdbc-upgrading-issues">
- <title>JDBC-Specific Issues When Upgrading to MySQL Server Version 4.1 or
Newer</title>
+ <title
id="title-cj-jdbc-upgrading-issues">&title-cj-jdbc-upgrading-issues;</title>
<itemizedlist>
@@ -1380,14 +1377,13 @@
<section id="cj-jdbc-reference">
- <title>JDBC Reference</title>
+ <title id="title-cj-jdbc-reference">&title-cj-jdbc-reference;</title>
<para></para>
<section id="cj-configuration-properties">
- <title>Driver/Datasource Class Names, URL Syntax and Configuration Properties
- for Connector/J</title>
+ <title
id="title-cj-configuration-properties">&title-cj-configuration-properties;</title>
<para>
The name of the class that implements java.sql.Driver in MySQL
@@ -2439,7 +2435,7 @@
<section id="cj-implementation-notes">
- <title>JDBC API Implementation Notes</title>
+ <title
id="title-cj-implementation-notes">&title-cj-implementation-notes;</title>
<para>
MySQL Connector/J passes all of the tests in the
@@ -2738,7 +2734,7 @@
<section id="cj-type-conversions">
- <title>Java, JDBC and MySQL Types</title>
+ <title
id="title-cj-type-conversions">&title-cj-type-conversions;</title>
<para>
MySQL Connector/J is flexible in the way it handles conversions
@@ -3021,7 +3017,7 @@
<section id="cj-character-sets">
- <title>Using Character Sets and Unicode</title>
+ <title
id="title-cj-character-sets">&title-cj-character-sets;</title>
<para>
All strings sent from the JDBC driver to the server are
@@ -3294,7 +3290,7 @@
<!--
<section id="cj-usage-advisor">
- <title>Using the Usage Advisor</title>
+ <title
id="title-cj-usage-advisor">&title-cj-usage-advisor;</title>
<para></para>
</section>
@@ -3302,7 +3298,7 @@
<section id="cj-using-ssl">
- <title>Connecting Securely Using SSL</title>
+ <title id="title-cj-using-ssl">&title-cj-using-ssl;</title>
<para>
SSL in MySQL Connector/J encrypts all data (other than the
@@ -3491,7 +3487,7 @@
<section id="cj-replication-connection">
- <title>Using Master/Slave Replication with
ReplicationConnection</title>
+ <title
id="title-cj-replication-connection">&title-cj-replication-connection;</title>
<para>
Starting with Connector/J 3.1.7, we've made available a variant
@@ -3600,7 +3596,7 @@
<section id="cj-j2ee">
- <title>Using Connector/J with J2EE and Other Java Frameworks</title>
+ <title id="title-cj-j2ee">&title-cj-j2ee;</title>
<para>
This section describes how to use Connector/J in several contexts.
@@ -3608,7 +3604,7 @@
<section id="cj-general-j2ee-concepts">
- <title>General J2EE Concepts</title>
+ <title
id="title-cj-general-j2ee-concepts">&title-cj-general-j2ee-concepts;</title>
<para>
This section provides general background on J2EE concepts that
@@ -3617,7 +3613,7 @@
<section id="cj-connection-pooling">
- <title>Understanding Connection Pooling</title>
+ <title
id="title-cj-connection-pooling">&title-cj-connection-pooling;</title>
<para>
Connection pooling is a technique of creating and managing a
@@ -3885,7 +3881,7 @@
<!--
<section id="cj-understanding-transactions">
- <title>Understanding Transactions</title>
+ <title
id="title-cj-understanding-transactions">&title-cj-understanding-transactions;</title>
<para />
</section>
@@ -3895,7 +3891,7 @@
<section id="cj-tomcat-config">
- <title>Using Connector/J with Tomcat</title>
+ <title id="title-cj-tomcat-config">&title-cj-tomcat-config;</title>
<para>
The following instructions are based on the instructions for
@@ -4059,7 +4055,7 @@
<section id="cj-jboss-config">
- <title>Using Connector/J with JBoss</title>
+ <title id="title-cj-jboss-config">&title-cj-jboss-config;</title>
<para>
These instructions cover JBoss-4.x. To make the JDBC driver
@@ -4114,7 +4110,7 @@
<!--
<section id="cj-hibernate-config">
- <title>Using Connector/J with Hibernate</title>
+ <title
id="title-cj-hibernate-config">&title-cj-hibernate-config;</title>
<para></para>
</section>
@@ -4122,7 +4118,7 @@
<!--
<section id="cj-spring-config">
- <title>Using Connector/J with Spring</title>
+ <title
id="title-cj-spring-config">&title-cj-spring-config;</title>
<para />
</section>
@@ -4130,7 +4126,7 @@
<!--
<section id="cj-struts-config">
- <title>Using Connector/J with Struts</title>
+ <title
id="title-cj-struts-config">&title-cj-struts-config;</title>
<para />
</section>
@@ -4139,7 +4135,7 @@
<!--
<section id="cj-weblogic-config">
- <title>Using Connector/J with BEA WebLogic</title>
+ <title
id="title-cj-weblogic-config">&title-cj-weblogic-config;</title>
<para />
</section>
@@ -4147,7 +4143,7 @@
<!--
<section id="cj-websphere-config">
- <title>Using Connector/J with IBM WebSphere</title>
+ <title
id="title-cj-websphere-config">&title-cj-websphere-config;</title>
<para />
</section>
@@ -4155,7 +4151,7 @@
<!--
<section id="cj-ias-config">
- <title>Using Connector/J with Oracle Application Server</title>
+ <title id="title-cj-ias-config">&title-cj-ias-config;</title>
<para />
</section>
@@ -4165,7 +4161,7 @@
<section id="cj-troubleshooting">
- <title>Diagnosing Connector/J Problems</title>
+ <title
id="title-cj-troubleshooting">&title-cj-troubleshooting;</title>
<para>
This section describes how to solve problems that you may
@@ -4174,7 +4170,7 @@
<section id="cj-faq">
- <title>Common Problems and Solutions</title>
+ <title id="title-cj-faq">&title-cj-faq;</title>
<para>
There are a few issues that seem to be commonly encountered
@@ -4570,7 +4566,7 @@
<!--
<section id="cj-tracing">
- <title>Enabling Tracing Options</title>
+ <title id="title-cj-tracing">&title-cj-tracing;</title>
<para></para>
</section>
@@ -4578,7 +4574,7 @@
<section id="cj-reporting-bugs">
- <title>How to Report Bugs or Problems</title>
+ <title
id="title-cj-reporting-bugs">&title-cj-reporting-bugs;</title>
<para>
The normal place to report bugs is
@@ -4782,7 +4778,7 @@
<section id="cj-changelog">
- <title>Changelog</title>
+ <title id="title-cj-changelog">&title-cj-changelog;</title>
<programlisting># Changelog
# $Id: CHANGES,v 1.38.4.206 2005/05/12 15:25:54 mmatthews Exp $
Modified: trunk/refman-5.0/connector-j.xml
===================================================================
--- trunk/refman-5.0/connector-j.xml 2005-11-07 23:48:43 UTC (rev 293)
+++ trunk/refman-5.0/connector-j.xml 2005-11-08 03:54:51 UTC (rev 294)
@@ -8,7 +8,7 @@
]>
<section id="java-connector">
- <title>MySQL Connector/J</title>
+ <title id="title-java-connector">&title-java-connector;</title>
<para>
MySQL provides connectivity for client applications developed in the
@@ -76,7 +76,7 @@
<section id="cj-basic-jdbc">
- <title>Basic JDBC concepts</title>
+ <title id="title-cj-basic-jdbc">&title-cj-basic-jdbc;</title>
<para>
This section provides some general JDBC background.
@@ -84,7 +84,7 @@
<section id="cj-connect-with-drivermanager">
- <title>Connecting to MySQL using the DriverManager Interface</title>
+ <title
id="title-cj-connect-with-drivermanager">&title-cj-connect-with-drivermanager;</title>
<para>
When you are using JDBC outside of an application server, the
@@ -175,7 +175,7 @@
<!--
<section id="cj-connect-with-datasource">
- <title>Connecting to MySQL using the DataSource Interface</title>
+ <title
id="title-cj-connect-with-datasource">&title-cj-connect-with-datasource;</title>
<para />
</section>
@@ -183,7 +183,7 @@
<!--
<section id="cj-controlling-transactions">
- <title>Controlling transactions</title>
+ <title
id="title-cj-controlling-transactions">&title-cj-controlling-transactions;</title>
<para />
</section>
@@ -191,7 +191,7 @@
<section id="cj-using-statements">
- <title>Using Statements to Execute SQL</title>
+ <title
id="title-cj-using-statements">&title-cj-using-statements;</title>
<para>
Statements allow you to execute basic SQL queries and retrieve
@@ -279,7 +279,7 @@
<!--
<section id="cj-using-prepared-statements">
- <title>Using PreparedStatements to Execute SQL</title>
+ <title
id="title-cj-using-prepared-statements">&title-cj-using-prepared-statements;</title>
<para />
</section>
@@ -287,7 +287,7 @@
<section id="cj-using-callable-statements">
- <title>Using CallableStatements to Execute Stored Procedures</title>
+ <title
id="title-cj-using-callable-statements">&title-cj-using-callable-statements;</title>
<para>
Starting with MySQL server version 5.0 when used with
@@ -606,7 +606,7 @@
<section id="cj-retrieve-autoinc">
- <title>Retrieving AUTO_INCREMENT Column Values</title>
+ <title
id="title-cj-retrieve-autoinc">&title-cj-retrieve-autoinc;</title>
<para>
Before version 3.0 of the JDBC API, there was no standard way of
@@ -889,8 +889,7 @@
<!--
<section id="cj-retrieve-multiresults">
- <title>Retrieving Multiple ResultSets from a Statement or
- CallableStatement</title>
+ <title
id="title-cj-retrieve-multiresults">&title-cj-retrieve-multiresults;</title>
<para />
</section>
@@ -898,8 +897,7 @@
<!--
<section id="cj-using-result-set-metadata">
- <title>Using ResultSetMetaData to Retrieve Information about a
- ResultSet</title>
+ <title
id="title-cj-using-result-set-metadata">&title-cj-using-result-set-metadata;</title>
<para />
</section>
@@ -907,8 +905,7 @@
<!--
<section id="cj-using-database-metadata">
- <title>Using DatabaseMetaData to Retrieve Information about a
- Database</title>
+ <title
id="title-cj-using-database-metadata">&title-cj-using-database-metadata;</title>
<para />
</section>
@@ -916,7 +913,7 @@
<!--
<section id="cj-working-with-lobs">
- <title>Working with BLOBs and CLOBs</title>
+ <title
id="title-cj-working-with-lobs">&title-cj-working-with-lobs;</title>
<para />
</section>
@@ -926,7 +923,7 @@
<section id="cj-installing">
- <title>Installing Connector/J</title>
+ <title id="title-cj-installing">&title-cj-installing;</title>
<para>
Use the following instructions to install Connector/J
@@ -934,13 +931,13 @@
<section id="cj-system-requirements">
- <title>Required Software Versions</title>
+ <title
id="title-cj-system-requirements">&title-cj-system-requirements;</title>
<para></para>
<section id="cj-supported-java-versions">
- <title>Java Versions Supported</title>
+ <title
id="title-cj-supported-java-versions">&title-cj-supported-java-versions;</title>
<para>
MySQL Connector/J supports Java-2 JVMs, including JDK-1.2.x,
@@ -972,7 +969,7 @@
<section id="cj-supported-mysql-versions">
- <title>MySQL Server Version Guidelines</title>
+ <title
id="title-cj-supported-mysql-versions">&title-cj-supported-mysql-versions;</title>
<para>
MySQL Connector/J supports all known MySQL server versions.
@@ -1000,7 +997,7 @@
<section id="cj-classpath">
- <title>Installing the Driver and Configuring the CLASSPATH</title>
+ <title id="title-cj-classpath">&title-cj-classpath;</title>
<para>
MySQL Connector/J is distributed as a .zip or .tar.gz archive
@@ -1147,7 +1144,7 @@
<section id="cj-upgrading">
- <title>Upgrading from an Older Version</title>
+ <title id="title-cj-upgrading">&title-cj-upgrading;</title>
<para>
MySQL AB tries to keep the upgrade process as easy as possible,
@@ -1165,7 +1162,7 @@
<section id="cj-upgrading-3-0-to-3-1">
- <title>Upgrading from MySQL Connector/J 3.0 to 3.1</title>
+ <title
id="title-cj-upgrading-3-0-to-3-1">&title-cj-upgrading-3-0-to-3-1;</title>
<para>
Connector/J 3.1 is designed to be backwards-compatible with
@@ -1325,7 +1322,7 @@
<section id="cj-jdbc-upgrading-issues">
- <title>JDBC-Specific Issues When Upgrading to MySQL Server Version 4.1 or
Newer</title>
+ <title
id="title-cj-jdbc-upgrading-issues">&title-cj-jdbc-upgrading-issues;</title>
<itemizedlist>
@@ -1380,14 +1377,13 @@
<section id="cj-jdbc-reference">
- <title>JDBC Reference</title>
+ <title id="title-cj-jdbc-reference">&title-cj-jdbc-reference;</title>
<para></para>
<section id="cj-configuration-properties">
- <title>Driver/Datasource Class Names, URL Syntax and Configuration Properties
- for Connector/J</title>
+ <title
id="title-cj-configuration-properties">&title-cj-configuration-properties;</title>
<para>
The name of the class that implements java.sql.Driver in MySQL
@@ -2439,7 +2435,7 @@
<section id="cj-implementation-notes">
- <title>JDBC API Implementation Notes</title>
+ <title
id="title-cj-implementation-notes">&title-cj-implementation-notes;</title>
<para>
MySQL Connector/J passes all of the tests in the
@@ -2738,7 +2734,7 @@
<section id="cj-type-conversions">
- <title>Java, JDBC and MySQL Types</title>
+ <title
id="title-cj-type-conversions">&title-cj-type-conversions;</title>
<para>
MySQL Connector/J is flexible in the way it handles conversions
@@ -3021,7 +3017,7 @@
<section id="cj-character-sets">
- <title>Using Character Sets and Unicode</title>
+ <title
id="title-cj-character-sets">&title-cj-character-sets;</title>
<para>
All strings sent from the JDBC driver to the server are
@@ -3294,7 +3290,7 @@
<!--
<section id="cj-usage-advisor">
- <title>Using the Usage Advisor</title>
+ <title
id="title-cj-usage-advisor">&title-cj-usage-advisor;</title>
<para></para>
</section>
@@ -3302,7 +3298,7 @@
<section id="cj-using-ssl">
- <title>Connecting Securely Using SSL</title>
+ <title id="title-cj-using-ssl">&title-cj-using-ssl;</title>
<para>
SSL in MySQL Connector/J encrypts all data (other than the
@@ -3491,7 +3487,7 @@
<section id="cj-replication-connection">
- <title>Using Master/Slave Replication with
ReplicationConnection</title>
+ <title
id="title-cj-replication-connection">&title-cj-replication-connection;</title>
<para>
Starting with Connector/J 3.1.7, we've made available a variant
@@ -3600,7 +3596,7 @@
<section id="cj-j2ee">
- <title>Using Connector/J with J2EE and Other Java Frameworks</title>
+ <title id="title-cj-j2ee">&title-cj-j2ee;</title>
<para>
This section describes how to use Connector/J in several contexts.
@@ -3608,7 +3604,7 @@
<section id="cj-general-j2ee-concepts">
- <title>General J2EE Concepts</title>
+ <title
id="title-cj-general-j2ee-concepts">&title-cj-general-j2ee-concepts;</title>
<para>
This section provides general background on J2EE concepts that
@@ -3617,7 +3613,7 @@
<section id="cj-connection-pooling">
- <title>Understanding Connection Pooling</title>
+ <title
id="title-cj-connection-pooling">&title-cj-connection-pooling;</title>
<para>
Connection pooling is a technique of creating and managing a
@@ -3885,7 +3881,7 @@
<!--
<section id="cj-understanding-transactions">
- <title>Understanding Transactions</title>
+ <title
id="title-cj-understanding-transactions">&title-cj-understanding-transactions;</title>
<para />
</section>
@@ -3895,7 +3891,7 @@
<section id="cj-tomcat-config">
- <title>Using Connector/J with Tomcat</title>
+ <title id="title-cj-tomcat-config">&title-cj-tomcat-config;</title>
<para>
The following instructions are based on the instructions for
@@ -4059,7 +4055,7 @@
<section id="cj-jboss-config">
- <title>Using Connector/J with JBoss</title>
+ <title id="title-cj-jboss-config">&title-cj-jboss-config;</title>
<para>
These instructions cover JBoss-4.x. To make the JDBC driver
@@ -4114,7 +4110,7 @@
<!--
<section id="cj-hibernate-config">
- <title>Using Connector/J with Hibernate</title>
+ <title
id="title-cj-hibernate-config">&title-cj-hibernate-config;</title>
<para></para>
</section>
@@ -4122,7 +4118,7 @@
<!--
<section id="cj-spring-config">
- <title>Using Connector/J with Spring</title>
+ <title
id="title-cj-spring-config">&title-cj-spring-config;</title>
<para />
</section>
@@ -4130,7 +4126,7 @@
<!--
<section id="cj-struts-config">
- <title>Using Connector/J with Struts</title>
+ <title
id="title-cj-struts-config">&title-cj-struts-config;</title>
<para />
</section>
@@ -4139,7 +4135,7 @@
<!--
<section id="cj-weblogic-config">
- <title>Using Connector/J with BEA WebLogic</title>
+ <title
id="title-cj-weblogic-config">&title-cj-weblogic-config;</title>
<para />
</section>
@@ -4147,7 +4143,7 @@
<!--
<section id="cj-websphere-config">
- <title>Using Connector/J with IBM WebSphere</title>
+ <title
id="title-cj-websphere-config">&title-cj-websphere-config;</title>
<para />
</section>
@@ -4155,7 +4151,7 @@
<!--
<section id="cj-ias-config">
- <title>Using Connector/J with Oracle Application Server</title>
+ <title id="title-cj-ias-config">&title-cj-ias-config;</title>
<para />
</section>
@@ -4165,7 +4161,7 @@
<section id="cj-troubleshooting">
- <title>Diagnosing Connector/J Problems</title>
+ <title
id="title-cj-troubleshooting">&title-cj-troubleshooting;</title>
<para>
This section describes how to solve problems that you may
@@ -4174,7 +4170,7 @@
<section id="cj-faq">
- <title>Common Problems and Solutions</title>
+ <title id="title-cj-faq">&title-cj-faq;</title>
<para>
There are a few issues that seem to be commonly encountered
@@ -4570,7 +4566,7 @@
<!--
<section id="cj-tracing">
- <title>Enabling Tracing Options</title>
+ <title id="title-cj-tracing">&title-cj-tracing;</title>
<para></para>
</section>
@@ -4578,7 +4574,7 @@
<section id="cj-reporting-bugs">
- <title>How to Report Bugs or Problems</title>
+ <title
id="title-cj-reporting-bugs">&title-cj-reporting-bugs;</title>
<para>
The normal place to report bugs is
@@ -4782,7 +4778,7 @@
<section id="cj-changelog">
- <title>Changelog</title>
+ <title id="title-cj-changelog">&title-cj-changelog;</title>
<programlisting># Changelog
# $Id: CHANGES,v 1.38.4.206 2005/05/12 15:25:54 mmatthews Exp $
Modified: trunk/refman-5.1/connector-j.xml
===================================================================
--- trunk/refman-5.1/connector-j.xml 2005-11-07 23:48:43 UTC (rev 293)
+++ trunk/refman-5.1/connector-j.xml 2005-11-08 03:54:51 UTC (rev 294)
@@ -8,7 +8,7 @@
]>
<section id="java-connector">
- <title>MySQL Connector/J</title>
+ <title id="title-java-connector">&title-java-connector;</title>
<para>
MySQL provides connectivity for client applications developed in the
@@ -76,7 +76,7 @@
<section id="cj-basic-jdbc">
- <title>Basic JDBC concepts</title>
+ <title id="title-cj-basic-jdbc">&title-cj-basic-jdbc;</title>
<para>
This section provides some general JDBC background.
@@ -84,7 +84,7 @@
<section id="cj-connect-with-drivermanager">
- <title>Connecting to MySQL using the DriverManager Interface</title>
+ <title
id="title-cj-connect-with-drivermanager">&title-cj-connect-with-drivermanager;</title>
<para>
When you are using JDBC outside of an application server, the
@@ -175,7 +175,7 @@
<!--
<section id="cj-connect-with-datasource">
- <title>Connecting to MySQL using the DataSource Interface</title>
+ <title
id="title-cj-connect-with-datasource">&title-cj-connect-with-datasource;</title>
<para />
</section>
@@ -183,7 +183,7 @@
<!--
<section id="cj-controlling-transactions">
- <title>Controlling transactions</title>
+ <title
id="title-cj-controlling-transactions">&title-cj-controlling-transactions;</title>
<para />
</section>
@@ -191,7 +191,7 @@
<section id="cj-using-statements">
- <title>Using Statements to Execute SQL</title>
+ <title
id="title-cj-using-statements">&title-cj-using-statements;</title>
<para>
Statements allow you to execute basic SQL queries and retrieve
@@ -279,7 +279,7 @@
<!--
<section id="cj-using-prepared-statements">
- <title>Using PreparedStatements to Execute SQL</title>
+ <title
id="title-cj-using-prepared-statements">&title-cj-using-prepared-statements;</title>
<para />
</section>
@@ -287,7 +287,7 @@
<section id="cj-using-callable-statements">
- <title>Using CallableStatements to Execute Stored Procedures</title>
+ <title
id="title-cj-using-callable-statements">&title-cj-using-callable-statements;</title>
<para>
Starting with MySQL server version 5.0 when used with
@@ -606,7 +606,7 @@
<section id="cj-retrieve-autoinc">
- <title>Retrieving AUTO_INCREMENT Column Values</title>
+ <title
id="title-cj-retrieve-autoinc">&title-cj-retrieve-autoinc;</title>
<para>
Before version 3.0 of the JDBC API, there was no standard way of
@@ -889,8 +889,7 @@
<!--
<section id="cj-retrieve-multiresults">
- <title>Retrieving Multiple ResultSets from a Statement or
- CallableStatement</title>
+ <title
id="title-cj-retrieve-multiresults">&title-cj-retrieve-multiresults;</title>
<para />
</section>
@@ -898,8 +897,7 @@
<!--
<section id="cj-using-result-set-metadata">
- <title>Using ResultSetMetaData to Retrieve Information about a
- ResultSet</title>
+ <title
id="title-cj-using-result-set-metadata">&title-cj-using-result-set-metadata;</title>
<para />
</section>
@@ -907,8 +905,7 @@
<!--
<section id="cj-using-database-metadata">
- <title>Using DatabaseMetaData to Retrieve Information about a
- Database</title>
+ <title
id="title-cj-using-database-metadata">&title-cj-using-database-metadata;</title>
<para />
</section>
@@ -916,7 +913,7 @@
<!--
<section id="cj-working-with-lobs">
- <title>Working with BLOBs and CLOBs</title>
+ <title
id="title-cj-working-with-lobs">&title-cj-working-with-lobs;</title>
<para />
</section>
@@ -926,7 +923,7 @@
<section id="cj-installing">
- <title>Installing Connector/J</title>
+ <title id="title-cj-installing">&title-cj-installing;</title>
<para>
Use the following instructions to install Connector/J
@@ -934,13 +931,13 @@
<section id="cj-system-requirements">
- <title>Required Software Versions</title>
+ <title
id="title-cj-system-requirements">&title-cj-system-requirements;</title>
<para></para>
<section id="cj-supported-java-versions">
- <title>Java Versions Supported</title>
+ <title
id="title-cj-supported-java-versions">&title-cj-supported-java-versions;</title>
<para>
MySQL Connector/J supports Java-2 JVMs, including JDK-1.2.x,
@@ -972,7 +969,7 @@
<section id="cj-supported-mysql-versions">
- <title>MySQL Server Version Guidelines</title>
+ <title
id="title-cj-supported-mysql-versions">&title-cj-supported-mysql-versions;</title>
<para>
MySQL Connector/J supports all known MySQL server versions.
@@ -1000,7 +997,7 @@
<section id="cj-classpath">
- <title>Installing the Driver and Configuring the CLASSPATH</title>
+ <title id="title-cj-classpath">&title-cj-classpath;</title>
<para>
MySQL Connector/J is distributed as a .zip or .tar.gz archive
@@ -1147,7 +1144,7 @@
<section id="cj-upgrading">
- <title>Upgrading from an Older Version</title>
+ <title id="title-cj-upgrading">&title-cj-upgrading;</title>
<para>
MySQL AB tries to keep the upgrade process as easy as possible,
@@ -1165,7 +1162,7 @@
<section id="cj-upgrading-3-0-to-3-1">
- <title>Upgrading from MySQL Connector/J 3.0 to 3.1</title>
+ <title
id="title-cj-upgrading-3-0-to-3-1">&title-cj-upgrading-3-0-to-3-1;</title>
<para>
Connector/J 3.1 is designed to be backwards-compatible with
@@ -1325,7 +1322,7 @@
<section id="cj-jdbc-upgrading-issues">
- <title>JDBC-Specific Issues When Upgrading to MySQL Server Version 4.1 or
Newer</title>
+ <title
id="title-cj-jdbc-upgrading-issues">&title-cj-jdbc-upgrading-issues;</title>
<itemizedlist>
@@ -1380,14 +1377,13 @@
<section id="cj-jdbc-reference">
- <title>JDBC Reference</title>
+ <title id="title-cj-jdbc-reference">&title-cj-jdbc-reference;</title>
<para></para>
<section id="cj-configuration-properties">
- <title>Driver/Datasource Class Names, URL Syntax and Configuration Properties
- for Connector/J</title>
+ <title
id="title-cj-configuration-properties">&title-cj-configuration-properties;</title>
<para>
The name of the class that implements java.sql.Driver in MySQL
@@ -2439,7 +2435,7 @@
<section id="cj-implementation-notes">
- <title>JDBC API Implementation Notes</title>
+ <title
id="title-cj-implementation-notes">&title-cj-implementation-notes;</title>
<para>
MySQL Connector/J passes all of the tests in the
@@ -2738,7 +2734,7 @@
<section id="cj-type-conversions">
- <title>Java, JDBC and MySQL Types</title>
+ <title
id="title-cj-type-conversions">&title-cj-type-conversions;</title>
<para>
MySQL Connector/J is flexible in the way it handles conversions
@@ -3021,7 +3017,7 @@
<section id="cj-character-sets">
- <title>Using Character Sets and Unicode</title>
+ <title
id="title-cj-character-sets">&title-cj-character-sets;</title>
<para>
All strings sent from the JDBC driver to the server are
@@ -3294,7 +3290,7 @@
<!--
<section id="cj-usage-advisor">
- <title>Using the Usage Advisor</title>
+ <title
id="title-cj-usage-advisor">&title-cj-usage-advisor;</title>
<para></para>
</section>
@@ -3302,7 +3298,7 @@
<section id="cj-using-ssl">
- <title>Connecting Securely Using SSL</title>
+ <title id="title-cj-using-ssl">&title-cj-using-ssl;</title>
<para>
SSL in MySQL Connector/J encrypts all data (other than the
@@ -3491,7 +3487,7 @@
<section id="cj-replication-connection">
- <title>Using Master/Slave Replication with
ReplicationConnection</title>
+ <title
id="title-cj-replication-connection">&title-cj-replication-connection;</title>
<para>
Starting with Connector/J 3.1.7, we've made available a variant
@@ -3600,7 +3596,7 @@
<section id="cj-j2ee">
- <title>Using Connector/J with J2EE and Other Java Frameworks</title>
+ <title id="title-cj-j2ee">&title-cj-j2ee;</title>
<para>
This section describes how to use Connector/J in several contexts.
@@ -3608,7 +3604,7 @@
<section id="cj-general-j2ee-concepts">
- <title>General J2EE Concepts</title>
+ <title
id="title-cj-general-j2ee-concepts">&title-cj-general-j2ee-concepts;</title>
<para>
This section provides general background on J2EE concepts that
@@ -3617,7 +3613,7 @@
<section id="cj-connection-pooling">
- <title>Understanding Connection Pooling</title>
+ <title
id="title-cj-connection-pooling">&title-cj-connection-pooling;</title>
<para>
Connection pooling is a technique of creating and managing a
@@ -3885,7 +3881,7 @@
<!--
<section id="cj-understanding-transactions">
- <title>Understanding Transactions</title>
+ <title
id="title-cj-understanding-transactions">&title-cj-understanding-transactions;</title>
<para />
</section>
@@ -3895,7 +3891,7 @@
<section id="cj-tomcat-config">
- <title>Using Connector/J with Tomcat</title>
+ <title id="title-cj-tomcat-config">&title-cj-tomcat-config;</title>
<para>
The following instructions are based on the instructions for
@@ -4059,7 +4055,7 @@
<section id="cj-jboss-config">
- <title>Using Connector/J with JBoss</title>
+ <title id="title-cj-jboss-config">&title-cj-jboss-config;</title>
<para>
These instructions cover JBoss-4.x. To make the JDBC driver
@@ -4114,7 +4110,7 @@
<!--
<section id="cj-hibernate-config">
- <title>Using Connector/J with Hibernate</title>
+ <title
id="title-cj-hibernate-config">&title-cj-hibernate-config;</title>
<para></para>
</section>
@@ -4122,7 +4118,7 @@
<!--
<section id="cj-spring-config">
- <title>Using Connector/J with Spring</title>
+ <title
id="title-cj-spring-config">&title-cj-spring-config;</title>
<para />
</section>
@@ -4130,7 +4126,7 @@
<!--
<section id="cj-struts-config">
- <title>Using Connector/J with Struts</title>
+ <title
id="title-cj-struts-config">&title-cj-struts-config;</title>
<para />
</section>
@@ -4139,7 +4135,7 @@
<!--
<section id="cj-weblogic-config">
- <title>Using Connector/J with BEA WebLogic</title>
+ <title
id="title-cj-weblogic-config">&title-cj-weblogic-config;</title>
<para />
</section>
@@ -4147,7 +4143,7 @@
<!--
<section id="cj-websphere-config">
- <title>Using Connector/J with IBM WebSphere</title>
+ <title
id="title-cj-websphere-config">&title-cj-websphere-config;</title>
<para />
</section>
@@ -4155,7 +4151,7 @@
<!--
<section id="cj-ias-config">
- <title>Using Connector/J with Oracle Application Server</title>
+ <title id="title-cj-ias-config">&title-cj-ias-config;</title>
<para />
</section>
@@ -4165,7 +4161,7 @@
<section id="cj-troubleshooting">
- <title>Diagnosing Connector/J Problems</title>
+ <title
id="title-cj-troubleshooting">&title-cj-troubleshooting;</title>
<para>
This section describes how to solve problems that you may
@@ -4174,7 +4170,7 @@
<section id="cj-faq">
- <title>Common Problems and Solutions</title>
+ <title id="title-cj-faq">&title-cj-faq;</title>
<para>
There are a few issues that seem to be commonly encountered
@@ -4570,7 +4566,7 @@
<!--
<section id="cj-tracing">
- <title>Enabling Tracing Options</title>
+ <title id="title-cj-tracing">&title-cj-tracing;</title>
<para></para>
</section>
@@ -4578,7 +4574,7 @@
<section id="cj-reporting-bugs">
- <title>How to Report Bugs or Problems</title>
+ <title
id="title-cj-reporting-bugs">&title-cj-reporting-bugs;</title>
<para>
The normal place to report bugs is
@@ -4782,7 +4778,7 @@
<section id="cj-changelog">
- <title>Changelog</title>
+ <title id="title-cj-changelog">&title-cj-changelog;</title>
<programlisting># Changelog
# $Id: CHANGES,v 1.38.4.206 2005/05/12 15:25:54 mmatthews Exp $
Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent 2005-11-07 23:48:43 UTC (rev 293)
+++ trunk/refman-common/titles.en.ent 2005-11-08 03:54:51 UTC (rev 294)
@@ -6,6 +6,7 @@
file.
-->
+<!ENTITY refman "http://dev.mysql.com/doc/refman">
<!ENTITY title-access-denied "Causes of <literal>Access denied</literal>
Errors">
<!ENTITY title-access-denied-error "While Connecting, an <literal>Access
denied</literal> Error Occurs">
<!ENTITY title-access-long-tables "I Have Very Long Tables. What is the Best
Configuration for MyODBC to Access These Tables?">
@@ -43,6 +44,7 @@
<!ENTITY title-answering-questions "Guidelines for Answering Questions on the Mailing
List">
<!ENTITY title-any-in-some-subqueries "Subqueries with
<literal>ANY</literal>, <literal>IN</literal>, and
<literal>SOME</literal>">
<!ENTITY title-apache "Using MySQL with Apache">
+<!ENTITY title-apis "APIs and Libraries">
<!ENTITY title-application-password-use "Implications of Password Hashing Changes for
Application Programs">
<!ENTITY title-archive-storage-engine "The <literal>ARCHIVE</literal>
Storage Engine">
<!ENTITY title-arithmetic-functions "Arithmetic Operators">
@@ -169,6 +171,51 @@
<!ENTITY title-choosing-types "Choosing the Right Type for a Column">
<!ENTITY title-choosing-version "Choosing Which Version of MySQL to Install">
<!ENTITY title-chunk "Whenever I Use the <literal>AppendChunk()</literal>
or <literal>GetChunk()</literal> ADO Methods, I Get an Error
<literal>Multiple-step operation generated errors. Check each status
value</literal>.">
+<!ENTITY title-cj-basic-jdbc "Basic JDBC concepts">
+<!ENTITY title-cj-changelog "Changelog">
+<!ENTITY title-cj-character-sets "Using Character Sets and Unicode">
+<!ENTITY title-cj-classpath "Installing the Driver and Configuring the CLASSPATH">
+<!ENTITY title-cj-configuration-properties "Driver/Datasource Class Names, URL Syntax
and Configuration Properties for Connector/J">
+<!ENTITY title-cj-connect-with-datasource "Connecting to MySQL using the DataSource
Interface">
+<!ENTITY title-cj-connect-with-drivermanager "Connecting to MySQL using the
DriverManager Interface">
+<!ENTITY title-cj-connection-pooling "Understanding Connection Pooling">
+<!ENTITY title-cj-controlling-transactions "Controlling transactions">
+<!ENTITY title-cj-faq "Common Problems and Solutions">
+<!ENTITY title-cj-general-j2ee-concepts "General J2EE Concepts">
+<!ENTITY title-cj-hibernate-config "Using Connector/J with Hibernate">
+<!ENTITY title-cj-ias-config "Using Connector/J with Oracle Application Server">
+<!ENTITY title-cj-implementation-notes "JDBC API Implementation Notes">
+<!ENTITY title-cj-installing "Installing Connector/J">
+<!ENTITY title-cj-j2ee "Using Connector/J with J2EE and Other Java Frameworks">
+<!ENTITY title-cj-jboss-config "Using Connector/J with JBoss">
+<!ENTITY title-cj-jdbc-reference "JDBC Reference">
+<!ENTITY title-cj-jdbc-upgrading-issues "JDBC-Specific Issues When Upgrading to MySQL
Server Version 4.1 or Newer">
+<!ENTITY title-cj-replication-connection "Using Master/Slave Replication with
ReplicationConnection">
+<!ENTITY title-cj-reporting-bugs "How to Report Bugs or Problems">
+<!ENTITY title-cj-retrieve-autoinc "Retrieving AUTO_INCREMENT Column Values">
+<!ENTITY title-cj-retrieve-multiresults "Retrieving Multiple ResultSets from a
Statement or CallableStatement">
+<!ENTITY title-cj-spring-config "Using Connector/J with Spring">
+<!ENTITY title-cj-struts-config "Using Connector/J with Struts">
+<!ENTITY title-cj-supported-java-versions "Java Versions Supported">
+<!ENTITY title-cj-supported-mysql-versions "MySQL Server Version Guidelines">
+<!ENTITY title-cj-system-requirements "Required Software Versions">
+<!ENTITY title-cj-tomcat-config "Using Connector/J with Tomcat">
+<!ENTITY title-cj-tracing "Enabling Tracing Options">
+<!ENTITY title-cj-troubleshooting "Diagnosing Connector/J Problems">
+<!ENTITY title-cj-type-conversions "Java, JDBC and MySQL Types">
+<!ENTITY title-cj-understanding-transactions "Understanding Transactions">
+<!ENTITY title-cj-upgrading "Upgrading from an Older Version">
+<!ENTITY title-cj-upgrading-3-0-to-3-1 "Upgrading from MySQL Connector/J 3.0 to
3.1">
+<!ENTITY title-cj-usage-advisor "Using the Usage Advisor">
+<!ENTITY title-cj-using-callable-statements "Using CallableStatements to Execute
Stored Procedures">
+<!ENTITY title-cj-using-database-metadata "Using DatabaseMetaData to Retrieve
Information about a Database">
+<!ENTITY title-cj-using-prepared-statements "Using PreparedStatements to Execute
SQL">
+<!ENTITY title-cj-using-result-set-metadata "Using ResultSetMetaData to Retrieve
Information about a ResultSet">
+<!ENTITY title-cj-using-ssl "Connecting Securely Using SSL">
+<!ENTITY title-cj-using-statements "Using Statements to Execute SQL">
+<!ENTITY title-cj-weblogic-config "Using Connector/J with BEA WebLogic">
+<!ENTITY title-cj-websphere-config "Using Connector/J with IBM WebSphere">
+<!ENTITY title-cj-working-with-lobs "Working with BLOBs and CLOBs">
<!ENTITY title-client-side-overview "Overview of the Client-Side Scripts and
Utilities">
<!ENTITY title-client-side-scripts "Client and Utility Programs">
<!ENTITY title-close "Cursor <literal>CLOSE</literal> Statement">
@@ -200,6 +247,7 @@
<!ENTITY title-connection-parameters "Connection Parameters">
<!ENTITY title-connection-pool "INFO: About ODBC Connection Pooling">
<!ENTITY title-connector-odbc "What is Connector/ODBC?">
+<!ENTITY title-connectors " Connectors">
<!ENTITY title-constraint-enum "<literal>ENUM</literal> and
<literal>SET</literal> Constraints">
<!ENTITY title-constraint-invalid-data "Constraints on Invalid Data">
<!ENTITY title-constraint-primary-key "<literal>PRIMARY KEY</literal> and
<literal>UNIQUE</literal> Index Constraints">
@@ -240,6 +288,7 @@
<!ENTITY title-data-manipulation "Data Manipulation Statements">
<!ENTITY title-data-size "Make Your Data as Small as Possible">
<!ENTITY title-data-source-name "What is a Data Source Name?">
+<!ENTITY title-database-administration "Database Administration">
<!ENTITY title-database-administration-statements "Database Administration
Statements">
<!ENTITY title-database-use "Creating and Using a Database">
<!ENTITY title-date-and-time-functions "Date and Time Functions">
@@ -530,7 +579,8 @@
<!ENTITY title-isamchk-for-manpage "ISAM table-maintenance utility">
<!ENTITY title-isamlog-for-manpage "display contents of ISAM log file">
<!ENTITY title-iterate-statement "<literal>ITERATE</literal>
Statement">
-<!ENTITY title-java-connector "MySQL Java Connectivity (JDBC)">
+<!ENTITY title-java-connector "MySQL Connector/J">
+<!ENTITY title-java-connector "MySQL Connector/J">
<!ENTITY title-join "<literal>JOIN</literal> Syntax">
<!ENTITY title-joins-limits "Limits of Joins">
<!ENTITY title-key-cache-block-size "Key Cache Block Size">
@@ -710,10 +760,9 @@
<!ENTITY title-mysql-4-1-nutshell "MySQL 4.1 in a Nutshell">
<!ENTITY title-mysql-5-0-cluster-changes "MySQL Cluster Changes in MySQL 5.0">
<!ENTITY title-mysql-5-0-nutshell "What's New in MySQL 5.0">
+<!ENTITY title-mysql-5-1-cluster-roadmap "MySQL 5.1 Development Roadmap for MySQL
Cluster">
<!ENTITY title-mysql-5-1-nutshell "What's New in MySQL 5.1">
-<!ENTITY title-mysql-5-1-cluster-roadmap "MySQL 5.1 Development Roadmap for MySQL
Cluster">
<!ENTITY title-mysql-affected-rows
"<literal>mysql_affected_rows()</literal>">
-<!ENTITY title-apis "APIs and Libraries">
<!ENTITY title-mysql-autocommit
"<literal>mysql_autocommit()</literal>">
<!ENTITY title-mysql-benchmarks "The MySQL Benchmark Suite">
<!ENTITY title-mysql-binaries "MySQL Binaries Compiled by MySQL AB">
@@ -797,10 +846,8 @@
<!ENTITY title-mysql-config-wizard-starting "Starting the MySQL Configuration
Wizard">
<!ENTITY title-mysql-config-wizard-tablespace "The InnoDB Tablespace Dialog">
<!ENTITY title-mysql-connect "<literal>mysql_connect()</literal>">
-<!ENTITY title-connectors " Connectors">
<!ENTITY title-mysql-create-db "<literal>mysql_create_db()</literal>">
<!ENTITY title-mysql-data-seek "<literal>mysql_data_seek()</literal>">
-<!ENTITY title-database-administration "Database Administration">
<!ENTITY title-mysql-debug "<literal>mysql_debug()</literal>">
<!ENTITY title-mysql-drop-db "<literal>mysql_drop_db()</literal>">
<!ENTITY title-mysql-dump-debug-info
"<literal>mysql_dump_debug_info()</literal>">
@@ -856,7 +903,6 @@
<!ENTITY title-mysql-next-result
"<literal>mysql_next_result()</literal>">
<!ENTITY title-mysql-num-fields
"<literal>mysql_num_fields()</literal>">
<!ENTITY title-mysql-num-rows "<literal>mysql_num_rows()</literal>">
-<!ENTITY title-optimization "Optimization">
<!ENTITY title-mysql-options "<literal>mysql_options()</literal>">
<!ENTITY title-mysql-ping "<literal>mysql_ping()</literal>">
<!ENTITY title-mysql-query "<literal>mysql_query()</literal>">
@@ -918,9 +964,9 @@
<!ENTITY title-mysql-tips "<command>mysql</command> Tips">
<!ENTITY title-mysql-tools-with-access "INFO: Tools to Export/Import from/to Access
to/from MySQL">
<!ENTITY title-mysql-use-result
"<literal>mysql_use_result()</literal>">
+<!ENTITY title-mysql-warning-count
"<literal>mysql_warning_count()</literal>">
<!ENTITY title-mysql-zap-for-manpage "kill processes that match a pattern">
<!ENTITY title-mysql-zap-for-manual "Kill Processes That Match a Pattern">
-<!ENTITY title-mysql-warning-count
"<literal>mysql_warning_count()</literal>">
<!ENTITY title-mysqlaccess-for-manpage "client for checking access privileges">
<!ENTITY title-mysqlaccess-for-manual "Client for Checking Access Privileges">
<!ENTITY title-mysqladmin-for-manpage "client for administering a MySQL server">
@@ -1210,7 +1256,7 @@
<!ENTITY title-operating-system-error-codes "Operating System Error Codes">
<!ENTITY title-operating-system-specific-notes "Operating System-Specific Notes">
<!ENTITY title-operator-precedence "Operator Precedence">
-<!ENTITY title-table-optimization "Table Optimization">
+<!ENTITY title-optimization "Optimization">
<!ENTITY title-optimize-access "How Do I Optimize Access for Performance with
MyODBC?">
<!ENTITY title-optimize-overview "Optimization Overview">
<!ENTITY title-optimize-table "<literal>OPTIMIZE TABLE</literal>
Syntax">
@@ -1234,20 +1280,20 @@
<!ENTITY title-packet-too-large "<literal>Packet too large</literal>">
<!ENTITY title-parentheses "Parentheses">
<!ENTITY title-partitioning "Partitioning">
-<!ENTITY title-partitioning-overview "Overview of Partitioning in MySQL">
-<!ENTITY title-partitioning-types "Partition Types">
+<!ENTITY title-partitioning-handling-nulls "How MySQL Partitioning Handles
<literal>NULL</literal> Values">
+<!ENTITY title-partitioning-hash "<literal>HASH</literal>
Partitioning">
+<!ENTITY title-partitioning-info "Obtaining Information About Partitions">
<!ENTITY title-partitioning-key "<literal>KEY</literal> Partitioning">
-<!ENTITY title-partitioning-hash "<literal>HASH</literal>
Partitioning">
<!ENTITY title-partitioning-linear-hash "<literal>LINEAR HASH</literal>
Partitioning">
-<!ENTITY title-partitioning-range "<literal>RANGE</literal>
Partitioning">
<!ENTITY title-partitioning-list "<literal>LIST</literal>
Partitioning">
-<!ENTITY title-partitioning-subpartitions "Subpartitioning">
-<!ENTITY title-partitioning-handling-nulls "How MySQL Partitioning Handles
<literal>NULL</literal> Values">
+<!ENTITY title-partitioning-maintenance "Maintenance of Partitions">
<!ENTITY title-partitioning-management "Partition Management">
+<!ENTITY title-partitioning-management-hash-key "Management of
<literal>HASH</literal> and <literal>KEY</literal>
Partitions">
<!ENTITY title-partitioning-management-range-list "Management of
<literal>RANGE</literal> and <literal>LIST</literal>
Partitions">
-<!ENTITY title-partitioning-management-hash-key "Management of
<literal>HASH</literal> and <literal>KEY</literal>
Partitions">
-<!ENTITY title-partitioning-maintenance "Maintenance of Partitions">
-<!ENTITY title-partitioning-info "Obtaining Information About Partitions">
+<!ENTITY title-partitioning-overview "Overview of Partitioning in MySQL">
+<!ENTITY title-partitioning-range "<literal>RANGE</literal>
Partitioning">
+<!ENTITY title-partitioning-subpartitions "Subpartitioning">
+<!ENTITY title-partitioning-types "Partition Types">
<!ENTITY title-password-hashing "Password Hashing in MySQL 4.1">
<!ENTITY title-password-hashing-4-1-0 "Password Hashing in MySQL 4.1.0">
<!ENTITY title-password-security "Keeping Your Password Secure">
@@ -1264,6 +1310,16 @@
<!ENTITY title-perror-for-manual "Explain Error Codes">
<!ENTITY title-php "MySQL PHP API">
<!ENTITY title-php-problems "Common Problems with MySQL and PHP">
+<!ENTITY title-pluggable-storage "Pluggable Storage Engine Architecture">
+<!ENTITY title-pluggable-storage-assigning "Assigning Storage Engines to Tables">
+<!ENTITY title-pluggable-storage-choosing "Choosing a Storage Engine">
+<!ENTITY title-pluggable-storage-common-layer "The Common MySQL Database Server
Layer">
+<!ENTITY title-pluggable-storage-introduction "Introduction">
+<!ENTITY title-pluggable-storage-overview "Overview">
+<!ENTITY title-pluggable-storage-plugging "Plugging in a Storage Engine">
+<!ENTITY title-pluggable-storage-security "Security Implications of Pluggable
Storage">
+<!ENTITY title-pluggable-storage-transactions "Storage Engines and Transactions">
+<!ENTITY title-pluggable-storage-unplugging "Unplugging a Storage Engine">
<!ENTITY title-point-in-time-recovery "Point-in-Time Recovery">
<!ENTITY title-point-in-time-recovery-positions "Specifying Positions for
Recovery">
<!ENTITY title-point-in-time-recovery-times "Specifying Times for Recovery">
@@ -1316,8 +1372,8 @@
<!ENTITY title-range-access-single-part "Range Access Method for Single-Part
Indexes">
<!ENTITY title-range-optimization "Range Optimization">
<!ENTITY title-rdo-rs-addnew-and-rs-update "RDO:
<literal>rs.addNew</literal> and
<literal>rs.update</literal>">
+<!ENTITY title-refman-4-1 "MySQL 4.1 Reference Manual"><!-- Title of Manual 4.1
edition -->
<!ENTITY title-refman-5-0 "MySQL 5.0 Reference Manual"><!-- Title of Manual 5.0
edition -->
-<!ENTITY title-refman-4-1 "MySQL 4.1 Reference Manual"><!-- Title of Manual 4.1
edition -->
<!ENTITY title-regexp "MySQL Regular Expressions">
<!ENTITY title-relations-on-geometry-mbr "Relations on Geometry Minimal Bounding
Rectangles (MBRs)">
<!ENTITY title-release-philosophy "Release Philosophy—No Known Bugs in
Releases">
@@ -1501,6 +1557,7 @@
<!ENTITY title-table-locking "Table Locking Issues">
<!ENTITY title-table-maintenance "Table Maintenance and Crash Recovery">
<!ENTITY title-table-maintenance-sql "Table Maintenance Statements">
+<!ENTITY title-table-optimization "Table Optimization">
<!ENTITY title-table-privileges-table "The <literal>INFORMATION_SCHEMA
TABLE_PRIVILEGES</literal> Table">
<!ENTITY title-table-size "How Big MySQL Tables Can Be">
<!ENTITY title-tables-table "The <literal>INFORMATION_SCHEMA
TABLES</literal> Table">
@@ -1628,14 +1685,3 @@
<!ENTITY title-y2k-issues "Y2K Issues and Date Types">
<!ENTITY title-year "The <literal>YEAR</literal> Type">
<!ENTITY title-year-2000-compliance "Year 2000 Compliance">
-<!ENTITY title-pluggable-storage "Pluggable Storage Engine Architecture">
-<!ENTITY title-pluggable-storage-introduction "Introduction">
-<!ENTITY title-pluggable-storage-overview "Overview">
-<!ENTITY title-pluggable-storage-common-layer "The Common MySQL Database Server
Layer">
-<!ENTITY title-pluggable-storage-choosing "Choosing a Storage Engine">
-<!ENTITY title-pluggable-storage-assigning "Assigning Storage Engines to Tables">
-<!ENTITY title-pluggable-storage-transactions "Storage Engines and Transactions">
-<!ENTITY title-pluggable-storage-plugging "Plugging in a Storage Engine">
-<!ENTITY title-pluggable-storage-unplugging "Unplugging a Storage Engine">
-<!ENTITY title-pluggable-storage-security "Security Implications of Pluggable
Storage">
-<!ENTITY refman "http://dev.mysql.com/doc/refman">
\ No newline at end of file
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r294 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 8 Nov |