List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 21 2008 1:54pm
Subject:svn commit - mysqldoc@docsrva: r11297 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-4.1 refman-5.1-maria refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-07-21 15:54:31 +0200 (Mon, 21 Jul 2008)
New Revision: 11297

Log:
Making Maria dynamic and adding the various Maria options
Adding Maria options to the mysqld optvars
Updating dependencies
Adding changelog entry for Maria in 6.0.6



Removed:
   trunk/refman-6.0/se-maria.xml
Renamed/Moved:
   trunk/refman-6.0/se-maria-core.xml (from rev 11292, trunk/refman-6.0/se-maria.xml)
Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-4.1/Makefile.depends
   trunk/refman-5.1-maria/Makefile.depends
   trunk/refman-5.1-maria/storage-engines.xml
   trunk/refman-6.0/Makefile.depends
   trunk/refman-6.0/storage-engines.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-21 13:05:58 UTC (rev 11296)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 655 bytes

@@ -6,6 +6,26 @@
 ]>
 <changelog>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="Maria"/>
+    </tags>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+      The <literal>Maria</literal> Storage Engine is now available as standard.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="bug">
 
     <tags>


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-07-21 13:05:58 UTC (rev 11296)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 1, Lines Added: 469, Lines Deleted: 0; 11348 bytes

@@ -21802,4 +21802,473 @@
 
   </mysqloption>
 
+  <mysqloption section="maria" id="maria">
+
+    <xrefto id="option_mysqld_maria"/>
+
+    <name>maria</name>
+
+    <shortdescription lang="en">
+      Enable the Maria plugin
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline"/>
+      <optype class="mycnf"/>
+    </types>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-block-size">
+
+    <xrefto id="option_mysqld_maria-block-size"/>
+
+    <name>maria-block-size</name>
+
+    <shortdescription lang="en">
+      Sets the block size for Maria tables
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_block_size"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="no" />
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="8192"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-checkpoint-interval">
+
+    <xrefto id="option_mysqld_maria-checkpoint-interval"/>
+
+    <name>maria-checkpoint-interval</name>
+
+    <shortdescription lang="en">
+      Sets the interval between automatic checkpoints
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" format="maria_checkpoint_interval"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global" />
+    </types>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-log-dir-path">
+
+    <xrefto id="option_mysqld_maria-log-dir-path"/>
+
+    <name>maria-log-dir-path</name>
+
+    <shortdescription lang="en">
+      Sets the location of the Maria log files and log control file
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" format="--maria-log-dir-path"/>
+      <optype class="mycnf"/>
+    </types>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-log-file-size">
+
+    <xrefto id="option_mysqld_maria-log-file-size"/>
+
+    <name>maria-log-file-size</name>
+
+    <shortdescription lang="en">
+      Sets the size of each of the Maria log files
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_log_file_size"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="1073741824" minimum="8388688" maximum="4294967296"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-log-purge-type">
+
+    <xrefto id="option_mysqld_maria-log-purge-type"/>
+
+    <name>maria-log-purge-type</name>
+
+    <shortdescription lang="en">
+      Sets the mode for purging Maria log files
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_log_purge_type"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+    <values vartype="enumeration" platform="all">
+
+      <choice value="at_flush"/>
+      <choice value="immediate"/>
+      <choice value="external"/>
+      <value default="immediate"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria_maria-max-sort-file-size">
+
+    <xrefto id="option_mysqld_maria-max-sort-file-size"/>
+
+    <name>maria-max-sort-file-size</name>
+
+    <shortdescription lang="en">
+      The maximum size of an external sort file
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" format="--maria-max-sort-file-size"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global" format="maria_max_sort_file_size"/>
+    </types>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-page-checksum">
+
+    <xrefto id="option_mysqld_maria-page-checksum"/>
+
+    <name>maria-page-checksum</name>
+
+    <shortdescription lang="en">
+      Sets the default mode for page checksums
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_page_checksum"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+    <values vartype="enumeration" platform="all">
+
+      <choice value="on"/>
+      <choice value="off"/>
+      <value default="on"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-pagecache-age-threshold">
+
+    <xrefto id="option_mysqld_maria-pagecache-age-threshold"/>
+
+    <name>maria-pagecache-age-threshold</name>
+
+    <shortdescription lang="en">
+      Sets the pagecache age
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_pagecache_age_threshold"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="300"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-pagecache-buffer-size">
+
+    <xrefto id="option_mysqld_maria-pagecache-buffer-size"/>
+
+    <name>maria-pagecache-buffer-size</name>
+
+    <shortdescription lang="en">
+      Sets the buffer size for data and index pages
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_pagecache_buffer_size"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="no" scope="global"/>
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="8388608"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-pagecache-division-limit">
+
+    <xrefto id="option_mysqld_maria-pagecache-division-limit"/>
+
+    <name>maria-pagecache-division-limit</name>
+
+    <shortdescription lang="en">
+      The minimum percentage of warm blocks in the page cache
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_pagecache_division_limit"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="100"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-repair-threads">
+
+    <xrefto id="option_mysqld_maria-repair-threads"/>
+
+    <name>maria-repair-threads</name>
+
+    <shortdescription lang="en">
+      Number of threads to be used when repairing tables
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_repair_threads"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="both"/>
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="1"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-sort-buffer-size">
+
+    <xrefto id="option_mysqld_maria-sort-buffer-size"/>
+
+    <name>maria-sort-buffer-size</name>
+
+    <shortdescription lang="en">
+      Sets the sort buffer size for indexes
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_sort_buffer_size"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="both"/>
+    </types>
+
+    <values vartype="numeric" platform="all">
+
+      <value default="8388608"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-stats-method">
+
+    <xrefto id="option_mysqld_maria-stats-method"/>
+
+    <name>maria-stats-method</name>
+
+    <shortdescription lang="en">
+      Sets the statistics collection method
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_stats_method"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="both"/>
+    </types>
+
+    <values vartype="enumeration" platform="all">
+
+      <choice value="nulls_unequal"/>
+      <choice value="nulls_equal"/>
+      <choice value="nulls_ignored"/>
+      <value default="nulls_unequal"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+  <mysqloption section="maria" id="maria-sync-log-dir">
+
+    <xrefto id="option_mysqld_maria-sync-log-dir"/>
+
+    <name>maria-sync-log-dir</name>
+
+    <shortdescription lang="en">
+      Controls the synchronization of the directory after a log file has
+      been extended or created
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_sync_log_dir"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+    <values vartype="enumeration" platform="all">
+
+      <choice value="never"/>
+      <choice value="newfile"/>
+      <choice value="always"/>
+      <value default="newfile"/>
+
+    </values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+ <mysqloption section="maria" id="maria-force-start-after-recovery-failures">
+
+    <xrefto id="option_mysqld_maria-force-start-after-recovery-failures"/>
+
+    <name>maria-force-start-after-recovery-failures</name>
+
+    <shortdescription lang="en">
+      Force a start after this many recovery failures
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline"/>
+      <optype class="mycnf"/>
+    </types>
+
+<values vartype="numeric" platform="all"><value default="0"/></values>
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
+ <mysqloption section="maria" id="maria-recover">
+
+    <xrefto id="option_mysqld_maria-recover"/>
+
+    <name>maria-recover</name>
+
+    <shortdescription lang="en">
+      Force recovery of Maria tables without the log file
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" setvar="maria_recover"/>
+      <optype class="mycnf"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
+    </types>
+
+<values vartype="boolean" platform="all"><value default="off"/></values>
+
+    <versions>
+      <introduced version="6.0.6"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
 </mysqloptions>


Modified: trunk/refman-4.1/Makefile.depends
===================================================================
--- trunk/refman-4.1/Makefile.depends	2008-07-21 13:05:58 UTC (rev 11296)
+++ trunk/refman-4.1/Makefile.depends	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 2415; 123200 bytes

@@ -1,2415 +0,0 @@
-apis_c_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-apis_c_IMAGES =
-apis_c_SOURCES = apis-c.xml $(apis_c_INCLUDES)
-apis_c_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-development.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/programs.idmap \
-	../refman-common/metadata/connector-j.idmap \
-	../refman-common/metadata/connector-odbc.idmap
-apis-c.validpure: $(apis_c_SOURCES)
-apis-c.titles: $(apis_c_SOURCES)
-apis-c.useless: $(apis_c_SOURCES)
-apis-c.valid: $(apis_c_SOURCES) $(apis_c_IDMAPS)
-apis-c.validwarn: $(apis_c_SOURCES) $(apis_c_IDMAPS)
-apis-c-prepped.xml: $(apis_c_SOURCES) $(apis_c_IDMAPS)
-apis-c-manprepped.xml: $(apis_c_SOURCES) $(apis_c_IDMAPS)
-apis-c-remprepped.xml: $(apis_c_SOURCES) $(apis_c_IDMAPS)
-
-apis_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/../common/fixedchars.ent \
-	../refman-common/all-entities.ent \
-	../refman-common/apis-cplusplus.xml \
-	../refman-common/apis-eiffel.xml \
-	../refman-common/apis-perl.xml \
-	../refman-common/apis-php.xml \
-	../refman-common/apis-python.xml \
-	../refman-common/apis-tcl.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	apis-c.xml \
-	versions.ent
-apis_IMAGES =
-apis_SOURCES = apis.xml $(apis_INCLUDES)
-apis_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-development.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/programs.idmap \
-	../refman-common/metadata/connector-j.idmap \
-	../refman-common/metadata/connector-odbc.idmap \
-	../refman-common/metadata/information-sources.idmap
-apis.validpure: $(apis_SOURCES)
-apis.titles: $(apis_SOURCES)
-apis.useless: $(apis_SOURCES)
-apis.valid: $(apis_SOURCES) $(apis_IDMAPS)
-apis.validwarn: $(apis_SOURCES) $(apis_IDMAPS)
-apis-prepped.xml: $(apis_SOURCES) $(apis_IDMAPS)
-apis-manprepped.xml: $(apis_SOURCES) $(apis_IDMAPS)
-apis-remprepped.xml: $(apis_SOURCES) $(apis_IDMAPS)
-
-backup_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-backup_IMAGES =
-backup_SOURCES = backup.xml $(backup_INCLUDES)
-backup_IDMAPS = \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap \
-	../refman-4.1/metadata/sql-syntax.idmap \
-	../refman-4.1/metadata/storage-engines.idmap
-backup.validpure: $(backup_SOURCES)
-backup.titles: $(backup_SOURCES)
-backup.useless: $(backup_SOURCES)
-backup.valid: $(backup_SOURCES) $(backup_IDMAPS)
-backup.validwarn: $(backup_SOURCES) $(backup_IDMAPS)
-backup-prepped.xml: $(backup_SOURCES) $(backup_IDMAPS)
-backup-manprepped.xml: $(backup_SOURCES) $(backup_IDMAPS)
-backup-remprepped.xml: $(backup_SOURCES) $(backup_IDMAPS)
-
-connectors_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/../common/fixedchars.ent \
-	../refman-common/../refman-common/connector-j-connprops.xml \
-	../refman-common/../refman-common/connector-j-errormap.xml \
-	../refman-common/all-entities.ent \
-	../refman-common/connector-j.xml \
-	../refman-common/connector-mxj.xml \
-	../refman-common/connector-net.xml \
-	../refman-common/connector-odbc.xml \
-	../refman-common/connector-php.xml \
-	../refman-common/connector-vstudioplugin.xml \
-	../refman-common/images/published/cmxj-overview.png \
-	../refman-common/images/published/cnet-win-install-step1.png \
-	../refman-common/images/published/cnet-win-install-step2.png \
-	../refman-common/images/published/cnet-win-install-step3.png \
-	../refman-common/images/published/cnet-win-install-step4.png \
-	../refman-common/images/published/myaccess-odbc.png \
-	../refman-common/images/published/myaccess.png \
-	../refman-common/images/published/myarchitecture.png \
-	../refman-common/images/published/myflowchart.png \
-	../refman-common/images/published/myodbc-crystal-1.png \
-	../refman-common/images/published/myodbc-crystal-2.png \
-	../refman-common/images/published/myodbc-crystal-3.png \
-	../refman-common/images/published/myodbc-crystal-4.png \
-	../refman-common/images/published/myodbc-crystal-5.png \
-	../refman-common/images/published/myodbc-crystal-6.png \
-	../refman-common/images/published/myodbc-excel-step1.png \
-	../refman-common/images/published/myodbc-excel-step2.png \
-	../refman-common/images/published/myodbc-excel-step3.png \
-	../refman-common/images/published/myodbc-excel-step4.png \
-	../refman-common/images/published/myodbc-excel-step5.png \
-	../refman-common/images/published/myodbc-link-step1.png \
-	../refman-common/images/published/myodbc-link-step3.png \
-	../refman-common/images/published/myodbc-link-step4.png \
-	../refman-common/images/published/myodbc-link-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step1.png \
-	../refman-common/images/published/myodbc-macosx-install-step2.png \
-	../refman-common/images/published/myodbc-macosx-install-step3.png \
-	../refman-common/images/published/myodbc-macosx-install-step4.png \
-	../refman-common/images/published/myodbc-macosx-install-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step6.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-tracing.png \
-	../refman-common/images/published/myodbc-win-install-step1.png \
-	../refman-common/images/published/myodbc-win-install-step2.png \
-	../refman-common/images/published/myodbc-win-install-step3.png \
-	../refman-common/images/published/myodbc-win-install-step4.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-advanced.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-driverselect.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-ssl-5-1.png \
-	../refman-common/images/published/myodbc-win-tracing.png \
-	../refman-common/images/published/mysql-vstudioplugin-1.png \
-	../refman-common/images/published/mysql-vstudioplugin-3.png \
-	../refman-common/images/published/mysql-vstudioplugin-4.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-connectors_IMAGES = \
-	../refman-common/images/published/cmxj-overview.png \
-	../refman-common/images/published/cnet-win-install-step1.png \
-	../refman-common/images/published/cnet-win-install-step2.png \
-	../refman-common/images/published/cnet-win-install-step3.png \
-	../refman-common/images/published/cnet-win-install-step4.png \
-	../refman-common/images/published/myaccess-odbc.png \
-	../refman-common/images/published/myaccess.png \
-	../refman-common/images/published/myarchitecture.png \
-	../refman-common/images/published/myflowchart.png \
-	../refman-common/images/published/myodbc-crystal-1.png \
-	../refman-common/images/published/myodbc-crystal-2.png \
-	../refman-common/images/published/myodbc-crystal-3.png \
-	../refman-common/images/published/myodbc-crystal-4.png \
-	../refman-common/images/published/myodbc-crystal-5.png \
-	../refman-common/images/published/myodbc-crystal-6.png \
-	../refman-common/images/published/myodbc-excel-step1.png \
-	../refman-common/images/published/myodbc-excel-step2.png \
-	../refman-common/images/published/myodbc-excel-step3.png \
-	../refman-common/images/published/myodbc-excel-step4.png \
-	../refman-common/images/published/myodbc-excel-step5.png \
-	../refman-common/images/published/myodbc-link-step1.png \
-	../refman-common/images/published/myodbc-link-step3.png \
-	../refman-common/images/published/myodbc-link-step4.png \
-	../refman-common/images/published/myodbc-link-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step1.png \
-	../refman-common/images/published/myodbc-macosx-install-step2.png \
-	../refman-common/images/published/myodbc-macosx-install-step3.png \
-	../refman-common/images/published/myodbc-macosx-install-step4.png \
-	../refman-common/images/published/myodbc-macosx-install-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step6.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-tracing.png \
-	../refman-common/images/published/myodbc-win-install-step1.png \
-	../refman-common/images/published/myodbc-win-install-step2.png \
-	../refman-common/images/published/myodbc-win-install-step3.png \
-	../refman-common/images/published/myodbc-win-install-step4.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-advanced.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-driverselect.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-ssl-5-1.png \
-	../refman-common/images/published/myodbc-win-tracing.png \
-	../refman-common/images/published/mysql-vstudioplugin-1.png \
-	../refman-common/images/published/mysql-vstudioplugin-3.png \
-	../refman-common/images/published/mysql-vstudioplugin-4.png
-connectors_SOURCES = connectors.xml $(connectors_INCLUDES)
-connectors_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-common/metadata/apis-php.idmap \
-	../refman-common/metadata/bug-reports.idmap \
-	../refman-common/metadata/information-sources.idmap \
-	../refman-common/metadata/news-cj-core.idmap \
-	../refman-common/metadata/news-cmxj-core.idmap \
-	../refman-common/metadata/news-cnet-core.idmap \
-	../refman-common/metadata/news-codbc-core.idmap
-connectors.validpure: $(connectors_SOURCES)
-connectors.titles: $(connectors_SOURCES)
-connectors.useless: $(connectors_SOURCES)
-connectors.valid: $(connectors_SOURCES) $(connectors_IDMAPS)
-connectors.validwarn: $(connectors_SOURCES) $(connectors_IDMAPS)
-connectors-prepped.xml: $(connectors_SOURCES) $(connectors_IDMAPS)
-connectors-manprepped.xml: $(connectors_SOURCES) $(connectors_IDMAPS)
-connectors-remprepped.xml: $(connectors_SOURCES) $(connectors_IDMAPS)
-
-data_types_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-data_types_IMAGES =
-data_types_SOURCES = data-types.xml $(data_types_INCLUDES)
-data_types_IDMAPS = \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap
-data-types.validpure: $(data_types_SOURCES)
-data-types.titles: $(data_types_SOURCES)
-data-types.useless: $(data_types_SOURCES)
-data-types.valid: $(data_types_SOURCES) $(data_types_IDMAPS)
-data-types.validwarn: $(data_types_SOURCES) $(data_types_IDMAPS)
-data-types-prepped.xml: $(data_types_SOURCES) $(data_types_IDMAPS)
-data-types-manprepped.xml: $(data_types_SOURCES) $(data_types_IDMAPS)
-data-types-remprepped.xml: $(data_types_SOURCES) $(data_types_IDMAPS)
-
-dba_core_INCLUDES =
-dba_core_IMAGES =
-dba_core_SOURCES = dba-core.xml $(dba_core_INCLUDES)
-dba_core_IDMAPS =
-dba-core.validpure: $(dba_core_SOURCES)
-dba-core.titles: $(dba_core_SOURCES)
-dba-core.useless: $(dba_core_SOURCES)
-dba-core.valid: $(dba_core_SOURCES) $(dba_core_IDMAPS)
-dba-core.validwarn: $(dba_core_SOURCES) $(dba_core_IDMAPS)
-dba-core-prepped.xml: $(dba_core_SOURCES) $(dba_core_IDMAPS)
-dba-core-manprepped.xml: $(dba_core_SOURCES) $(dba_core_IDMAPS)
-dba-core-remprepped.xml: $(dba_core_SOURCES) $(dba_core_IDMAPS)
-
-dynxml_common_news_cj_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/connector-j-versions.xml \
-	../dynamic-docs/changelog/connector-j.xml \
-	../refman-common/news-cj-core.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-dynxml_common_news_cj_IMAGES =
-dynxml_common_news_cj_SOURCES = dynxml-common-news-cj.xml $(dynxml_common_news_cj_INCLUDES)
-dynxml_common_news_cj_IDMAPS =
-dynxml-common-news-cj.validpure: $(dynxml_common_news_cj_SOURCES)
-dynxml-common-news-cj.titles: $(dynxml_common_news_cj_SOURCES)
-dynxml-common-news-cj.useless: $(dynxml_common_news_cj_SOURCES)
-dynxml-common-news-cj.valid: $(dynxml_common_news_cj_SOURCES) $(dynxml_common_news_cj_IDMAPS)
-dynxml-common-news-cj.validwarn: $(dynxml_common_news_cj_SOURCES) $(dynxml_common_news_cj_IDMAPS)
-dynxml-common-news-cj-prepped.xml: $(dynxml_common_news_cj_SOURCES) $(dynxml_common_news_cj_IDMAPS)
-dynxml-common-news-cj-manprepped.xml: $(dynxml_common_news_cj_SOURCES) $(dynxml_common_news_cj_IDMAPS)
-dynxml-common-news-cj-remprepped.xml: $(dynxml_common_news_cj_SOURCES) $(dynxml_common_news_cj_IDMAPS)
-dynxml-common-news-cj.xml: $(dynxml_common_news_cj_INCLUDES)
-dynxml_common_news_cmxj_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/connector-mxj-versions.xml \
-	../dynamic-docs/changelog/connector-mxj.xml \
-	../refman-common/news-cmxj-core.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-dynxml_common_news_cmxj_IMAGES =
-dynxml_common_news_cmxj_SOURCES = dynxml-common-news-cmxj.xml $(dynxml_common_news_cmxj_INCLUDES)
-dynxml_common_news_cmxj_IDMAPS =
-dynxml-common-news-cmxj.validpure: $(dynxml_common_news_cmxj_SOURCES)
-dynxml-common-news-cmxj.titles: $(dynxml_common_news_cmxj_SOURCES)
-dynxml-common-news-cmxj.useless: $(dynxml_common_news_cmxj_SOURCES)
-dynxml-common-news-cmxj.valid: $(dynxml_common_news_cmxj_SOURCES) $(dynxml_common_news_cmxj_IDMAPS)
-dynxml-common-news-cmxj.validwarn: $(dynxml_common_news_cmxj_SOURCES) $(dynxml_common_news_cmxj_IDMAPS)
-dynxml-common-news-cmxj-prepped.xml: $(dynxml_common_news_cmxj_SOURCES) $(dynxml_common_news_cmxj_IDMAPS)
-dynxml-common-news-cmxj-manprepped.xml: $(dynxml_common_news_cmxj_SOURCES) $(dynxml_common_news_cmxj_IDMAPS)
-dynxml-common-news-cmxj-remprepped.xml: $(dynxml_common_news_cmxj_SOURCES) $(dynxml_common_news_cmxj_IDMAPS)
-dynxml-common-news-cmxj.xml: $(dynxml_common_news_cmxj_INCLUDES)
-dynxml_common_news_cnet_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/connector-net-versions.xml \
-	../dynamic-docs/changelog/connector-net.xml \
-	../refman-common/news-cnet-core.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-dynxml_common_news_cnet_IMAGES =
-dynxml_common_news_cnet_SOURCES = dynxml-common-news-cnet.xml $(dynxml_common_news_cnet_INCLUDES)
-dynxml_common_news_cnet_IDMAPS =
-dynxml-common-news-cnet.validpure: $(dynxml_common_news_cnet_SOURCES)
-dynxml-common-news-cnet.titles: $(dynxml_common_news_cnet_SOURCES)
-dynxml-common-news-cnet.useless: $(dynxml_common_news_cnet_SOURCES)
-dynxml-common-news-cnet.valid: $(dynxml_common_news_cnet_SOURCES) $(dynxml_common_news_cnet_IDMAPS)
-dynxml-common-news-cnet.validwarn: $(dynxml_common_news_cnet_SOURCES) $(dynxml_common_news_cnet_IDMAPS)
-dynxml-common-news-cnet-prepped.xml: $(dynxml_common_news_cnet_SOURCES) $(dynxml_common_news_cnet_IDMAPS)
-dynxml-common-news-cnet-manprepped.xml: $(dynxml_common_news_cnet_SOURCES) $(dynxml_common_news_cnet_IDMAPS)
-dynxml-common-news-cnet-remprepped.xml: $(dynxml_common_news_cnet_SOURCES) $(dynxml_common_news_cnet_IDMAPS)
-dynxml-common-news-cnet.xml: $(dynxml_common_news_cnet_INCLUDES)
-dynxml_common_news_codbc_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/connector-odbc-versions.xml \
-	../dynamic-docs/changelog/connector-odbc.xml \
-	../refman-common/news-codbc-core.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-dynxml_common_news_codbc_IMAGES =
-dynxml_common_news_codbc_SOURCES = dynxml-common-news-codbc.xml $(dynxml_common_news_codbc_INCLUDES)
-dynxml_common_news_codbc_IDMAPS = \
-	../refman-common/metadata/connector-odbc.idmap
-dynxml-common-news-codbc.validpure: $(dynxml_common_news_codbc_SOURCES)
-dynxml-common-news-codbc.titles: $(dynxml_common_news_codbc_SOURCES)
-dynxml-common-news-codbc.useless: $(dynxml_common_news_codbc_SOURCES)
-dynxml-common-news-codbc.valid: $(dynxml_common_news_codbc_SOURCES) $(dynxml_common_news_codbc_IDMAPS)
-dynxml-common-news-codbc.validwarn: $(dynxml_common_news_codbc_SOURCES) $(dynxml_common_news_codbc_IDMAPS)
-dynxml-common-news-codbc-prepped.xml: $(dynxml_common_news_codbc_SOURCES) $(dynxml_common_news_codbc_IDMAPS)
-dynxml-common-news-codbc-manprepped.xml: $(dynxml_common_news_codbc_SOURCES) $(dynxml_common_news_codbc_IDMAPS)
-dynxml-common-news-codbc-remprepped.xml: $(dynxml_common_news_codbc_SOURCES) $(dynxml_common_news_codbc_IDMAPS)
-dynxml-common-news-codbc.xml: $(dynxml_common_news_codbc_INCLUDES)
-dynxml_common_news_mysql_proxy_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/mysql-proxy-versions.xml \
-	../dynamic-docs/changelog/mysql-proxy.xml \
-	../refman-common/news-mysql-proxy-core.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-dynxml_common_news_mysql_proxy_IMAGES =
-dynxml_common_news_mysql_proxy_SOURCES = dynxml-common-news-mysql-proxy.xml $(dynxml_common_news_mysql_proxy_INCLUDES)
-dynxml_common_news_mysql_proxy_IDMAPS =
-dynxml-common-news-mysql-proxy.validpure: $(dynxml_common_news_mysql_proxy_SOURCES)
-dynxml-common-news-mysql-proxy.titles: $(dynxml_common_news_mysql_proxy_SOURCES)
-dynxml-common-news-mysql-proxy.useless: $(dynxml_common_news_mysql_proxy_SOURCES)
-dynxml-common-news-mysql-proxy.valid: $(dynxml_common_news_mysql_proxy_SOURCES) $(dynxml_common_news_mysql_proxy_IDMAPS)
-dynxml-common-news-mysql-proxy.validwarn: $(dynxml_common_news_mysql_proxy_SOURCES) $(dynxml_common_news_mysql_proxy_IDMAPS)
-dynxml-common-news-mysql-proxy-prepped.xml: $(dynxml_common_news_mysql_proxy_SOURCES) $(dynxml_common_news_mysql_proxy_IDMAPS)
-dynxml-common-news-mysql-proxy-manprepped.xml: $(dynxml_common_news_mysql_proxy_SOURCES) $(dynxml_common_news_mysql_proxy_IDMAPS)
-dynxml-common-news-mysql-proxy-remprepped.xml: $(dynxml_common_news_mysql_proxy_SOURCES) $(dynxml_common_news_mysql_proxy_IDMAPS)
-dynxml-common-news-mysql-proxy.xml: $(dynxml_common_news_mysql_proxy_INCLUDES)
-dynxml_local_dba_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/command-optvars/mysqld.xml \
-	../dynamic-docs/metadata-titles.en.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	dba-core.xml \
-	versions.ent
-dynxml_local_dba_IMAGES =
-dynxml_local_dba_SOURCES = dynxml-local-dba.xml $(dynxml_local_dba_INCLUDES)
-dynxml_local_dba_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-common/metadata/apis-perl.idmap \
-	../refman-common/metadata/apis-php.idmap \
-	../refman-common/metadata/bug-reports.idmap
-dynxml-local-dba.validpure: $(dynxml_local_dba_SOURCES)
-dynxml-local-dba.titles: $(dynxml_local_dba_SOURCES)
-dynxml-local-dba.useless: $(dynxml_local_dba_SOURCES)
-dynxml-local-dba.valid: $(dynxml_local_dba_SOURCES) $(dynxml_local_dba_IDMAPS)
-dynxml-local-dba.validwarn: $(dynxml_local_dba_SOURCES) $(dynxml_local_dba_IDMAPS)
-dynxml-local-dba-prepped.xml: $(dynxml_local_dba_SOURCES) $(dynxml_local_dba_IDMAPS)
-dynxml-local-dba-manprepped.xml: $(dynxml_local_dba_SOURCES) $(dynxml_local_dba_IDMAPS)
-dynxml-local-dba-remprepped.xml: $(dynxml_local_dba_SOURCES) $(dynxml_local_dba_IDMAPS)
-dynxml-local-dba.xml: $(dynxml_local_dba_INCLUDES)
-dynxml_local_functions_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/metadata-titles.en.xml \
-	../dynamic-docs/opsfunctions/opfunctions.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	functions-core.xml \
-	versions.ent
-dynxml_local_functions_IMAGES =
-dynxml_local_functions_SOURCES = dynxml-local-functions.xml $(dynxml_local_functions_INCLUDES)
-dynxml_local_functions_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/tutorial.idmap \
-	../refman-common/metadata/credits.idmap
-dynxml-local-functions.validpure: $(dynxml_local_functions_SOURCES)
-dynxml-local-functions.titles: $(dynxml_local_functions_SOURCES)
-dynxml-local-functions.useless: $(dynxml_local_functions_SOURCES)
-dynxml-local-functions.valid: $(dynxml_local_functions_SOURCES) $(dynxml_local_functions_IDMAPS)
-dynxml-local-functions.validwarn: $(dynxml_local_functions_SOURCES) $(dynxml_local_functions_IDMAPS)
-dynxml-local-functions-prepped.xml: $(dynxml_local_functions_SOURCES) $(dynxml_local_functions_IDMAPS)
-dynxml-local-functions-manprepped.xml: $(dynxml_local_functions_SOURCES) $(dynxml_local_functions_IDMAPS)
-dynxml-local-functions-remprepped.xml: $(dynxml_local_functions_SOURCES) $(dynxml_local_functions_IDMAPS)
-dynxml-local-functions.xml: $(dynxml_local_functions_INCLUDES)
-dynxml_local_mysql_cluster_optvar_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/command-optvars/mysqld.xml \
-	../dynamic-docs/metadata-titles.en.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	mysql-cluster-optvar-core.xml \
-	versions.ent
-dynxml_local_mysql_cluster_optvar_IMAGES =
-dynxml_local_mysql_cluster_optvar_SOURCES = dynxml-local-mysql-cluster-optvar.xml $(dynxml_local_mysql_cluster_optvar_INCLUDES)
-dynxml_local_mysql_cluster_optvar_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap
-dynxml-local-mysql-cluster-optvar.validpure: $(dynxml_local_mysql_cluster_optvar_SOURCES)
-dynxml-local-mysql-cluster-optvar.titles: $(dynxml_local_mysql_cluster_optvar_SOURCES)
-dynxml-local-mysql-cluster-optvar.useless: $(dynxml_local_mysql_cluster_optvar_SOURCES)
-dynxml-local-mysql-cluster-optvar.valid: $(dynxml_local_mysql_cluster_optvar_SOURCES) $(dynxml_local_mysql_cluster_optvar_IDMAPS)
-dynxml-local-mysql-cluster-optvar.validwarn: $(dynxml_local_mysql_cluster_optvar_SOURCES) $(dynxml_local_mysql_cluster_optvar_IDMAPS)
-dynxml-local-mysql-cluster-optvar-prepped.xml: $(dynxml_local_mysql_cluster_optvar_SOURCES) $(dynxml_local_mysql_cluster_optvar_IDMAPS)
-dynxml-local-mysql-cluster-optvar-manprepped.xml: $(dynxml_local_mysql_cluster_optvar_SOURCES) $(dynxml_local_mysql_cluster_optvar_IDMAPS)
-dynxml-local-mysql-cluster-optvar-remprepped.xml: $(dynxml_local_mysql_cluster_optvar_SOURCES) $(dynxml_local_mysql_cluster_optvar_IDMAPS)
-dynxml-local-mysql-cluster-optvar.xml: $(dynxml_local_mysql_cluster_optvar_INCLUDES)
-dynxml_local_news_4_1_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/mysqld-1.xml \
-	../dynamic-docs/changelog/mysqld-versions.xml \
-	../dynamic-docs/changelog/mysqld.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	news-4.1-core.xml \
-	versions.ent
-dynxml_local_news_4_1_IMAGES =
-dynxml_local_news_4_1_SOURCES = dynxml-local-news-4.1.xml $(dynxml_local_news_4_1_INCLUDES)
-dynxml_local_news_4_1_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-miscellaneous.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-prepared-statements.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap
-dynxml-local-news-4.1.validpure: $(dynxml_local_news_4_1_SOURCES)
-dynxml-local-news-4.1.titles: $(dynxml_local_news_4_1_SOURCES)
-dynxml-local-news-4.1.useless: $(dynxml_local_news_4_1_SOURCES)
-dynxml-local-news-4.1.valid: $(dynxml_local_news_4_1_SOURCES) $(dynxml_local_news_4_1_IDMAPS)
-dynxml-local-news-4.1.validwarn: $(dynxml_local_news_4_1_SOURCES) $(dynxml_local_news_4_1_IDMAPS)
-dynxml-local-news-4.1-prepped.xml: $(dynxml_local_news_4_1_SOURCES) $(dynxml_local_news_4_1_IDMAPS)
-dynxml-local-news-4.1-manprepped.xml: $(dynxml_local_news_4_1_SOURCES) $(dynxml_local_news_4_1_IDMAPS)
-dynxml-local-news-4.1-remprepped.xml: $(dynxml_local_news_4_1_SOURCES) $(dynxml_local_news_4_1_IDMAPS)
-dynxml-local-news-4.1.xml: $(dynxml_local_news_4_1_INCLUDES)
-errmsgs_client_INCLUDES =
-errmsgs_client_IMAGES =
-errmsgs_client_SOURCES = errmsgs-client.xml $(errmsgs_client_INCLUDES)
-errmsgs_client_IDMAPS =
-errmsgs-client.validpure: $(errmsgs_client_SOURCES)
-errmsgs-client.titles: $(errmsgs_client_SOURCES)
-errmsgs-client.useless: $(errmsgs_client_SOURCES)
-errmsgs-client.valid: $(errmsgs_client_SOURCES) $(errmsgs_client_IDMAPS)
-errmsgs-client.validwarn: $(errmsgs_client_SOURCES) $(errmsgs_client_IDMAPS)
-errmsgs-client-prepped.xml: $(errmsgs_client_SOURCES) $(errmsgs_client_IDMAPS)
-errmsgs-client-manprepped.xml: $(errmsgs_client_SOURCES) $(errmsgs_client_IDMAPS)
-errmsgs-client-remprepped.xml: $(errmsgs_client_SOURCES) $(errmsgs_client_IDMAPS)
-
-errmsgs_server_INCLUDES =
-errmsgs_server_IMAGES =
-errmsgs_server_SOURCES = errmsgs-server.xml $(errmsgs_server_INCLUDES)
-errmsgs_server_IDMAPS =
-errmsgs-server.validpure: $(errmsgs_server_SOURCES)
-errmsgs-server.titles: $(errmsgs_server_SOURCES)
-errmsgs-server.useless: $(errmsgs_server_SOURCES)
-errmsgs-server.valid: $(errmsgs_server_SOURCES) $(errmsgs_server_IDMAPS)
-errmsgs-server.validwarn: $(errmsgs_server_SOURCES) $(errmsgs_server_IDMAPS)
-errmsgs-server-prepped.xml: $(errmsgs_server_SOURCES) $(errmsgs_server_IDMAPS)
-errmsgs-server-manprepped.xml: $(errmsgs_server_SOURCES) $(errmsgs_server_IDMAPS)
-errmsgs-server-remprepped.xml: $(errmsgs_server_SOURCES) $(errmsgs_server_IDMAPS)
-
-errors_problems_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	errmsgs-client.xml \
-	errmsgs-server.xml \
-	versions.ent
-errors_problems_IMAGES =
-errors_problems_SOURCES = errors-problems.xml $(errors_problems_INCLUDES)
-errors_problems_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-4.1/metadata/tutorial.idmap \
-	../refman-common/metadata/bug-reports.idmap
-errors-problems.validpure: $(errors_problems_SOURCES)
-errors-problems.titles: $(errors_problems_SOURCES)
-errors-problems.useless: $(errors_problems_SOURCES)
-errors-problems.valid: $(errors_problems_SOURCES) $(errors_problems_IDMAPS)
-errors-problems.validwarn: $(errors_problems_SOURCES) $(errors_problems_IDMAPS)
-errors-problems-prepped.xml: $(errors_problems_SOURCES) $(errors_problems_IDMAPS)
-errors-problems-manprepped.xml: $(errors_problems_SOURCES) $(errors_problems_IDMAPS)
-errors-problems-remprepped.xml: $(errors_problems_SOURCES) $(errors_problems_IDMAPS)
-
-extending_mysql_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-extending_mysql_IMAGES =
-extending_mysql_SOURCES = extending-mysql.xml $(extending_mysql_INCLUDES)
-extending_mysql_IDMAPS = \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-common/metadata/bug-reports.idmap \
-	../refman-common/metadata/information-sources.idmap
-extending-mysql.validpure: $(extending_mysql_SOURCES)
-extending-mysql.titles: $(extending_mysql_SOURCES)
-extending-mysql.useless: $(extending_mysql_SOURCES)
-extending-mysql.valid: $(extending_mysql_SOURCES) $(extending_mysql_IDMAPS)
-extending-mysql.validwarn: $(extending_mysql_SOURCES) $(extending_mysql_IDMAPS)
-extending-mysql-prepped.xml: $(extending_mysql_SOURCES) $(extending_mysql_IDMAPS)
-extending-mysql-manprepped.xml: $(extending_mysql_SOURCES) $(extending_mysql_IDMAPS)
-extending-mysql-remprepped.xml: $(extending_mysql_SOURCES) $(extending_mysql_IDMAPS)
-
-functions_core_INCLUDES =
-functions_core_IMAGES =
-functions_core_SOURCES = functions-core.xml $(functions_core_INCLUDES)
-functions_core_IDMAPS =
-functions-core.validpure: $(functions_core_SOURCES)
-functions-core.titles: $(functions_core_SOURCES)
-functions-core.useless: $(functions_core_SOURCES)
-functions-core.valid: $(functions_core_SOURCES) $(functions_core_IDMAPS)
-functions-core.validwarn: $(functions_core_SOURCES) $(functions_core_IDMAPS)
-functions-core-prepped.xml: $(functions_core_SOURCES) $(functions_core_IDMAPS)
-functions-core-manprepped.xml: $(functions_core_SOURCES) $(functions_core_IDMAPS)
-functions-core-remprepped.xml: $(functions_core_SOURCES) $(functions_core_IDMAPS)
-
-installing_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-installing_IMAGES =
-installing_SOURCES = installing.xml $(installing_INCLUDES)
-installing_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap \
-	../refman-4.1/metadata/news-4.0.idmap \
-	../refman-4.1/metadata/news-4.1-core.idmap \
-	../refman-4.1/metadata/news.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/restrictions.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-common/metadata/bug-reports.idmap \
-	../refman-common/metadata/information-sources.idmap
-installing.validpure: $(installing_SOURCES)
-installing.titles: $(installing_SOURCES)
-installing.useless: $(installing_SOURCES)
-installing.valid: $(installing_SOURCES) $(installing_IDMAPS)
-installing.validwarn: $(installing_SOURCES) $(installing_IDMAPS)
-installing-prepped.xml: $(installing_SOURCES) $(installing_IDMAPS)
-installing-manprepped.xml: $(installing_SOURCES) $(installing_IDMAPS)
-installing-remprepped.xml: $(installing_SOURCES) $(installing_IDMAPS)
-
-internationalization_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-internationalization_IMAGES =
-internationalization_SOURCES = internationalization.xml $(internationalization_INCLUDES)
-internationalization_IDMAPS = \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap
-internationalization.validpure: $(internationalization_SOURCES)
-internationalization.titles: $(internationalization_SOURCES)
-internationalization.useless: $(internationalization_SOURCES)
-internationalization.valid: $(internationalization_SOURCES) $(internationalization_IDMAPS)
-internationalization.validwarn: $(internationalization_SOURCES) $(internationalization_IDMAPS)
-internationalization-prepped.xml: $(internationalization_SOURCES) $(internationalization_IDMAPS)
-internationalization-manprepped.xml: $(internationalization_SOURCES) $(internationalization_IDMAPS)
-internationalization-remprepped.xml: $(internationalization_SOURCES) $(internationalization_IDMAPS)
-
-introduction_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/../common/fixedchars.ent \
-	../refman-common/all-entities.ent \
-	../refman-common/bug-reports.xml \
-	../refman-common/information-sources.xml \
-	../refman-common/manual-conventions.en.xml \
-	../refman-common/urls.ent \
-	../refman-common/what-is-mysql-ab.en.xml \
-	../refman-common/what-is.en.xml \
-	all-entities.ent \
-	versions.ent
-introduction_IMAGES =
-introduction_SOURCES = introduction.xml $(introduction_INCLUDES)
-introduction_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/news-4.0.idmap \
-	../refman-4.1/metadata/news-4.1-core.idmap \
-	../refman-4.1/metadata/news.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-miscellaneous.idmap \
-	../refman-4.1/metadata/programs.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-4.1/metadata/tutorial.idmap \
-	../refman-common/metadata/credits.idmap
-introduction.validpure: $(introduction_SOURCES)
-introduction.titles: $(introduction_SOURCES)
-introduction.useless: $(introduction_SOURCES)
-introduction.valid: $(introduction_SOURCES) $(introduction_IDMAPS)
-introduction.validwarn: $(introduction_SOURCES) $(introduction_IDMAPS)
-introduction-prepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
-introduction-manprepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
-introduction-remprepped.xml: $(introduction_SOURCES) $(introduction_IDMAPS)
-
-language_structure_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	reserved-new-4.0.xml \
-	reserved-new-4.1.xml \
-	reservedwords.xml \
-	versions.ent
-language_structure_IMAGES =
-language_structure_SOURCES = language-structure.xml $(language_structure_INCLUDES)
-language_structure_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-common/metadata/apis-perl.idmap
-language-structure.validpure: $(language_structure_SOURCES)
-language-structure.titles: $(language_structure_SOURCES)
-language-structure.useless: $(language_structure_SOURCES)
-language-structure.valid: $(language_structure_SOURCES) $(language_structure_IDMAPS)
-language-structure.validwarn: $(language_structure_SOURCES) $(language_structure_IDMAPS)
-language-structure-prepped.xml: $(language_structure_SOURCES) $(language_structure_IDMAPS)
-language-structure-manprepped.xml: $(language_structure_SOURCES) $(language_structure_IDMAPS)
-language-structure-remprepped.xml: $(language_structure_SOURCES) $(language_structure_IDMAPS)
-
-legalnotice_en_INCLUDES =
-legalnotice_en_IMAGES =
-legalnotice_en_SOURCES = legalnotice.en.xml $(legalnotice_en_INCLUDES)
-legalnotice_en_IDMAPS =
-legalnotice.en.validpure: $(legalnotice_en_SOURCES)
-legalnotice.en.titles: $(legalnotice_en_SOURCES)
-legalnotice.en.useless: $(legalnotice_en_SOURCES)
-legalnotice.en.valid: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
-legalnotice.en.validwarn: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
-legalnotice.en-prepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
-legalnotice.en-manprepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
-legalnotice.en-remprepped.xml: $(legalnotice_en_SOURCES) $(legalnotice_en_IDMAPS)
-
-manual_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/connector-j-versions.xml \
-	../dynamic-docs/changelog/connector-j.xml \
-	../dynamic-docs/changelog/connector-mxj-versions.xml \
-	../dynamic-docs/changelog/connector-mxj.xml \
-	../dynamic-docs/changelog/connector-net-versions.xml \
-	../dynamic-docs/changelog/connector-net.xml \
-	../dynamic-docs/changelog/connector-odbc-versions.xml \
-	../dynamic-docs/changelog/connector-odbc.xml \
-	../dynamic-docs/changelog/mysql-proxy-versions.xml \
-	../dynamic-docs/changelog/mysql-proxy.xml \
-	../dynamic-docs/changelog/mysqld-1.xml \
-	../dynamic-docs/changelog/mysqld-versions.xml \
-	../dynamic-docs/changelog/mysqld.xml \
-	../dynamic-docs/command-optvars/mysqld.xml \
-	../dynamic-docs/metadata-titles.en.xml \
-	../dynamic-docs/opsfunctions/opfunctions.xml \
-	../refman-common/../common/fixedchars.ent \
-	../refman-common/../refman-common/connector-j-connprops.xml \
-	../refman-common/../refman-common/connector-j-errormap.xml \
-	../refman-common/all-entities.ent \
-	../refman-common/apis-cplusplus.xml \
-	../refman-common/apis-eiffel.xml \
-	../refman-common/apis-perl.xml \
-	../refman-common/apis-php.xml \
-	../refman-common/apis-python.xml \
-	../refman-common/apis-tcl.xml \
-	../refman-common/bug-reports.xml \
-	../refman-common/connector-j.xml \
-	../refman-common/connector-mxj.xml \
-	../refman-common/connector-net.xml \
-	../refman-common/connector-odbc.xml \
-	../refman-common/connector-php.xml \
-	../refman-common/connector-vstudioplugin.xml \
-	../refman-common/credits.xml \
-	../refman-common/images/published/blackhole-1.png \
-	../refman-common/images/published/cluster-components-1.png \
-	../refman-common/images/published/cluster-security-network-1.png \
-	../refman-common/images/published/cluster-security-network-2.png \
-	../refman-common/images/published/cluster-security-network-3.png \
-	../refman-common/images/published/cmxj-overview.png \
-	../refman-common/images/published/cnet-win-install-step1.png \
-	../refman-common/images/published/cnet-win-install-step2.png \
-	../refman-common/images/published/cnet-win-install-step3.png \
-	../refman-common/images/published/cnet-win-install-step4.png \
-	../refman-common/images/published/multi-comp-1.png \
-	../refman-common/images/published/myaccess-odbc.png \
-	../refman-common/images/published/myaccess.png \
-	../refman-common/images/published/myarchitecture.png \
-	../refman-common/images/published/myflowchart.png \
-	../refman-common/images/published/myodbc-crystal-1.png \
-	../refman-common/images/published/myodbc-crystal-2.png \
-	../refman-common/images/published/myodbc-crystal-3.png \
-	../refman-common/images/published/myodbc-crystal-4.png \
-	../refman-common/images/published/myodbc-crystal-5.png \
-	../refman-common/images/published/myodbc-crystal-6.png \
-	../refman-common/images/published/myodbc-excel-step1.png \
-	../refman-common/images/published/myodbc-excel-step2.png \
-	../refman-common/images/published/myodbc-excel-step3.png \
-	../refman-common/images/published/myodbc-excel-step4.png \
-	../refman-common/images/published/myodbc-excel-step5.png \
-	../refman-common/images/published/myodbc-link-step1.png \
-	../refman-common/images/published/myodbc-link-step3.png \
-	../refman-common/images/published/myodbc-link-step4.png \
-	../refman-common/images/published/myodbc-link-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step1.png \
-	../refman-common/images/published/myodbc-macosx-install-step2.png \
-	../refman-common/images/published/myodbc-macosx-install-step3.png \
-	../refman-common/images/published/myodbc-macosx-install-step4.png \
-	../refman-common/images/published/myodbc-macosx-install-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step6.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-tracing.png \
-	../refman-common/images/published/myodbc-win-install-step1.png \
-	../refman-common/images/published/myodbc-win-install-step2.png \
-	../refman-common/images/published/myodbc-win-install-step3.png \
-	../refman-common/images/published/myodbc-win-install-step4.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-advanced.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-driverselect.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-ssl-5-1.png \
-	../refman-common/images/published/myodbc-win-tracing.png \
-	../refman-common/images/published/mysql-cluster-upgrade-downgrade-4-1.png \
-	../refman-common/images/published/mysql-vstudioplugin-1.png \
-	../refman-common/images/published/mysql-vstudioplugin-3.png \
-	../refman-common/images/published/mysql-vstudioplugin-4.png \
-	../refman-common/images/published/ndb-size-pl-1.png \
-	../refman-common/images/published/replicas-groups-1-1.png \
-	../refman-common/images/published/replicas-groups-1-2.png \
-	../refman-common/images/published/rolling-restarts.png \
-	../refman-common/information-sources.xml \
-	../refman-common/manual-conventions.en.xml \
-	../refman-common/news-cj-core.xml \
-	../refman-common/news-cluster.xml \
-	../refman-common/news-cmxj-core.xml \
-	../refman-common/news-cnet-core.xml \
-	../refman-common/news-codbc-core.xml \
-	../refman-common/news-innodb.xml \
-	../refman-common/news-mysql-proxy-core.xml \
-	../refman-common/urls.ent \
-	../refman-common/what-is-mysql-ab.en.xml \
-	../refman-common/what-is.en.xml \
-	all-entities.ent \
-	apis-c.xml \
-	apis.xml \
-	backup.xml \
-	connectors.xml \
-	data-types.xml \
-	dba-core.xml \
-	dynxml-common-news-cj.xml \
-	dynxml-common-news-cmxj.xml \
-	dynxml-common-news-cnet.xml \
-	dynxml-common-news-codbc.xml \
-	dynxml-common-news-mysql-proxy.xml \
-	dynxml-local-dba.xml \
-	dynxml-local-functions.xml \
-	dynxml-local-mysql-cluster-optvar.xml \
-	dynxml-local-news-4.1.xml \
-	errmsgs-client.xml \
-	errmsgs-server.xml \
-	errors-problems.xml \
-	extending-mysql.xml \
-	functions-core.xml \
-	installing.xml \
-	internationalization.xml \
-	introduction.xml \
-	language-structure.xml \
-	legalnotice.en.xml \
-	mysql-cluster-backup.xml \
-	mysql-cluster-configuration.xml \
-	mysql-cluster-faq.xml \
-	mysql-cluster-glossary.xml \
-	mysql-cluster-interconnects.xml \
-	mysql-cluster-limitations.xml \
-	mysql-cluster-management.xml \
-	mysql-cluster-multi-computer.xml \
-	mysql-cluster-optvar-core.xml \
-	mysql-cluster-overview.xml \
-	mysql-cluster-process-management.xml \
-	mysql-cluster-security.xml \
-	mysql-cluster-upgrade-downgrade.xml \
-	mysql-cluster-utilities.xml \
-	mysql-cluster.xml \
-	news-3.23.xml \
-	news-4.0.xml \
-	news-4.1-core.xml \
-	news.xml \
-	optimization.xml \
-	preface.xml \
-	programs-admin-util.xml \
-	programs-client.xml \
-	programs-development.xml \
-	programs-installation.xml \
-	programs-miscellaneous.xml \
-	programs-server.xml \
-	programs-using.xml \
-	programs.xml \
-	replication.xml \
-	reserved-new-4.0.xml \
-	reserved-new-4.1.xml \
-	reservedwords.xml \
-	restrictions.xml \
-	se-innodb-core.xml \
-	spatial-extensions.xml \
-	sql-syntax-data-definition.xml \
-	sql-syntax-data-manipulation.xml \
-	sql-syntax-prepared-statements.xml \
-	sql-syntax-replication.xml \
-	sql-syntax-server-administration.xml \
-	sql-syntax-transactions.xml \
-	sql-syntax-utility.xml \
-	sql-syntax.xml \
-	storage-engines.xml \
-	tutorial.xml \
-	versions.ent
-manual_IMAGES = \
-	../refman-common/images/published/blackhole-1.png \
-	../refman-common/images/published/cluster-components-1.png \
-	../refman-common/images/published/cluster-security-network-1.png \
-	../refman-common/images/published/cluster-security-network-2.png \
-	../refman-common/images/published/cluster-security-network-3.png \
-	../refman-common/images/published/cmxj-overview.png \
-	../refman-common/images/published/cnet-win-install-step1.png \
-	../refman-common/images/published/cnet-win-install-step2.png \
-	../refman-common/images/published/cnet-win-install-step3.png \
-	../refman-common/images/published/cnet-win-install-step4.png \
-	../refman-common/images/published/multi-comp-1.png \
-	../refman-common/images/published/myaccess-odbc.png \
-	../refman-common/images/published/myaccess.png \
-	../refman-common/images/published/myarchitecture.png \
-	../refman-common/images/published/myflowchart.png \
-	../refman-common/images/published/myodbc-crystal-1.png \
-	../refman-common/images/published/myodbc-crystal-2.png \
-	../refman-common/images/published/myodbc-crystal-3.png \
-	../refman-common/images/published/myodbc-crystal-4.png \
-	../refman-common/images/published/myodbc-crystal-5.png \
-	../refman-common/images/published/myodbc-crystal-6.png \
-	../refman-common/images/published/myodbc-excel-step1.png \
-	../refman-common/images/published/myodbc-excel-step2.png \
-	../refman-common/images/published/myodbc-excel-step3.png \
-	../refman-common/images/published/myodbc-excel-step4.png \
-	../refman-common/images/published/myodbc-excel-step5.png \
-	../refman-common/images/published/myodbc-link-step1.png \
-	../refman-common/images/published/myodbc-link-step3.png \
-	../refman-common/images/published/myodbc-link-step4.png \
-	../refman-common/images/published/myodbc-link-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step1.png \
-	../refman-common/images/published/myodbc-macosx-install-step2.png \
-	../refman-common/images/published/myodbc-macosx-install-step3.png \
-	../refman-common/images/published/myodbc-macosx-install-step4.png \
-	../refman-common/images/published/myodbc-macosx-install-step5.png \
-	../refman-common/images/published/myodbc-macosx-install-step6.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-macosx-odbcadmin-tracing.png \
-	../refman-common/images/published/myodbc-win-install-step1.png \
-	../refman-common/images/published/myodbc-win-install-step2.png \
-	../refman-common/images/published/myodbc-win-install-step3.png \
-	../refman-common/images/published/myodbc-win-install-step4.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-adddsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-advanced.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-driverselect.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-main.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options-5-1.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-options.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-sampledsn.png \
-	../refman-common/images/published/myodbc-win-odbcadmin-ssl-5-1.png \
-	../refman-common/images/published/myodbc-win-tracing.png \
-	../refman-common/images/published/mysql-cluster-upgrade-downgrade-4-1.png \
-	../refman-common/images/published/mysql-vstudioplugin-1.png \
-	../refman-common/images/published/mysql-vstudioplugin-3.png \
-	../refman-common/images/published/mysql-vstudioplugin-4.png \
-	../refman-common/images/published/ndb-size-pl-1.png \
-	../refman-common/images/published/replicas-groups-1-1.png \
-	../refman-common/images/published/replicas-groups-1-2.png \
-	../refman-common/images/published/rolling-restarts.png
-manual_SOURCES = manual.xml $(manual_INCLUDES)
-manual_IDMAPS = \
-	../ndbapi/metadata/ndb-errors.idmap \
-	../ndbapi/metadata/ndb-internals.idmap \
-	../ndbapi/metadata/ndbapi.idmap \
-	../ndbapi/metadata/overview.idmap \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-faq.idmap \
-	../refman-4.1/metadata/mysql-cluster-glossary.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-multi-computer.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-overview.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-security.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/news-3.23.idmap \
-	../refman-4.1/metadata/news-4.0.idmap \
-	../refman-4.1/metadata/news-4.1-core.idmap \
-	../refman-4.1/metadata/news.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-development.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/programs-miscellaneous.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/programs.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/restrictions.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-prepared-statements.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/sql-syntax.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-4.1/metadata/tutorial.idmap
-manual.validpure: $(manual_SOURCES)
-manual.titles: $(manual_SOURCES)
-manual.useless: $(manual_SOURCES)
-manual.valid: $(manual_SOURCES) $(manual_IDMAPS)
-manual.validwarn: $(manual_SOURCES) $(manual_IDMAPS)
-manual-prepped.xml: $(manual_SOURCES) $(manual_IDMAPS)
-manual-manprepped.xml: $(manual_SOURCES) $(manual_IDMAPS)
-manual-remprepped.xml: $(manual_SOURCES) $(manual_IDMAPS)
-
-mysql_cluster_backup_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_backup_IMAGES =
-mysql_cluster_backup_SOURCES = mysql-cluster-backup.xml $(mysql_cluster_backup_INCLUDES)
-mysql_cluster_backup_IDMAPS = \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap
-mysql-cluster-backup.validpure: $(mysql_cluster_backup_SOURCES)
-mysql-cluster-backup.titles: $(mysql_cluster_backup_SOURCES)
-mysql-cluster-backup.useless: $(mysql_cluster_backup_SOURCES)
-mysql-cluster-backup.valid: $(mysql_cluster_backup_SOURCES) $(mysql_cluster_backup_IDMAPS)
-mysql-cluster-backup.validwarn: $(mysql_cluster_backup_SOURCES) $(mysql_cluster_backup_IDMAPS)
-mysql-cluster-backup-prepped.xml: $(mysql_cluster_backup_SOURCES) $(mysql_cluster_backup_IDMAPS)
-mysql-cluster-backup-manprepped.xml: $(mysql_cluster_backup_SOURCES) $(mysql_cluster_backup_IDMAPS)
-mysql-cluster-backup-remprepped.xml: $(mysql_cluster_backup_SOURCES) $(mysql_cluster_backup_IDMAPS)
-
-mysql_cluster_configuration_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_configuration_IMAGES =
-mysql_cluster_configuration_SOURCES = mysql-cluster-configuration.xml $(mysql_cluster_configuration_INCLUDES)
-mysql_cluster_configuration_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-common/metadata/bug-reports.idmap
-mysql-cluster-configuration.validpure: $(mysql_cluster_configuration_SOURCES)
-mysql-cluster-configuration.titles: $(mysql_cluster_configuration_SOURCES)
-mysql-cluster-configuration.useless: $(mysql_cluster_configuration_SOURCES)
-mysql-cluster-configuration.valid: $(mysql_cluster_configuration_SOURCES) $(mysql_cluster_configuration_IDMAPS)
-mysql-cluster-configuration.validwarn: $(mysql_cluster_configuration_SOURCES) $(mysql_cluster_configuration_IDMAPS)
-mysql-cluster-configuration-prepped.xml: $(mysql_cluster_configuration_SOURCES) $(mysql_cluster_configuration_IDMAPS)
-mysql-cluster-configuration-manprepped.xml: $(mysql_cluster_configuration_SOURCES) $(mysql_cluster_configuration_IDMAPS)
-mysql-cluster-configuration-remprepped.xml: $(mysql_cluster_configuration_SOURCES) $(mysql_cluster_configuration_IDMAPS)
-
-mysql_cluster_faq_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_faq_IMAGES =
-mysql_cluster_faq_SOURCES = mysql-cluster-faq.xml $(mysql_cluster_faq_INCLUDES)
-mysql_cluster_faq_IDMAPS = \
-	../ndbapi/metadata/overview.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-multi-computer.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-security.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap
-mysql-cluster-faq.validpure: $(mysql_cluster_faq_SOURCES)
-mysql-cluster-faq.titles: $(mysql_cluster_faq_SOURCES)
-mysql-cluster-faq.useless: $(mysql_cluster_faq_SOURCES)
-mysql-cluster-faq.valid: $(mysql_cluster_faq_SOURCES) $(mysql_cluster_faq_IDMAPS)
-mysql-cluster-faq.validwarn: $(mysql_cluster_faq_SOURCES) $(mysql_cluster_faq_IDMAPS)
-mysql-cluster-faq-prepped.xml: $(mysql_cluster_faq_SOURCES) $(mysql_cluster_faq_IDMAPS)
-mysql-cluster-faq-manprepped.xml: $(mysql_cluster_faq_SOURCES) $(mysql_cluster_faq_IDMAPS)
-mysql-cluster-faq-remprepped.xml: $(mysql_cluster_faq_SOURCES) $(mysql_cluster_faq_IDMAPS)
-
-mysql_cluster_glossary_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_glossary_IMAGES =
-mysql_cluster_glossary_SOURCES = mysql-cluster-glossary.xml $(mysql_cluster_glossary_INCLUDES)
-mysql_cluster_glossary_IDMAPS = \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-overview.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap
-mysql-cluster-glossary.validpure: $(mysql_cluster_glossary_SOURCES)
-mysql-cluster-glossary.titles: $(mysql_cluster_glossary_SOURCES)
-mysql-cluster-glossary.useless: $(mysql_cluster_glossary_SOURCES)
-mysql-cluster-glossary.valid: $(mysql_cluster_glossary_SOURCES) $(mysql_cluster_glossary_IDMAPS)
-mysql-cluster-glossary.validwarn: $(mysql_cluster_glossary_SOURCES) $(mysql_cluster_glossary_IDMAPS)
-mysql-cluster-glossary-prepped.xml: $(mysql_cluster_glossary_SOURCES) $(mysql_cluster_glossary_IDMAPS)
-mysql-cluster-glossary-manprepped.xml: $(mysql_cluster_glossary_SOURCES) $(mysql_cluster_glossary_IDMAPS)
-mysql-cluster-glossary-remprepped.xml: $(mysql_cluster_glossary_SOURCES) $(mysql_cluster_glossary_IDMAPS)
-
-mysql_cluster_interconnects_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_interconnects_IMAGES =
-mysql_cluster_interconnects_SOURCES = mysql-cluster-interconnects.xml $(mysql_cluster_interconnects_INCLUDES)
-mysql_cluster_interconnects_IDMAPS = \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap
-mysql-cluster-interconnects.validpure: $(mysql_cluster_interconnects_SOURCES)
-mysql-cluster-interconnects.titles: $(mysql_cluster_interconnects_SOURCES)
-mysql-cluster-interconnects.useless: $(mysql_cluster_interconnects_SOURCES)
-mysql-cluster-interconnects.valid: $(mysql_cluster_interconnects_SOURCES) $(mysql_cluster_interconnects_IDMAPS)
-mysql-cluster-interconnects.validwarn: $(mysql_cluster_interconnects_SOURCES) $(mysql_cluster_interconnects_IDMAPS)
-mysql-cluster-interconnects-prepped.xml: $(mysql_cluster_interconnects_SOURCES) $(mysql_cluster_interconnects_IDMAPS)
-mysql-cluster-interconnects-manprepped.xml: $(mysql_cluster_interconnects_SOURCES) $(mysql_cluster_interconnects_IDMAPS)
-mysql-cluster-interconnects-remprepped.xml: $(mysql_cluster_interconnects_SOURCES) $(mysql_cluster_interconnects_IDMAPS)
-
-mysql_cluster_limitations_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_limitations_IMAGES =
-mysql_cluster_limitations_SOURCES = mysql-cluster-limitations.xml $(mysql_cluster_limitations_INCLUDES)
-mysql_cluster_limitations_IDMAPS = \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-common/metadata/bug-reports.idmap \
-	../refman-common/metadata/news-cluster.idmap
-mysql-cluster-limitations.validpure: $(mysql_cluster_limitations_SOURCES)
-mysql-cluster-limitations.titles: $(mysql_cluster_limitations_SOURCES)
-mysql-cluster-limitations.useless: $(mysql_cluster_limitations_SOURCES)
-mysql-cluster-limitations.valid: $(mysql_cluster_limitations_SOURCES) $(mysql_cluster_limitations_IDMAPS)
-mysql-cluster-limitations.validwarn: $(mysql_cluster_limitations_SOURCES) $(mysql_cluster_limitations_IDMAPS)
-mysql-cluster-limitations-prepped.xml: $(mysql_cluster_limitations_SOURCES) $(mysql_cluster_limitations_IDMAPS)
-mysql-cluster-limitations-manprepped.xml: $(mysql_cluster_limitations_SOURCES) $(mysql_cluster_limitations_IDMAPS)
-mysql-cluster-limitations-remprepped.xml: $(mysql_cluster_limitations_SOURCES) $(mysql_cluster_limitations_IDMAPS)
-
-mysql_cluster_management_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_management_IMAGES =
-mysql_cluster_management_SOURCES = mysql-cluster-management.xml $(mysql_cluster_management_INCLUDES)
-mysql_cluster_management_IDMAPS = \
-	../ndbapi/metadata/ndb-internals.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-security.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap
-mysql-cluster-management.validpure: $(mysql_cluster_management_SOURCES)
-mysql-cluster-management.titles: $(mysql_cluster_management_SOURCES)
-mysql-cluster-management.useless: $(mysql_cluster_management_SOURCES)
-mysql-cluster-management.valid: $(mysql_cluster_management_SOURCES) $(mysql_cluster_management_IDMAPS)
-mysql-cluster-management.validwarn: $(mysql_cluster_management_SOURCES) $(mysql_cluster_management_IDMAPS)
-mysql-cluster-management-prepped.xml: $(mysql_cluster_management_SOURCES) $(mysql_cluster_management_IDMAPS)
-mysql-cluster-management-manprepped.xml: $(mysql_cluster_management_SOURCES) $(mysql_cluster_management_IDMAPS)
-mysql-cluster-management-remprepped.xml: $(mysql_cluster_management_SOURCES) $(mysql_cluster_management_IDMAPS)
-
-mysql_cluster_multi_computer_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/images/published/multi-comp-1.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_multi_computer_IMAGES = \
-	../refman-common/images/published/multi-comp-1.png
-mysql_cluster_multi_computer_SOURCES = mysql-cluster-multi-computer.xml $(mysql_cluster_multi_computer_INCLUDES)
-mysql_cluster_multi_computer_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-multi-computer.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-security.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap
-mysql-cluster-multi-computer.validpure: $(mysql_cluster_multi_computer_SOURCES)
-mysql-cluster-multi-computer.titles: $(mysql_cluster_multi_computer_SOURCES)
-mysql-cluster-multi-computer.useless: $(mysql_cluster_multi_computer_SOURCES)
-mysql-cluster-multi-computer.valid: $(mysql_cluster_multi_computer_SOURCES) $(mysql_cluster_multi_computer_IDMAPS)
-mysql-cluster-multi-computer.validwarn: $(mysql_cluster_multi_computer_SOURCES) $(mysql_cluster_multi_computer_IDMAPS)
-mysql-cluster-multi-computer-prepped.xml: $(mysql_cluster_multi_computer_SOURCES) $(mysql_cluster_multi_computer_IDMAPS)
-mysql-cluster-multi-computer-manprepped.xml: $(mysql_cluster_multi_computer_SOURCES) $(mysql_cluster_multi_computer_IDMAPS)
-mysql-cluster-multi-computer-remprepped.xml: $(mysql_cluster_multi_computer_SOURCES) $(mysql_cluster_multi_computer_IDMAPS)
-
-mysql_cluster_optvar_core_INCLUDES =
-mysql_cluster_optvar_core_IMAGES =
-mysql_cluster_optvar_core_SOURCES = mysql-cluster-optvar-core.xml $(mysql_cluster_optvar_core_INCLUDES)
-mysql_cluster_optvar_core_IDMAPS =
-mysql-cluster-optvar-core.validpure: $(mysql_cluster_optvar_core_SOURCES)
-mysql-cluster-optvar-core.titles: $(mysql_cluster_optvar_core_SOURCES)
-mysql-cluster-optvar-core.useless: $(mysql_cluster_optvar_core_SOURCES)
-mysql-cluster-optvar-core.valid: $(mysql_cluster_optvar_core_SOURCES) $(mysql_cluster_optvar_core_IDMAPS)
-mysql-cluster-optvar-core.validwarn: $(mysql_cluster_optvar_core_SOURCES) $(mysql_cluster_optvar_core_IDMAPS)
-mysql-cluster-optvar-core-prepped.xml: $(mysql_cluster_optvar_core_SOURCES) $(mysql_cluster_optvar_core_IDMAPS)
-mysql-cluster-optvar-core-manprepped.xml: $(mysql_cluster_optvar_core_SOURCES) $(mysql_cluster_optvar_core_IDMAPS)
-mysql-cluster-optvar-core-remprepped.xml: $(mysql_cluster_optvar_core_SOURCES) $(mysql_cluster_optvar_core_IDMAPS)
-
-mysql_cluster_overview_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/images/published/cluster-components-1.png \
-	../refman-common/images/published/replicas-groups-1-1.png \
-	../refman-common/images/published/replicas-groups-1-2.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_overview_IMAGES = \
-	../refman-common/images/published/cluster-components-1.png \
-	../refman-common/images/published/replicas-groups-1-1.png \
-	../refman-common/images/published/replicas-groups-1-2.png
-mysql_cluster_overview_SOURCES = mysql-cluster-overview.xml $(mysql_cluster_overview_INCLUDES)
-mysql_cluster_overview_IDMAPS = \
-	../ndbapi/metadata/ndbapi.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-overview.idmap
-mysql-cluster-overview.validpure: $(mysql_cluster_overview_SOURCES)
-mysql-cluster-overview.titles: $(mysql_cluster_overview_SOURCES)
-mysql-cluster-overview.useless: $(mysql_cluster_overview_SOURCES)
-mysql-cluster-overview.valid: $(mysql_cluster_overview_SOURCES) $(mysql_cluster_overview_IDMAPS)
-mysql-cluster-overview.validwarn: $(mysql_cluster_overview_SOURCES) $(mysql_cluster_overview_IDMAPS)
-mysql-cluster-overview-prepped.xml: $(mysql_cluster_overview_SOURCES) $(mysql_cluster_overview_IDMAPS)
-mysql-cluster-overview-manprepped.xml: $(mysql_cluster_overview_SOURCES) $(mysql_cluster_overview_IDMAPS)
-mysql-cluster-overview-remprepped.xml: $(mysql_cluster_overview_SOURCES) $(mysql_cluster_overview_IDMAPS)
-
-mysql_cluster_process_management_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_process_management_IMAGES =
-mysql_cluster_process_management_SOURCES = mysql-cluster-process-management.xml $(mysql_cluster_process_management_INCLUDES)
-mysql_cluster_process_management_IDMAPS = \
-	../ndbapi/metadata/ndb-errors.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap \
-	../refman-4.1/metadata/programs-using.idmap
-mysql-cluster-process-management.validpure: $(mysql_cluster_process_management_SOURCES)
-mysql-cluster-process-management.titles: $(mysql_cluster_process_management_SOURCES)
-mysql-cluster-process-management.useless: $(mysql_cluster_process_management_SOURCES)
-mysql-cluster-process-management.valid: $(mysql_cluster_process_management_SOURCES) $(mysql_cluster_process_management_IDMAPS)
-mysql-cluster-process-management.validwarn: $(mysql_cluster_process_management_SOURCES) $(mysql_cluster_process_management_IDMAPS)
-mysql-cluster-process-management-prepped.xml: $(mysql_cluster_process_management_SOURCES) $(mysql_cluster_process_management_IDMAPS)
-mysql-cluster-process-management-manprepped.xml: $(mysql_cluster_process_management_SOURCES) $(mysql_cluster_process_management_IDMAPS)
-mysql-cluster-process-management-remprepped.xml: $(mysql_cluster_process_management_SOURCES) $(mysql_cluster_process_management_IDMAPS)
-
-mysql_cluster_security_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/images/published/cluster-security-network-1.png \
-	../refman-common/images/published/cluster-security-network-2.png \
-	../refman-common/images/published/cluster-security-network-3.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_security_IMAGES = \
-	../refman-common/images/published/cluster-security-network-1.png \
-	../refman-common/images/published/cluster-security-network-2.png \
-	../refman-common/images/published/cluster-security-network-3.png
-mysql_cluster_security_SOURCES = mysql-cluster-security.xml $(mysql_cluster_security_INCLUDES)
-mysql_cluster_security_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-security.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap
-mysql-cluster-security.validpure: $(mysql_cluster_security_SOURCES)
-mysql-cluster-security.titles: $(mysql_cluster_security_SOURCES)
-mysql-cluster-security.useless: $(mysql_cluster_security_SOURCES)
-mysql-cluster-security.valid: $(mysql_cluster_security_SOURCES) $(mysql_cluster_security_IDMAPS)
-mysql-cluster-security.validwarn: $(mysql_cluster_security_SOURCES) $(mysql_cluster_security_IDMAPS)
-mysql-cluster-security-prepped.xml: $(mysql_cluster_security_SOURCES) $(mysql_cluster_security_IDMAPS)
-mysql-cluster-security-manprepped.xml: $(mysql_cluster_security_SOURCES) $(mysql_cluster_security_IDMAPS)
-mysql-cluster-security-remprepped.xml: $(mysql_cluster_security_SOURCES) $(mysql_cluster_security_IDMAPS)
-
-mysql_cluster_upgrade_downgrade_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/images/published/mysql-cluster-upgrade-downgrade-4-1.png \
-	../refman-common/images/published/rolling-restarts.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_upgrade_downgrade_IMAGES = \
-	../refman-common/images/published/mysql-cluster-upgrade-downgrade-4-1.png \
-	../refman-common/images/published/rolling-restarts.png
-mysql_cluster_upgrade_downgrade_SOURCES = mysql-cluster-upgrade-downgrade.xml $(mysql_cluster_upgrade_downgrade_INCLUDES)
-mysql_cluster_upgrade_downgrade_IDMAPS = \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap
-mysql-cluster-upgrade-downgrade.validpure: $(mysql_cluster_upgrade_downgrade_SOURCES)
-mysql-cluster-upgrade-downgrade.titles: $(mysql_cluster_upgrade_downgrade_SOURCES)
-mysql-cluster-upgrade-downgrade.useless: $(mysql_cluster_upgrade_downgrade_SOURCES)
-mysql-cluster-upgrade-downgrade.valid: $(mysql_cluster_upgrade_downgrade_SOURCES) $(mysql_cluster_upgrade_downgrade_IDMAPS)
-mysql-cluster-upgrade-downgrade.validwarn: $(mysql_cluster_upgrade_downgrade_SOURCES) $(mysql_cluster_upgrade_downgrade_IDMAPS)
-mysql-cluster-upgrade-downgrade-prepped.xml: $(mysql_cluster_upgrade_downgrade_SOURCES) $(mysql_cluster_upgrade_downgrade_IDMAPS)
-mysql-cluster-upgrade-downgrade-manprepped.xml: $(mysql_cluster_upgrade_downgrade_SOURCES) $(mysql_cluster_upgrade_downgrade_IDMAPS)
-mysql-cluster-upgrade-downgrade-remprepped.xml: $(mysql_cluster_upgrade_downgrade_SOURCES) $(mysql_cluster_upgrade_downgrade_IDMAPS)
-
-mysql_cluster_utilities_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/images/published/ndb-size-pl-1.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-mysql_cluster_utilities_IMAGES = \
-	../refman-common/images/published/ndb-size-pl-1.png
-mysql_cluster_utilities_SOURCES = mysql-cluster-utilities.xml $(mysql_cluster_utilities_INCLUDES)
-mysql_cluster_utilities_IDMAPS = \
-	../ndbapi/metadata/ndb-internals.idmap \
-	../ndbapi/metadata/ndbapi.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-glossary.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap
-mysql-cluster-utilities.validpure: $(mysql_cluster_utilities_SOURCES)
-mysql-cluster-utilities.titles: $(mysql_cluster_utilities_SOURCES)
-mysql-cluster-utilities.useless: $(mysql_cluster_utilities_SOURCES)
-mysql-cluster-utilities.valid: $(mysql_cluster_utilities_SOURCES) $(mysql_cluster_utilities_IDMAPS)
-mysql-cluster-utilities.validwarn: $(mysql_cluster_utilities_SOURCES) $(mysql_cluster_utilities_IDMAPS)
-mysql-cluster-utilities-prepped.xml: $(mysql_cluster_utilities_SOURCES) $(mysql_cluster_utilities_IDMAPS)
-mysql-cluster-utilities-manprepped.xml: $(mysql_cluster_utilities_SOURCES) $(mysql_cluster_utilities_IDMAPS)
-mysql-cluster-utilities-remprepped.xml: $(mysql_cluster_utilities_SOURCES) $(mysql_cluster_utilities_IDMAPS)
-
-mysql_cluster_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/command-optvars/mysqld.xml \
-	../dynamic-docs/metadata-titles.en.xml \
-	../refman-common/images/published/cluster-components-1.png \
-	../refman-common/images/published/cluster-security-network-1.png \
-	../refman-common/images/published/cluster-security-network-2.png \
-	../refman-common/images/published/cluster-security-network-3.png \
-	../refman-common/images/published/multi-comp-1.png \
-	../refman-common/images/published/mysql-cluster-upgrade-downgrade-4-1.png \
-	../refman-common/images/published/ndb-size-pl-1.png \
-	../refman-common/images/published/replicas-groups-1-1.png \
-	../refman-common/images/published/replicas-groups-1-2.png \
-	../refman-common/images/published/rolling-restarts.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	dynxml-local-mysql-cluster-optvar.xml \
-	mysql-cluster-backup.xml \
-	mysql-cluster-configuration.xml \
-	mysql-cluster-faq.xml \
-	mysql-cluster-glossary.xml \
-	mysql-cluster-interconnects.xml \
-	mysql-cluster-limitations.xml \
-	mysql-cluster-management.xml \
-	mysql-cluster-multi-computer.xml \
-	mysql-cluster-optvar-core.xml \
-	mysql-cluster-overview.xml \
-	mysql-cluster-process-management.xml \
-	mysql-cluster-security.xml \
-	mysql-cluster-upgrade-downgrade.xml \
-	mysql-cluster-utilities.xml \
-	versions.ent
-mysql_cluster_IMAGES = \
-	../refman-common/images/published/cluster-components-1.png \
-	../refman-common/images/published/cluster-security-network-1.png \
-	../refman-common/images/published/cluster-security-network-2.png \
-	../refman-common/images/published/cluster-security-network-3.png \
-	../refman-common/images/published/multi-comp-1.png \
-	../refman-common/images/published/mysql-cluster-upgrade-downgrade-4-1.png \
-	../refman-common/images/published/ndb-size-pl-1.png \
-	../refman-common/images/published/replicas-groups-1-1.png \
-	../refman-common/images/published/replicas-groups-1-2.png \
-	../refman-common/images/published/rolling-restarts.png
-mysql_cluster_SOURCES = mysql-cluster.xml $(mysql_cluster_INCLUDES)
-mysql_cluster_IDMAPS = \
-	../ndbapi/metadata/ndb-errors.idmap \
-	../ndbapi/metadata/ndb-internals.idmap \
-	../ndbapi/metadata/ndbapi.idmap \
-	../ndbapi/metadata/overview.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster-backup.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-faq.idmap \
-	../refman-4.1/metadata/mysql-cluster-glossary.idmap \
-	../refman-4.1/metadata/mysql-cluster-interconnects.idmap \
-	../refman-4.1/metadata/mysql-cluster-limitations.idmap \
-	../refman-4.1/metadata/mysql-cluster-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-multi-computer.idmap \
-	../refman-4.1/metadata/mysql-cluster-optvar-core.idmap \
-	../refman-4.1/metadata/mysql-cluster-overview.idmap \
-	../refman-4.1/metadata/mysql-cluster-process-management.idmap \
-	../refman-4.1/metadata/mysql-cluster-security.idmap \
-	../refman-4.1/metadata/mysql-cluster-upgrade-downgrade.idmap \
-	../refman-4.1/metadata/mysql-cluster-utilities.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-common/metadata/bug-reports.idmap \
-	../refman-common/metadata/news-cluster.idmap
-mysql-cluster.validpure: $(mysql_cluster_SOURCES)
-mysql-cluster.titles: $(mysql_cluster_SOURCES)
-mysql-cluster.useless: $(mysql_cluster_SOURCES)
-mysql-cluster.valid: $(mysql_cluster_SOURCES) $(mysql_cluster_IDMAPS)
-mysql-cluster.validwarn: $(mysql_cluster_SOURCES) $(mysql_cluster_IDMAPS)
-mysql-cluster-prepped.xml: $(mysql_cluster_SOURCES) $(mysql_cluster_IDMAPS)
-mysql-cluster-manprepped.xml: $(mysql_cluster_SOURCES) $(mysql_cluster_IDMAPS)
-mysql-cluster-remprepped.xml: $(mysql_cluster_SOURCES) $(mysql_cluster_IDMAPS)
-
-news_3_23_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-news_3_23_IMAGES =
-news_3_23_SOURCES = news-3.23.xml $(news_3_23_INCLUDES)
-news_3_23_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/news-3.23.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/storage-engines.idmap
-news-3.23.validpure: $(news_3_23_SOURCES)
-news-3.23.titles: $(news_3_23_SOURCES)
-news-3.23.useless: $(news_3_23_SOURCES)
-news-3.23.valid: $(news_3_23_SOURCES) $(news_3_23_IDMAPS)
-news-3.23.validwarn: $(news_3_23_SOURCES) $(news_3_23_IDMAPS)
-news-3.23-prepped.xml: $(news_3_23_SOURCES) $(news_3_23_IDMAPS)
-news-3.23-manprepped.xml: $(news_3_23_SOURCES) $(news_3_23_IDMAPS)
-news-3.23-remprepped.xml: $(news_3_23_SOURCES) $(news_3_23_IDMAPS)
-
-news_4_0_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-news_4_0_IMAGES =
-news_4_0_SOURCES = news-4.0.xml $(news_4_0_INCLUDES)
-news_4_0_IDMAPS = \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-4.1/metadata/tutorial.idmap \
-	../refman-common/metadata/news-innodb.idmap
-news-4.0.validpure: $(news_4_0_SOURCES)
-news-4.0.titles: $(news_4_0_SOURCES)
-news-4.0.useless: $(news_4_0_SOURCES)
-news-4.0.valid: $(news_4_0_SOURCES) $(news_4_0_IDMAPS)
-news-4.0.validwarn: $(news_4_0_SOURCES) $(news_4_0_IDMAPS)
-news-4.0-prepped.xml: $(news_4_0_SOURCES) $(news_4_0_IDMAPS)
-news-4.0-manprepped.xml: $(news_4_0_SOURCES) $(news_4_0_IDMAPS)
-news-4.0-remprepped.xml: $(news_4_0_SOURCES) $(news_4_0_IDMAPS)
-
-news_4_1_core_INCLUDES =
-news_4_1_core_IMAGES =
-news_4_1_core_SOURCES = news-4.1-core.xml $(news_4_1_core_INCLUDES)
-news_4_1_core_IDMAPS =
-news-4.1-core.validpure: $(news_4_1_core_SOURCES)
-news-4.1-core.titles: $(news_4_1_core_SOURCES)
-news-4.1-core.useless: $(news_4_1_core_SOURCES)
-news-4.1-core.valid: $(news_4_1_core_SOURCES) $(news_4_1_core_IDMAPS)
-news-4.1-core.validwarn: $(news_4_1_core_SOURCES) $(news_4_1_core_IDMAPS)
-news-4.1-core-prepped.xml: $(news_4_1_core_SOURCES) $(news_4_1_core_IDMAPS)
-news-4.1-core-manprepped.xml: $(news_4_1_core_SOURCES) $(news_4_1_core_IDMAPS)
-news-4.1-core-remprepped.xml: $(news_4_1_core_SOURCES) $(news_4_1_core_IDMAPS)
-
-news_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../dynamic-docs/changelog/connector-j-versions.xml \
-	../dynamic-docs/changelog/connector-j.xml \
-	../dynamic-docs/changelog/connector-mxj-versions.xml \
-	../dynamic-docs/changelog/connector-mxj.xml \
-	../dynamic-docs/changelog/connector-net-versions.xml \
-	../dynamic-docs/changelog/connector-net.xml \
-	../dynamic-docs/changelog/connector-odbc-versions.xml \
-	../dynamic-docs/changelog/connector-odbc.xml \
-	../dynamic-docs/changelog/mysql-proxy-versions.xml \
-	../dynamic-docs/changelog/mysql-proxy.xml \
-	../dynamic-docs/changelog/mysqld-1.xml \
-	../dynamic-docs/changelog/mysqld-versions.xml \
-	../dynamic-docs/changelog/mysqld.xml \
-	../refman-common/../common/fixedchars.ent \
-	../refman-common/all-entities.ent \
-	../refman-common/news-cj-core.xml \
-	../refman-common/news-cluster.xml \
-	../refman-common/news-cmxj-core.xml \
-	../refman-common/news-cnet-core.xml \
-	../refman-common/news-codbc-core.xml \
-	../refman-common/news-innodb.xml \
-	../refman-common/news-mysql-proxy-core.xml \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	dynxml-common-news-cj.xml \
-	dynxml-common-news-cmxj.xml \
-	dynxml-common-news-cnet.xml \
-	dynxml-common-news-codbc.xml \
-	dynxml-common-news-mysql-proxy.xml \
-	dynxml-local-news-4.1.xml \
-	news-3.23.xml \
-	news-4.0.xml \
-	news-4.1-core.xml \
-	versions.ent
-news_IMAGES =
-news_SOURCES = news.xml $(news_INCLUDES)
-news_IDMAPS =
-news.validpure: $(news_SOURCES)
-news.titles: $(news_SOURCES)
-news.useless: $(news_SOURCES)
-news.valid: $(news_SOURCES) $(news_IDMAPS)
-news.validwarn: $(news_SOURCES) $(news_IDMAPS)
-news-prepped.xml: $(news_SOURCES) $(news_IDMAPS)
-news-manprepped.xml: $(news_SOURCES) $(news_IDMAPS)
-news-remprepped.xml: $(news_SOURCES) $(news_IDMAPS)
-
-optimization_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-optimization_IMAGES =
-optimization_SOURCES = optimization.xml $(optimization_INCLUDES)
-optimization_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/connectors.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap
-optimization.validpure: $(optimization_SOURCES)
-optimization.titles: $(optimization_SOURCES)
-optimization.useless: $(optimization_SOURCES)
-optimization.valid: $(optimization_SOURCES) $(optimization_IDMAPS)
-optimization.validwarn: $(optimization_SOURCES) $(optimization_IDMAPS)
-optimization-prepped.xml: $(optimization_SOURCES) $(optimization_IDMAPS)
-optimization-manprepped.xml: $(optimization_SOURCES) $(optimization_IDMAPS)
-optimization-remprepped.xml: $(optimization_SOURCES) $(optimization_IDMAPS)
-
-preface_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-preface_IMAGES =
-preface_SOURCES = preface.xml $(preface_INCLUDES)
-preface_IDMAPS =
-preface.validpure: $(preface_SOURCES)
-preface.titles: $(preface_SOURCES)
-preface.useless: $(preface_SOURCES)
-preface.valid: $(preface_SOURCES) $(preface_IDMAPS)
-preface.validwarn: $(preface_SOURCES) $(preface_IDMAPS)
-preface-prepped.xml: $(preface_SOURCES) $(preface_IDMAPS)
-preface-manprepped.xml: $(preface_SOURCES) $(preface_IDMAPS)
-preface-remprepped.xml: $(preface_SOURCES) $(preface_IDMAPS)
-
-programs_admin_util_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_admin_util_IMAGES =
-programs_admin_util_SOURCES = programs-admin-util.xml $(programs_admin_util_INCLUDES)
-programs_admin_util_IDMAPS = \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap
-programs-admin-util.validpure: $(programs_admin_util_SOURCES)
-programs-admin-util.titles: $(programs_admin_util_SOURCES)
-programs-admin-util.useless: $(programs_admin_util_SOURCES)
-programs-admin-util.valid: $(programs_admin_util_SOURCES) $(programs_admin_util_IDMAPS)
-programs-admin-util.validwarn: $(programs_admin_util_SOURCES) $(programs_admin_util_IDMAPS)
-programs-admin-util-prepped.xml: $(programs_admin_util_SOURCES) $(programs_admin_util_IDMAPS)
-programs-admin-util-manprepped.xml: $(programs_admin_util_SOURCES) $(programs_admin_util_IDMAPS)
-programs-admin-util-remprepped.xml: $(programs_admin_util_SOURCES) $(programs_admin_util_IDMAPS)
-
-programs_client_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_client_IMAGES =
-programs_client_SOURCES = programs-client.xml $(programs_client_INCLUDES)
-programs_client_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax.idmap \
-	../refman-4.1/metadata/tutorial.idmap
-programs-client.validpure: $(programs_client_SOURCES)
-programs-client.titles: $(programs_client_SOURCES)
-programs-client.useless: $(programs_client_SOURCES)
-programs-client.valid: $(programs_client_SOURCES) $(programs_client_IDMAPS)
-programs-client.validwarn: $(programs_client_SOURCES) $(programs_client_IDMAPS)
-programs-client-prepped.xml: $(programs_client_SOURCES) $(programs_client_IDMAPS)
-programs-client-manprepped.xml: $(programs_client_SOURCES) $(programs_client_IDMAPS)
-programs-client-remprepped.xml: $(programs_client_SOURCES) $(programs_client_IDMAPS)
-
-programs_development_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_development_IMAGES =
-programs_development_SOURCES = programs-development.xml $(programs_development_INCLUDES)
-programs_development_IDMAPS = \
-	../refman-4.1/metadata/programs-miscellaneous.idmap
-programs-development.validpure: $(programs_development_SOURCES)
-programs-development.titles: $(programs_development_SOURCES)
-programs-development.useless: $(programs_development_SOURCES)
-programs-development.valid: $(programs_development_SOURCES) $(programs_development_IDMAPS)
-programs-development.validwarn: $(programs_development_SOURCES) $(programs_development_IDMAPS)
-programs-development-prepped.xml: $(programs_development_SOURCES) $(programs_development_IDMAPS)
-programs-development-manprepped.xml: $(programs_development_SOURCES) $(programs_development_IDMAPS)
-programs-development-remprepped.xml: $(programs_development_SOURCES) $(programs_development_IDMAPS)
-
-programs_installation_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_installation_IMAGES =
-programs_installation_SOURCES = programs-installation.xml $(programs_installation_INCLUDES)
-programs_installation_IDMAPS = \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap
-programs-installation.validpure: $(programs_installation_SOURCES)
-programs-installation.titles: $(programs_installation_SOURCES)
-programs-installation.useless: $(programs_installation_SOURCES)
-programs-installation.valid: $(programs_installation_SOURCES) $(programs_installation_IDMAPS)
-programs-installation.validwarn: $(programs_installation_SOURCES) $(programs_installation_IDMAPS)
-programs-installation-prepped.xml: $(programs_installation_SOURCES) $(programs_installation_IDMAPS)
-programs-installation-manprepped.xml: $(programs_installation_SOURCES) $(programs_installation_IDMAPS)
-programs-installation-remprepped.xml: $(programs_installation_SOURCES) $(programs_installation_IDMAPS)
-
-programs_miscellaneous_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_miscellaneous_IMAGES =
-programs_miscellaneous_SOURCES = programs-miscellaneous.xml $(programs_miscellaneous_INCLUDES)
-programs_miscellaneous_IDMAPS = \
-	../refman-4.1/metadata/programs-development.idmap
-programs-miscellaneous.validpure: $(programs_miscellaneous_SOURCES)
-programs-miscellaneous.titles: $(programs_miscellaneous_SOURCES)
-programs-miscellaneous.useless: $(programs_miscellaneous_SOURCES)
-programs-miscellaneous.valid: $(programs_miscellaneous_SOURCES) $(programs_miscellaneous_IDMAPS)
-programs-miscellaneous.validwarn: $(programs_miscellaneous_SOURCES) $(programs_miscellaneous_IDMAPS)
-programs-miscellaneous-prepped.xml: $(programs_miscellaneous_SOURCES) $(programs_miscellaneous_IDMAPS)
-programs-miscellaneous-manprepped.xml: $(programs_miscellaneous_SOURCES) $(programs_miscellaneous_IDMAPS)
-programs-miscellaneous-remprepped.xml: $(programs_miscellaneous_SOURCES) $(programs_miscellaneous_IDMAPS)
-
-programs_server_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_server_IMAGES =
-programs_server_SOURCES = programs-server.xml $(programs_server_INCLUDES)
-programs_server_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/programs-using.idmap
-programs-server.validpure: $(programs_server_SOURCES)
-programs-server.titles: $(programs_server_SOURCES)
-programs-server.useless: $(programs_server_SOURCES)
-programs-server.valid: $(programs_server_SOURCES) $(programs_server_IDMAPS)
-programs-server.validwarn: $(programs_server_SOURCES) $(programs_server_IDMAPS)
-programs-server-prepped.xml: $(programs_server_SOURCES) $(programs_server_IDMAPS)
-programs-server-manprepped.xml: $(programs_server_SOURCES) $(programs_server_IDMAPS)
-programs-server-remprepped.xml: $(programs_server_SOURCES) $(programs_server_IDMAPS)
-
-programs_using_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-programs_using_IMAGES =
-programs_using_SOURCES = programs-using.xml $(programs_using_INCLUDES)
-programs_using_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-multi-computer.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap
-programs-using.validpure: $(programs_using_SOURCES)
-programs-using.titles: $(programs_using_SOURCES)
-programs-using.useless: $(programs_using_SOURCES)
-programs-using.valid: $(programs_using_SOURCES) $(programs_using_IDMAPS)
-programs-using.validwarn: $(programs_using_SOURCES) $(programs_using_IDMAPS)
-programs-using-prepped.xml: $(programs_using_SOURCES) $(programs_using_IDMAPS)
-programs-using-manprepped.xml: $(programs_using_SOURCES) $(programs_using_IDMAPS)
-programs-using-remprepped.xml: $(programs_using_SOURCES) $(programs_using_IDMAPS)
-
-programs_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	programs-admin-util.xml \
-	programs-client.xml \
-	programs-development.xml \
-	programs-installation.xml \
-	programs-miscellaneous.xml \
-	programs-server.xml \
-	programs-using.xml \
-	versions.ent
-programs_IMAGES =
-programs_SOURCES = programs.xml $(programs_INCLUDES)
-programs_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/mysql-cluster-configuration.idmap \
-	../refman-4.1/metadata/mysql-cluster-multi-computer.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-development.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/programs-miscellaneous.idmap \
-	../refman-4.1/metadata/programs-server.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax.idmap \
-	../refman-4.1/metadata/tutorial.idmap
-programs.validpure: $(programs_SOURCES)
-programs.titles: $(programs_SOURCES)
-programs.useless: $(programs_SOURCES)
-programs.valid: $(programs_SOURCES) $(programs_IDMAPS)
-programs.validwarn: $(programs_SOURCES) $(programs_IDMAPS)
-programs-prepped.xml: $(programs_SOURCES) $(programs_IDMAPS)
-programs-manprepped.xml: $(programs_SOURCES) $(programs_IDMAPS)
-programs-remprepped.xml: $(programs_SOURCES) $(programs_IDMAPS)
-
-replication_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-replication_IMAGES =
-replication_SOURCES = replication.xml $(replication_INCLUDES)
-replication_IDMAPS = \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-common/metadata/bug-reports.idmap
-replication.validpure: $(replication_SOURCES)
-replication.titles: $(replication_SOURCES)
-replication.useless: $(replication_SOURCES)
-replication.valid: $(replication_SOURCES) $(replication_IDMAPS)
-replication.validwarn: $(replication_SOURCES) $(replication_IDMAPS)
-replication-prepped.xml: $(replication_SOURCES) $(replication_IDMAPS)
-replication-manprepped.xml: $(replication_SOURCES) $(replication_IDMAPS)
-replication-remprepped.xml: $(replication_SOURCES) $(replication_IDMAPS)
-
-reserved_new_4_0_INCLUDES =
-reserved_new_4_0_IMAGES =
-reserved_new_4_0_SOURCES = reserved-new-4.0.xml $(reserved_new_4_0_INCLUDES)
-reserved_new_4_0_IDMAPS =
-reserved-new-4.0.validpure: $(reserved_new_4_0_SOURCES)
-reserved-new-4.0.titles: $(reserved_new_4_0_SOURCES)
-reserved-new-4.0.useless: $(reserved_new_4_0_SOURCES)
-reserved-new-4.0.valid: $(reserved_new_4_0_SOURCES) $(reserved_new_4_0_IDMAPS)
-reserved-new-4.0.validwarn: $(reserved_new_4_0_SOURCES) $(reserved_new_4_0_IDMAPS)
-reserved-new-4.0-prepped.xml: $(reserved_new_4_0_SOURCES) $(reserved_new_4_0_IDMAPS)
-reserved-new-4.0-manprepped.xml: $(reserved_new_4_0_SOURCES) $(reserved_new_4_0_IDMAPS)
-reserved-new-4.0-remprepped.xml: $(reserved_new_4_0_SOURCES) $(reserved_new_4_0_IDMAPS)
-
-reserved_new_4_1_INCLUDES =
-reserved_new_4_1_IMAGES =
-reserved_new_4_1_SOURCES = reserved-new-4.1.xml $(reserved_new_4_1_INCLUDES)
-reserved_new_4_1_IDMAPS =
-reserved-new-4.1.validpure: $(reserved_new_4_1_SOURCES)
-reserved-new-4.1.titles: $(reserved_new_4_1_SOURCES)
-reserved-new-4.1.useless: $(reserved_new_4_1_SOURCES)
-reserved-new-4.1.valid: $(reserved_new_4_1_SOURCES) $(reserved_new_4_1_IDMAPS)
-reserved-new-4.1.validwarn: $(reserved_new_4_1_SOURCES) $(reserved_new_4_1_IDMAPS)
-reserved-new-4.1-prepped.xml: $(reserved_new_4_1_SOURCES) $(reserved_new_4_1_IDMAPS)
-reserved-new-4.1-manprepped.xml: $(reserved_new_4_1_SOURCES) $(reserved_new_4_1_IDMAPS)
-reserved-new-4.1-remprepped.xml: $(reserved_new_4_1_SOURCES) $(reserved_new_4_1_IDMAPS)
-
-reservedwords_INCLUDES =
-reservedwords_IMAGES =
-reservedwords_SOURCES = reservedwords.xml $(reservedwords_INCLUDES)
-reservedwords_IDMAPS =
-reservedwords.validpure: $(reservedwords_SOURCES)
-reservedwords.titles: $(reservedwords_SOURCES)
-reservedwords.useless: $(reservedwords_SOURCES)
-reservedwords.valid: $(reservedwords_SOURCES) $(reservedwords_IDMAPS)
-reservedwords.validwarn: $(reservedwords_SOURCES) $(reservedwords_IDMAPS)
-reservedwords-prepped.xml: $(reservedwords_SOURCES) $(reservedwords_IDMAPS)
-reservedwords-manprepped.xml: $(reservedwords_SOURCES) $(reservedwords_IDMAPS)
-reservedwords-remprepped.xml: $(reservedwords_SOURCES) $(reservedwords_IDMAPS)
-
-restrictions_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-restrictions_IMAGES =
-restrictions_SOURCES = restrictions.xml $(restrictions_INCLUDES)
-restrictions_IDMAPS = \
-	../refman-4.1/metadata/internationalization.idmap
-restrictions.validpure: $(restrictions_SOURCES)
-restrictions.titles: $(restrictions_SOURCES)
-restrictions.useless: $(restrictions_SOURCES)
-restrictions.valid: $(restrictions_SOURCES) $(restrictions_IDMAPS)
-restrictions.validwarn: $(restrictions_SOURCES) $(restrictions_IDMAPS)
-restrictions-prepped.xml: $(restrictions_SOURCES) $(restrictions_IDMAPS)
-restrictions-manprepped.xml: $(restrictions_SOURCES) $(restrictions_IDMAPS)
-restrictions-remprepped.xml: $(restrictions_SOURCES) $(restrictions_IDMAPS)
-
-se_innodb_core_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-se_innodb_core_IMAGES =
-se_innodb_core_SOURCES = se-innodb-core.xml $(se_innodb_core_INCLUDES)
-se_innodb_core_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap
-se-innodb-core.validpure: $(se_innodb_core_SOURCES)
-se-innodb-core.titles: $(se_innodb_core_SOURCES)
-se-innodb-core.useless: $(se_innodb_core_SOURCES)
-se-innodb-core.valid: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
-se-innodb-core.validwarn: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
-se-innodb-core-prepped.xml: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
-se-innodb-core-manprepped.xml: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
-se-innodb-core-remprepped.xml: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
-
-spatial_extensions_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-spatial_extensions_IMAGES =
-spatial_extensions_SOURCES = spatial-extensions.xml $(spatial_extensions_INCLUDES)
-spatial_extensions_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap
-spatial-extensions.validpure: $(spatial_extensions_SOURCES)
-spatial-extensions.titles: $(spatial_extensions_SOURCES)
-spatial-extensions.useless: $(spatial_extensions_SOURCES)
-spatial-extensions.valid: $(spatial_extensions_SOURCES) $(spatial_extensions_IDMAPS)
-spatial-extensions.validwarn: $(spatial_extensions_SOURCES) $(spatial_extensions_IDMAPS)
-spatial-extensions-prepped.xml: $(spatial_extensions_SOURCES) $(spatial_extensions_IDMAPS)
-spatial-extensions-manprepped.xml: $(spatial_extensions_SOURCES) $(spatial_extensions_IDMAPS)
-spatial-extensions-remprepped.xml: $(spatial_extensions_SOURCES) $(spatial_extensions_IDMAPS)
-
-sql_syntax_data_definition_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_data_definition_IMAGES =
-sql_syntax_data_definition_SOURCES = sql-syntax-data-definition.xml $(sql_syntax_data_definition_INCLUDES)
-sql_syntax_data_definition_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/restrictions.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-4.1/metadata/tutorial.idmap
-sql-syntax-data-definition.validpure: $(sql_syntax_data_definition_SOURCES)
-sql-syntax-data-definition.titles: $(sql_syntax_data_definition_SOURCES)
-sql-syntax-data-definition.useless: $(sql_syntax_data_definition_SOURCES)
-sql-syntax-data-definition.valid: $(sql_syntax_data_definition_SOURCES) $(sql_syntax_data_definition_IDMAPS)
-sql-syntax-data-definition.validwarn: $(sql_syntax_data_definition_SOURCES) $(sql_syntax_data_definition_IDMAPS)
-sql-syntax-data-definition-prepped.xml: $(sql_syntax_data_definition_SOURCES) $(sql_syntax_data_definition_IDMAPS)
-sql-syntax-data-definition-manprepped.xml: $(sql_syntax_data_definition_SOURCES) $(sql_syntax_data_definition_IDMAPS)
-sql-syntax-data-definition-remprepped.xml: $(sql_syntax_data_definition_SOURCES) $(sql_syntax_data_definition_IDMAPS)
-
-sql_syntax_data_manipulation_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_data_manipulation_IMAGES =
-sql_syntax_data_manipulation_SOURCES = sql-syntax-data-manipulation.xml $(sql_syntax_data_manipulation_INCLUDES)
-sql_syntax_data_manipulation_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/extending-mysql.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/restrictions.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-4.1/metadata/tutorial.idmap
-sql-syntax-data-manipulation.validpure: $(sql_syntax_data_manipulation_SOURCES)
-sql-syntax-data-manipulation.titles: $(sql_syntax_data_manipulation_SOURCES)
-sql-syntax-data-manipulation.useless: $(sql_syntax_data_manipulation_SOURCES)
-sql-syntax-data-manipulation.valid: $(sql_syntax_data_manipulation_SOURCES) $(sql_syntax_data_manipulation_IDMAPS)
-sql-syntax-data-manipulation.validwarn: $(sql_syntax_data_manipulation_SOURCES) $(sql_syntax_data_manipulation_IDMAPS)
-sql-syntax-data-manipulation-prepped.xml: $(sql_syntax_data_manipulation_SOURCES) $(sql_syntax_data_manipulation_IDMAPS)
-sql-syntax-data-manipulation-manprepped.xml: $(sql_syntax_data_manipulation_SOURCES) $(sql_syntax_data_manipulation_IDMAPS)
-sql-syntax-data-manipulation-remprepped.xml: $(sql_syntax_data_manipulation_SOURCES) $(sql_syntax_data_manipulation_IDMAPS)
-
-sql_syntax_prepared_statements_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_prepared_statements_IMAGES =
-sql_syntax_prepared_statements_SOURCES = sql-syntax-prepared-statements.xml $(sql_syntax_prepared_statements_INCLUDES)
-sql_syntax_prepared_statements_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap
-sql-syntax-prepared-statements.validpure: $(sql_syntax_prepared_statements_SOURCES)
-sql-syntax-prepared-statements.titles: $(sql_syntax_prepared_statements_SOURCES)
-sql-syntax-prepared-statements.useless: $(sql_syntax_prepared_statements_SOURCES)
-sql-syntax-prepared-statements.valid: $(sql_syntax_prepared_statements_SOURCES) $(sql_syntax_prepared_statements_IDMAPS)
-sql-syntax-prepared-statements.validwarn: $(sql_syntax_prepared_statements_SOURCES) $(sql_syntax_prepared_statements_IDMAPS)
-sql-syntax-prepared-statements-prepped.xml: $(sql_syntax_prepared_statements_SOURCES) $(sql_syntax_prepared_statements_IDMAPS)
-sql-syntax-prepared-statements-manprepped.xml: $(sql_syntax_prepared_statements_SOURCES) $(sql_syntax_prepared_statements_IDMAPS)
-sql-syntax-prepared-statements-remprepped.xml: $(sql_syntax_prepared_statements_SOURCES) $(sql_syntax_prepared_statements_IDMAPS)
-
-sql_syntax_replication_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_replication_IMAGES =
-sql_syntax_replication_SOURCES = sql-syntax-replication.xml $(sql_syntax_replication_INCLUDES)
-sql_syntax_replication_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap
-sql-syntax-replication.validpure: $(sql_syntax_replication_SOURCES)
-sql-syntax-replication.titles: $(sql_syntax_replication_SOURCES)
-sql-syntax-replication.useless: $(sql_syntax_replication_SOURCES)
-sql-syntax-replication.valid: $(sql_syntax_replication_SOURCES) $(sql_syntax_replication_IDMAPS)
-sql-syntax-replication.validwarn: $(sql_syntax_replication_SOURCES) $(sql_syntax_replication_IDMAPS)
-sql-syntax-replication-prepped.xml: $(sql_syntax_replication_SOURCES) $(sql_syntax_replication_IDMAPS)
-sql-syntax-replication-manprepped.xml: $(sql_syntax_replication_SOURCES) $(sql_syntax_replication_IDMAPS)
-sql-syntax-replication-remprepped.xml: $(sql_syntax_replication_SOURCES) $(sql_syntax_replication_IDMAPS)
-
-sql_syntax_server_administration_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_server_administration_IMAGES =
-sql_syntax_server_administration_SOURCES = sql-syntax-server-administration.xml $(sql_syntax_server_administration_INCLUDES)
-sql_syntax_server_administration_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/internationalization.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-installation.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-replication.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap \
-	../refman-common/metadata/bug-reports.idmap
-sql-syntax-server-administration.validpure: $(sql_syntax_server_administration_SOURCES)
-sql-syntax-server-administration.titles: $(sql_syntax_server_administration_SOURCES)
-sql-syntax-server-administration.useless: $(sql_syntax_server_administration_SOURCES)
-sql-syntax-server-administration.valid: $(sql_syntax_server_administration_SOURCES) $(sql_syntax_server_administration_IDMAPS)
-sql-syntax-server-administration.validwarn: $(sql_syntax_server_administration_SOURCES) $(sql_syntax_server_administration_IDMAPS)
-sql-syntax-server-administration-prepped.xml: $(sql_syntax_server_administration_SOURCES) $(sql_syntax_server_administration_IDMAPS)
-sql-syntax-server-administration-manprepped.xml: $(sql_syntax_server_administration_SOURCES) $(sql_syntax_server_administration_IDMAPS)
-sql-syntax-server-administration-remprepped.xml: $(sql_syntax_server_administration_SOURCES) $(sql_syntax_server_administration_IDMAPS)
-
-sql_syntax_transactions_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_transactions_IMAGES =
-sql_syntax_transactions_SOURCES = sql-syntax-transactions.xml $(sql_syntax_transactions_INCLUDES)
-sql_syntax_transactions_IDMAPS = \
-	../refman-4.1/metadata/apis-c.idmap \
-	../refman-4.1/metadata/apis.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap
-sql-syntax-transactions.validpure: $(sql_syntax_transactions_SOURCES)
-sql-syntax-transactions.titles: $(sql_syntax_transactions_SOURCES)
-sql-syntax-transactions.useless: $(sql_syntax_transactions_SOURCES)
-sql-syntax-transactions.valid: $(sql_syntax_transactions_SOURCES) $(sql_syntax_transactions_IDMAPS)
-sql-syntax-transactions.validwarn: $(sql_syntax_transactions_SOURCES) $(sql_syntax_transactions_IDMAPS)
-sql-syntax-transactions-prepped.xml: $(sql_syntax_transactions_SOURCES) $(sql_syntax_transactions_IDMAPS)
-sql-syntax-transactions-manprepped.xml: $(sql_syntax_transactions_SOURCES) $(sql_syntax_transactions_IDMAPS)
-sql-syntax-transactions-remprepped.xml: $(sql_syntax_transactions_SOURCES) $(sql_syntax_transactions_IDMAPS)
-
-sql_syntax_utility_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-sql_syntax_utility_IMAGES =
-sql_syntax_utility_SOURCES = sql-syntax-utility.xml $(sql_syntax_utility_INCLUDES)
-sql_syntax_utility_IDMAPS = \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap
-sql-syntax-utility.validpure: $(sql_syntax_utility_SOURCES)
-sql-syntax-utility.titles: $(sql_syntax_utility_SOURCES)
-sql-syntax-utility.useless: $(sql_syntax_utility_SOURCES)
-sql-syntax-utility.valid: $(sql_syntax_utility_SOURCES) $(sql_syntax_utility_IDMAPS)
-sql-syntax-utility.validwarn: $(sql_syntax_utility_SOURCES) $(sql_syntax_utility_IDMAPS)
-sql-syntax-utility-prepped.xml: $(sql_syntax_utility_SOURCES) $(sql_syntax_utility_IDMAPS)
-sql-syntax-utility-manprepped.xml: $(sql_syntax_utility_SOURCES) $(sql_syntax_utility_IDMAPS)
-sql-syntax-utility-remprepped.xml: $(sql_syntax_utility_SOURCES) $(sql_syntax_utility_IDMAPS)
-
-sql_syntax_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	sql-syntax-data-definition.xml \
-	sql-syntax-data-manipulation.xml \
-	sql-syntax-prepared-statements.xml \
-	sql-syntax-replication.xml \
-	sql-syntax-server-administration.xml \
-	sql-syntax-transactions.xml \
-	sql-syntax-utility.xml \
-	versions.ent
-sql_syntax_IMAGES =
-sql_syntax_SOURCES = sql-syntax.xml $(sql_syntax_INCLUDES)
-sql_syntax_IDMAPS =
-sql-syntax.validpure: $(sql_syntax_SOURCES)
-sql-syntax.titles: $(sql_syntax_SOURCES)
-sql-syntax.useless: $(sql_syntax_SOURCES)
-sql-syntax.valid: $(sql_syntax_SOURCES) $(sql_syntax_IDMAPS)
-sql-syntax.validwarn: $(sql_syntax_SOURCES) $(sql_syntax_IDMAPS)
-sql-syntax-prepped.xml: $(sql_syntax_SOURCES) $(sql_syntax_IDMAPS)
-sql-syntax-manprepped.xml: $(sql_syntax_SOURCES) $(sql_syntax_IDMAPS)
-sql-syntax-remprepped.xml: $(sql_syntax_SOURCES) $(sql_syntax_IDMAPS)
-
-storage_engines_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/images/published/blackhole-1.png \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	se-innodb-core.xml \
-	versions.ent
-storage_engines_IMAGES = \
-	../refman-common/images/published/blackhole-1.png
-storage_engines_SOURCES = storage-engines.xml $(storage_engines_INCLUDES)
-storage_engines_IDMAPS = \
-	../refman-4.1/metadata/backup.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/mysql-cluster.idmap \
-	../refman-4.1/metadata/news-4.1-core.idmap \
-	../refman-4.1/metadata/optimization.idmap \
-	../refman-4.1/metadata/programs-admin-util.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/programs-using.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/spatial-extensions.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-transactions.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/storage-engines.idmap
-storage-engines.validpure: $(storage_engines_SOURCES)
-storage-engines.titles: $(storage_engines_SOURCES)
-storage-engines.useless: $(storage_engines_SOURCES)
-storage-engines.valid: $(storage_engines_SOURCES) $(storage_engines_IDMAPS)
-storage-engines.validwarn: $(storage_engines_SOURCES) $(storage_engines_IDMAPS)
-storage-engines-prepped.xml: $(storage_engines_SOURCES) $(storage_engines_IDMAPS)
-storage-engines-manprepped.xml: $(storage_engines_SOURCES) $(storage_engines_IDMAPS)
-storage-engines-remprepped.xml: $(storage_engines_SOURCES) $(storage_engines_IDMAPS)
-
-tutorial_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-tutorial_IMAGES =
-tutorial_SOURCES = tutorial.xml $(tutorial_INCLUDES)
-tutorial_IDMAPS = \
-	../refman-4.1/metadata/data-types.idmap \
-	../refman-4.1/metadata/dba-core.idmap \
-	../refman-4.1/metadata/errors-problems.idmap \
-	../refman-4.1/metadata/functions-core.idmap \
-	../refman-4.1/metadata/installing.idmap \
-	../refman-4.1/metadata/introduction.idmap \
-	../refman-4.1/metadata/language-structure.idmap \
-	../refman-4.1/metadata/programs-client.idmap \
-	../refman-4.1/metadata/replication.idmap \
-	../refman-4.1/metadata/se-innodb-core.idmap \
-	../refman-4.1/metadata/sql-syntax-data-definition.idmap \
-	../refman-4.1/metadata/sql-syntax-data-manipulation.idmap \
-	../refman-4.1/metadata/sql-syntax-server-administration.idmap \
-	../refman-4.1/metadata/sql-syntax-utility.idmap \
-	../refman-4.1/metadata/tutorial.idmap
-tutorial.validpure: $(tutorial_SOURCES)
-tutorial.titles: $(tutorial_SOURCES)
-tutorial.useless: $(tutorial_SOURCES)
-tutorial.valid: $(tutorial_SOURCES) $(tutorial_IDMAPS)
-tutorial.validwarn: $(tutorial_SOURCES) $(tutorial_IDMAPS)
-tutorial-prepped.xml: $(tutorial_SOURCES) $(tutorial_IDMAPS)
-tutorial-manprepped.xml: $(tutorial_SOURCES) $(tutorial_IDMAPS)
-tutorial-remprepped.xml: $(tutorial_SOURCES) $(tutorial_IDMAPS)
-


Modified: trunk/refman-5.1-maria/Makefile.depends
===================================================================
--- trunk/refman-5.1-maria/Makefile.depends	2008-07-21 13:05:58 UTC (rev 11296)
+++ trunk/refman-5.1-maria/Makefile.depends	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 4, Lines Added: 18, Lines Deleted: 23; 2789 bytes

@@ -271,6 +271,15 @@
 	../refman-5.1/tutorial.xml \
 	../refman-5.1/versions.ent \
 	../refman-5.1/views.xml \
+	../refman-6.0/../common/fixedchars.ent \
+	../refman-6.0/../common/phrases.ent \
+	../refman-6.0/../dynamic-docs/command-optvars/mysqld.xml \
+	../refman-6.0/../dynamic-docs/metadata-titles.en.xml \
+	../refman-6.0/../refman-common/urls.ent \
+	../refman-6.0/all-entities.ent \
+	../refman-6.0/dynxml-local-se-maria.xml \
+	../refman-6.0/se-maria-core.xml \
+	../refman-6.0/versions.ent \
 	../refman-common/../common/fixedchars.ent \
 	../refman-common/all-entities.ent \
 	../refman-common/ha-drbd.xml \

@@ -296,7 +305,6 @@
 	../refman-common/mysql-proxy.xml \
 	../refman-common/urls.ent \
 	all-entities.ent \
-	se-maria.xml \
 	storage-engines.xml \
 	versions.ent
 manual_IMAGES = \

@@ -425,27 +433,6 @@
 manual-manprepped.xml: $(manual_SOURCES) $(manual_IDMAPS)
 manual-remprepped.xml: $(manual_SOURCES) $(manual_IDMAPS)
 
-se_maria_INCLUDES = \
-	../common/fixedchars.ent \
-	../common/phrases.ent \
-	../refman-common/urls.ent \
-	all-entities.ent \
-	versions.ent
-se_maria_IMAGES =
-se_maria_SOURCES = se-maria.xml $(se_maria_INCLUDES)
-se_maria_IDMAPS = \
-	../refman-5.1-maria/metadata/se-maria.idmap \
-	../refman-5.1/metadata/programs-admin-util-core.idmap \
-	../refman-5.1/metadata/se-myisam-core.idmap
-se-maria.validpure: $(se_maria_SOURCES)
-se-maria.titles: $(se_maria_SOURCES)
-se-maria.useless: $(se_maria_SOURCES)
-se-maria.valid: $(se_maria_SOURCES) $(se_maria_IDMAPS)
-se-maria.validwarn: $(se_maria_SOURCES) $(se_maria_IDMAPS)
-se-maria-prepped.xml: $(se_maria_SOURCES) $(se_maria_IDMAPS)
-se-maria-manprepped.xml: $(se_maria_SOURCES) $(se_maria_IDMAPS)
-se-maria-remprepped.xml: $(se_maria_SOURCES) $(se_maria_IDMAPS)
-
 storage_engines_INCLUDES = \
 	../common/fixedchars.ent \
 	../common/phrases.ent \

@@ -469,10 +456,18 @@
 	../refman-5.1/se-merge.xml \
 	../refman-5.1/se-myisam-core.xml \
 	../refman-5.1/versions.ent \
+	../refman-6.0/../common/fixedchars.ent \
+	../refman-6.0/../common/phrases.ent \
+	../refman-6.0/../dynamic-docs/command-optvars/mysqld.xml \
+	../refman-6.0/../dynamic-docs/metadata-titles.en.xml \
+	../refman-6.0/../refman-common/urls.ent \
+	../refman-6.0/all-entities.ent \
+	../refman-6.0/dynxml-local-se-maria.xml \
+	../refman-6.0/se-maria-core.xml \
+	../refman-6.0/versions.ent \
 	../refman-common/images/published/PSEArch.png \
 	../refman-common/urls.ent \
 	all-entities.ent \
-	se-maria.xml \
 	versions.ent
 storage_engines_IMAGES = \
 	../refman-5.1/../refman-common/images/published/blackhole-1.png \


Modified: trunk/refman-5.1-maria/storage-engines.xml
===================================================================
--- trunk/refman-5.1-maria/storage-engines.xml	2008-07-21 13:05:58 UTC (rev 11296)
+++ trunk/refman-5.1-maria/storage-engines.xml	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 707 bytes

@@ -1024,7 +1024,7 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../refman-5.1/dynxml-local-se-myisam.xml"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-maria.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../refman-6.0/dynxml-local-se-maria.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../refman-5.1/dynxml-local-se-innodb.xml"/>
 


Modified: trunk/refman-6.0/Makefile.depends
===================================================================
--- trunk/refman-6.0/se-maria-core.xml	                        (rev 0)
+++ trunk/refman-6.0/se-maria-core.xml	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 12, Lines Added: 1770, Lines Deleted: 1; 63934 bytes

@@ -472,6 +472,7 @@
 	../refman-6.0/metadata/replication.idmap \
 	../refman-6.0/metadata/se-falcon-core.idmap \
 	../refman-6.0/metadata/se-innodb-core.idmap \
+	../refman-6.0/metadata/se-maria-core.idmap \
 	../refman-6.0/metadata/se-myisam-core.idmap \
 	../refman-6.0/metadata/sql-syntax-data-manipulation.idmap \
 	../refman-6.0/metadata/sql-syntax-replication.idmap \

@@ -826,6 +827,30 @@
 dynxml-local-se-innodb-manprepped.xml: $(dynxml_local_se_innodb_SOURCES) $(dynxml_local_se_innodb_IDMAPS)
 dynxml-local-se-innodb-remprepped.xml: $(dynxml_local_se_innodb_SOURCES) $(dynxml_local_se_innodb_IDMAPS)
 dynxml-local-se-innodb.xml: $(dynxml_local_se_innodb_INCLUDES)
+dynxml_local_se_maria_INCLUDES = \
+	../common/fixedchars.ent \
+	../common/phrases.ent \
+	../dynamic-docs/command-optvars/mysqld.xml \
+	../dynamic-docs/metadata-titles.en.xml \
+	../refman-common/urls.ent \
+	all-entities.ent \
+	se-maria-core.xml \
+	versions.ent
+dynxml_local_se_maria_IMAGES =
+dynxml_local_se_maria_SOURCES = dynxml-local-se-maria.xml $(dynxml_local_se_maria_INCLUDES)
+dynxml_local_se_maria_IDMAPS = \
+	../refman-5.1/metadata/se-myisam-core.idmap \
+	../refman-6.0/metadata/programs-admin-util-core.idmap \
+	../refman-6.0/metadata/se-maria-core.idmap
+dynxml-local-se-maria.validpure: $(dynxml_local_se_maria_SOURCES)
+dynxml-local-se-maria.titles: $(dynxml_local_se_maria_SOURCES)
+dynxml-local-se-maria.useless: $(dynxml_local_se_maria_SOURCES)
+dynxml-local-se-maria.valid: $(dynxml_local_se_maria_SOURCES) $(dynxml_local_se_maria_IDMAPS)
+dynxml-local-se-maria.validwarn: $(dynxml_local_se_maria_SOURCES) $(dynxml_local_se_maria_IDMAPS)
+dynxml-local-se-maria-prepped.xml: $(dynxml_local_se_maria_SOURCES) $(dynxml_local_se_maria_IDMAPS)
+dynxml-local-se-maria-manprepped.xml: $(dynxml_local_se_maria_SOURCES) $(dynxml_local_se_maria_IDMAPS)
+dynxml-local-se-maria-remprepped.xml: $(dynxml_local_se_maria_SOURCES) $(dynxml_local_se_maria_IDMAPS)
+dynxml-local-se-maria.xml: $(dynxml_local_se_maria_INCLUDES)
 dynxml_local_se_myisam_INCLUDES = \
 	../common/fixedchars.ent \
 	../common/phrases.ent \

@@ -1361,6 +1386,7 @@
 	dynxml-local-programs-server.xml \
 	dynxml-local-se-falcon.xml \
 	dynxml-local-se-innodb.xml \
+	dynxml-local-se-maria.xml \
 	dynxml-local-se-myisam.xml \
 	errmsgs-client.xml \
 	errmsgs-server.xml \

@@ -1402,6 +1428,7 @@
 	se-falcon-core.xml \
 	se-federated.xml \
 	se-innodb-core.xml \
+	se-maria-core.xml \
 	se-memory.xml \
 	se-merge.xml \
 	se-myisam-core.xml \

@@ -1511,6 +1538,7 @@
 	../refman-5.1/metadata/mysql-cluster-utilities.idmap \
 	../refman-5.1/metadata/mysql-cluster.idmap \
 	../refman-5.1/metadata/programs-admin-util-core.idmap \
+	../refman-5.1/metadata/se-myisam-core.idmap \
 	../refman-6.0/metadata/apis-c.idmap \
 	../refman-6.0/metadata/apis-libmysqld.idmap \
 	../refman-6.0/metadata/apis.idmap \

@@ -1554,6 +1582,7 @@
 	../refman-6.0/metadata/se-falcon-core.idmap \
 	../refman-6.0/metadata/se-federated.idmap \
 	../refman-6.0/metadata/se-innodb-core.idmap \
+	../refman-6.0/metadata/se-maria-core.idmap \
 	../refman-6.0/metadata/se-memory.idmap \
 	../refman-6.0/metadata/se-merge.idmap \
 	../refman-6.0/metadata/se-myisam-core.idmap \

@@ -2277,6 +2306,19 @@
 se-innodb-core-manprepped.xml: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
 se-innodb-core-remprepped.xml: $(se_innodb_core_SOURCES) $(se_innodb_core_IDMAPS)
 
+se_maria_core_INCLUDES =
+se_maria_core_IMAGES =
+se_maria_core_SOURCES = se-maria-core.xml $(se_maria_core_INCLUDES)
+se_maria_core_IDMAPS =
+se-maria-core.validpure: $(se_maria_core_SOURCES)
+se-maria-core.titles: $(se_maria_core_SOURCES)
+se-maria-core.useless: $(se_maria_core_SOURCES)
+se-maria-core.valid: $(se_maria_core_SOURCES) $(se_maria_core_IDMAPS)
+se-maria-core.validwarn: $(se_maria_core_SOURCES) $(se_maria_core_IDMAPS)
+se-maria-core-prepped.xml: $(se_maria_core_SOURCES) $(se_maria_core_IDMAPS)
+se-maria-core-manprepped.xml: $(se_maria_core_SOURCES) $(se_maria_core_IDMAPS)
+se-maria-core-remprepped.xml: $(se_maria_core_SOURCES) $(se_maria_core_IDMAPS)
+
 se_memory_INCLUDES = \
 	../common/fixedchars.ent \
 	../common/phrases.ent \

@@ -2676,6 +2718,7 @@
 	all-entities.ent \
 	dynxml-local-se-falcon.xml \
 	dynxml-local-se-innodb.xml \
+	dynxml-local-se-maria.xml \
 	dynxml-local-se-myisam.xml \
 	se-archive.xml \
 	se-blackhole.xml \

@@ -2684,6 +2727,7 @@
 	se-falcon-core.xml \
 	se-federated.xml \
 	se-innodb-core.xml \
+	se-maria-core.xml \
 	se-memory.xml \
 	se-merge.xml \
 	se-myisam-core.xml \

@@ -2696,6 +2740,7 @@
 storage_engines_IDMAPS = \
 	../query-browser/metadata/query-browser.idmap \
 	../refman-5.1/metadata/mysql-cluster.idmap \
+	../refman-5.1/metadata/se-myisam-core.idmap \
 	../refman-6.0/metadata/backup.idmap \
 	../refman-6.0/metadata/dba-core.idmap \
 	../refman-6.0/metadata/errors-problems.idmap \

@@ -2715,6 +2760,7 @@
 	../refman-6.0/metadata/se-falcon-core.idmap \
 	../refman-6.0/metadata/se-federated.idmap \
 	../refman-6.0/metadata/se-innodb-core.idmap \
+	../refman-6.0/metadata/se-maria-core.idmap \
 	../refman-6.0/metadata/se-memory.idmap \
 	../refman-6.0/metadata/se-merge.idmap \
 	../refman-6.0/metadata/se-myisam-core.idmap \

Copied: trunk/refman-6.0/se-maria-core.xml (from rev 11292, trunk/refman-6.0/se-maria.xml)
===================================================================
--- trunk/refman-6.0/se-maria-core.xml	                        (rev 0)
+++ trunk/refman-6.0/se-maria-core.xml	2008-07-21 13:54:31 UTC (rev 11297)

@@ -0,0 +1,1723 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
+]>
+<section id="se-maria">
+
+  <title>The <literal>Maria</literal> Storage Engine</title>
+
+  <remark role="dynamic-dependency-list"/>
+
+  <note>
+    <para>
+      The <literal>Maria</literal> storage engine was introduced in
+      MySQL 6.0.6.
+    </para>
+  </note>
+
+  <para>
+    <literal>Maria</literal> is a crash safe version of
+    <literal>MyISAM</literal>. The <literal>Maria</literal> storage
+    engine supports all of the main functionality of the
+    <literal>MyISAM</literal> engine, but includes recovery support (in
+    the event of a system crash), full logging (including
+    <literal>CREATE</literal>, <literal>DROP</literal>,
+    <literal>RENAME</literal> and <literal>TRUNCATE</literal>
+    operations), all <literal>MyISAM</literal> row formats and a new
+    <literal>Maria</literal> specific row format.
+  </para>
+
+  <para>
+    For more information on known bugs and limitations in
+    <literal>Maria</literal>, see <xref linkend="se-maria-openbugs"/>
+  </para>
+
+  <para>
+    To create a <literal>Maria</literal> table you must specify the
+    engine when using the <literal>CREATE TABLE</literal> statement:
+  </para>
+
+<programlisting>mysql&gt; CREATE TABLE maria_table (id int) ENGINE=Maria;</programlisting>
+
+  <para>
+    You can also use <literal>ALTER TABLE</literal> to convert an
+    existing table to the <literal>Maria</literal> engine:
+  </para>
+
+<programlisting>mysql&gt; ALTER TABLE myisam_table ENGINE=Maria;</programlisting>
+
+  <para>
+    Data in <literal>Maria</literal> tables is stored in three files:
+  </para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para>
+        <filename>table.frm</filename> &mdash; the standard MySQL FRM
+        file containing the table definition.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <filename>table.MAD</filename> &mdash; the
+        <literal>Maria</literal> data file.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <filename>table.MAI</filename> &mdash; the
+        <literal>Maria</literal> index file.
+      </para>
+    </listitem>
+
+  </itemizedlist>
+
+  <para>
+    In addition, <literal>Maria</literal> creates at least two
+    additional files in your standard <option>datadir</option>
+    directory:
+  </para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para>
+        <filename>maria_log.????????</filename> &mdash; the
+        <literal>Maria</literal> log file. Each file is named
+        numerically and sequentially, with new files automatically
+        created when the log file limit has been reached. You can
+        control the log file size using
+        <link linkend="option_mysqld_maria-log-file-size"><option>maria_log_file_size</option></link>
+        option, and control the deletion of logs using
+        <link linkend="option_mysqld_maria-log-purge-type"><option>maria_log_purge_type</option></link>.
+        The newly create files stay in place until deleted, either
+        automatically or manually.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <filename>maria_log_control</filename> &mdash; a control file
+        that holds information about the current state of the
+        <literal>Maria</literal> engine.
+      </para>
+
+      <warning>
+        <para>
+          You should not delete the
+          <filename>maria_log_control</filename> file from an active
+          <literal>Maria</literal> installation as it records
+          information about the current state of the
+          <literal>Maria</literal> engine, including information about
+          the log files and the default page block size used for the log
+          and data files.
+        </para>
+      </warning>
+    </listitem>
+
+  </itemizedlist>
+
+  <para>
+    The basic functionality of <literal>Maria</literal> matches the
+    functionality of <literal>MyISAM</literal> with a number of
+    differences. These are:
+  </para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para>
+        Two types of tables are supported. Non-crash safe tables
+        (non-transactional) are written immediately to their
+        corresponding data file. Transactional tables are crash safe and
+        data is written into the <literal>Maria</literal> log. For more
+        information on the log, see <xref linkend="se-maria-log"/>. Data
+        which had already been written to the log is then apply to the
+        data and index files as the statement completes.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <literal>Maria</literal> supports auto-recovery in the event of
+        a crash. For more information, see
+        <xref linkend="se-maria-recovery"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <literal>Maria</literal> supports a single writer and multiple
+        readers. The writer supports both <literal>INSERT</literal> and
+        <literal>UPDATE</literal> operations. <literal>MyISAM</literal>
+        supports only concurrent <literal>INSERT</literal> and
+        <literal>SELECT</literal> statements. For more information, see
+        <xref linkend="se-maria-concurrency"/>.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <literal>Maria</literal> provides a new row format,
+        <literal>PAGE</literal>. For more information, see
+        <xref linkend="se-maria-tableoptions"/>. Existing
+        <literal>MyISAM</literal> row formats are also supported on
+        non-transactional tables.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        <literal>Maria</literal> supports crash-safe operations over
+        many statements by enclosing statements within <literal>LOCK
+        TABLES</literal> and <literal>UNLOCK TABLES</literal>
+        statements.
+      </para>
+
+      <note>
+        <para>
+          For future compatibility, you should use the
+          <literal>BEGIN</literal> and <literal>COMMIT</literal> syntax:
+        </para>
+
+<programlisting>
+BEGIN;
+LOCK TABLES ...;
+# statements
+UNLOCK TABLES;
+COMMIT;
+  </programlisting>
+
+        <para>
+          The <literal>LOCK</literal> and <literal>UNLOCK</literal>
+          statements will not be required in future.
+        </para>
+      </note>
+    </listitem>
+
+  </itemizedlist>
+
+  <section id="se-maria-configuration">
+
+    <title><literal>Maria</literal> Configuration</title>
+
+    <para>
+      <literal>Maria</literal> supports a number of configuration
+      options to control the operation and performance of the storage
+      engine. Many of the options are similar to options that are
+      already available within the <literal>MyISAM</literal>
+      configuration options. See
+      <xref linkend="refman-5.1:myisam-storage-engine"/>.
+    </para>
+
+    <para>
+      <literal>Maria</literal> command options:
+    </para>
+
+    <para condition="dynamic:optvar:fullsummary" role="6.0:mysqld:section-maria"/>
+
+    <itemizedlist>
+
+      <listitem>
+        <para id="option_mysqld_maria">
+          <literal>maria</literal> enables the <literal>Maria</literal>
+          plugin. You can disable <literal>Maria</literal> by using
+          <literal>--skip-maria</literal>.
+        </para>
+
+        <para>
+          Default is for the <literal>Maria</literal> plugin to be
+          enabled.
+        </para>
+
+        <note>
+          <para>
+            You cannot disable <literal>Maria</literal> if you have
+            enabled <literal>Maria</literal> as the default engine for
+            temporary tables using
+            <option>--with-maria-tmp-tables</option>.
+          </para>
+        </note>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-block-size">
+          <literal>maria-block-size</literal>
+        </para>
+
+        <para>
+          Sets the block size to be used for <literal>Maria</literal>
+          index pages and data pages for the new <literal>PAGE</literal>
+          row format. Once the page size has been set the first time
+          <literal>mysqld</literal> has been run, you cannot change the
+          page size without recreating all your <literal>Maria</literal>
+          tables.
+        </para>
+
+        <note>
+          <para>
+            To change the block size of existing tables, you should use
+            <command>mysqldump</command> to save a copy of the table
+            data, cleanly shutdown <command>mysqld</command>, remove the
+            <filename>maria_log_control</filename> file and associated
+            logs, and reconfigure the block size before starting up
+            <command>mysqld</command> again.
+          </para>
+        </note>
+
+        <para>
+          The configuration setting of this value is recorded within the
+          <filename>maria_log_control</filename> file the first time
+          MySQL is started with the <literal>Maria</literal> engine
+          enabled.
+        </para>
+
+        <para>
+          The default size is 8192 (8KB).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-checkpoint-interval">
+          <literal>maria-checkpoint-interval</literal>
+        </para>
+
+        <para>
+          Sets the interval between automatic checkpoints. Checkpoints
+          in <literal>Maria</literal> synchronize the in-memory and
+          on-disk data and then collate information about the current
+          status of different transactions, before writing the
+          information about the current status to the
+          <literal>Maria</literal> log. The use of checkpoints improves
+          the ability and speed of <literal>Maria</literal> when
+          recovering from a crash, as recovery can continue from the
+          last stable checkpoint in the log, instead of replaying the
+          entire log.
+        </para>
+
+        <para>
+          The default checkpoint interval is 30 seconds. You can disable
+          checkpoints by setting the value to 0, but disabling
+          checkpoints will increase the time taken to recover in the
+          event of a failure. You should only set the value to 0 during
+          testing.
+        </para>
+
+        <note>
+          <para>
+            This parameter was previously known as
+            <literal>maria_check_interval</literal>.
+          </para>
+        </note>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysld_maria-force-start-after-recovery-failures">
+          <literal>maria-force-start-after-recovery-failures</literal>
+        </para>
+
+        <para>
+          Sets the maximum number of recovery operations to attempt
+          before deleting the <literal>Maria</literal> log files and
+          forcing <command>mysqld</command> to start. Recovery of the
+          <literal>Maria</literal> tables using the log files may fail
+          during startup, preventing <command>mysqld</command> from
+          starting.
+        </para>
+
+        <para>
+          Setting
+          <literal>maria-force-start-after-recovery-failures</literal>
+          to a non-zero value forces <literal>Maria</literal> to check
+          the recovery count within the <literal>Maria</literal> log
+          control file. This value is incremented each time a recovery
+          is attempted. If the number of attempts matches the value of
+          <literal>maria-force-start-after-recovery-failures</literal>,
+          then <literal>Maria</literal> will delete all the current log
+          files before <command>mysqld</command> starts.
+        </para>
+
+        <para>
+          Because forcing a start without recovery leaves tables in an
+          inconsistent state, you should only set
+          <literal>maria-force-start-after-recovery-failures</literal>
+          in conjunction with the <literal>maria-recovery</literal>
+          option, which forces checking and recovery of tables during
+          startup without requiring the Maria log files.
+        </para>
+
+        <para>
+          The default value is 0.
+        </para>
+
+        <note>
+          <para>
+            Setting <literal>maria-force-start-after-recovery</literal>
+            may increase the downtime and recovery time, as the recovery
+            will be attempted a number of times before startup is
+            forced. However, without it, <command>mysqld</command> will
+            fail to start up if there are broken tables.
+          </para>
+        </note>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-log-dir-path">
+          <literal>maria_log_dir_path</literal>
+        </para>
+
+        <para>
+          Sets the path to the directory where the transactional log
+          files and the log control file will be stored. You can set
+          this to another device to improve performance.
+        </para>
+
+        <para>
+          The default value is to use the same directory as the
+          <option>datadir</option> option.
+        </para>
+
+        <note>
+          <para>
+            This option is only available through the configuration or
+            command-line. You cannot change the location of the log
+            files while <command>mysqld</command> is running.
+          </para>
+        </note>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-log-file-size">
+          <literal>maria_log_file_size</literal>
+        </para>
+
+        <para>
+          Sets the size of each of the <literal>Maria</literal> log
+          files. When the log reaches this figure, a new log file (with
+          a new sequential log file number) is created, and the
+          <filename>maria_log_control</filename> file is updated.
+        </para>
+
+        <para>
+          The default size is 1GB. The minimum log file size is 8MB and
+          the maximum log file size is (4GB - 8192 bytes)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-log-purge-type">
+          <literal>maria_log_purge_type</literal>
+        </para>
+
+        <para>
+          Specifies how the transactional log will be purged. Supported
+          types are as follows:
+        </para>
+
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              <literal>at_flush</literal> &mdash; the logs will be
+              removed (deleted from disk) only when they have been
+              marked 'free' (i.e. there are no pending transactions),
+              and a <literal>FLUSH LOGS</literal> statement has been
+              executed.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <literal>immediate</literal> &mdash; the logs are deleted
+              as soon as they no longer have pending transactions.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <literal>external</literal> &mdash; the logs are not
+              deleted automatically; it is assumed an external utility
+              is responsible for actually deleting the logs. This can be
+              used in combination with a backup solution to delete the
+              logs only once a backup has been completed.
+            </para>
+          </listitem>
+
+        </itemizedlist>
+
+        <para>
+          Default is <literal>immediate</literal>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-max-sort-file-size">
+          <literal>maria_max_sort_file_size</literal>
+        </para>
+
+        <para>
+          Don't use the fast sort index method to create index id the
+          temporary file would get bigger than this size.
+        </para>
+
+        <para>
+          Default is the maximum file size.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-page-checksum">
+          <literal>maria_page_checksum</literal>
+        </para>
+
+        <para>
+          Sets the default mode for page checksums. If a table has page
+          checksums, then <literal>Maria</literal> will use the checksum
+          to ensure that the page information is not corrupted. You can
+          override page checksums on a table by table level by using the
+          <literal>PAGE_CHECKSUM</literal> or
+          <literal>CHECKSUM</literal> option during <literal>CREATE
+          TABLE</literal>.
+        </para>
+
+        <para>
+          Default is for <option>maria_page_checksum</option> to be
+          enabled.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-pagecache-age-threshold">
+          <literal>maria_pagecache_age_threshold</literal>
+        </para>
+
+        <para>
+          The number of hits that a hot block in the page cache has to
+          be untouched until it is considered old enough to be
+          downgraded to a warm block. Lower values cause demotion to
+          happen more quickly.
+        </para>
+
+        <para>
+          The default is 300.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-pagecache-buffer-size">
+          <literal>maria_pagecache_buffer_size</literal>
+        </para>
+
+        <para>
+          Sets the size of the buffer used for data and index pages to
+          <literal>Maria</literal> tables. You should increase this
+          value to improve performance on data and index reads and
+          writes, ideally to the maximum figure supported by your
+          environment.
+        </para>
+
+        <para>
+          The default value is 8MB.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-pagecache-division-limit">
+          <literal>maria_pagecache_division_limit</literal>
+        </para>
+
+        <para>
+          The minimum percentage of warm blocks in the page cache.
+        </para>
+
+        <para>
+          The default value is 100.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-recovery">
+          <literal>maria_recovery</literal>
+        </para>
+
+        <para>
+          Forces recovery of corrupted <literal>Maria</literal> tables
+          without using the log files. Unlike the automatic recovery
+          supported by <literal>Maria</literal> on transactional tables,
+          <literal>maria-recovery</literal> will work for all
+          <literal>Maria</literal> tables.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-repair-threads">
+          <literal>maria_repair_threads</literal>
+        </para>
+
+        <para>
+          Number of threads to be used when repairing
+          <literal>Maria</literal> tables when using <literal>REPAIR
+          TABLE</literal>. The default value of 1 disables parallel
+          repair.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-sort-buffer-size">
+          <literal>maria_sort_buffer_size</literal>
+        </para>
+
+        <para>
+          Sets the size of the buffer that is allocated when sorting the
+          index when doing a <literal>REPAIR</literal> or when creating
+          indexes using <literal>CREATE INDEX</literal> or
+          <literal>ALTER TABLE</literal>. Increasing this option will
+          improve the speed of the index creation process.
+        </para>
+
+        <para>
+          The default value is 8MB.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-stats-method">
+          <literal>maria_stats_method</literal>
+        </para>
+
+        <para>
+          Specifies how index statistics collection treats
+          <literal>NULL</literal> values. Valid choices are
+          <literal>nulls_unequal</literal>,
+          <literal>nulls_equal</literal>,
+          <literal>nulls_ignored</literal>.
+        </para>
+
+        <para>
+          The default setting is <literal>nulls_unequal</literal>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para id="option_mysqld_maria-sync-log-dir">
+          <literal>maria_sync_log_dir</literal>
+        </para>
+
+        <para>
+          Controls the synchronization of the directory after a log file
+          has been extended or a new log file has been created.
+          Supported values <literal>never</literal>,
+          <literal>newfile</literal> (only when a new log file is
+          created), and <literal>always</literal>.
+        </para>
+
+        <para>
+          The default setting is <literal>newfile</literal>.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+  <section id="se-maria-tableoptions">
+
+    <title><literal>Maria</literal> Table Options</title>
+
+    <para>
+      There are a number of options available when you create a new
+      <literal>Maria</literal> table:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>PAGE_CHECKSUM</literal>
+        </para>
+
+        <para>
+          The <literal>PAGE_CHECKSUM</literal> table option specifies
+          whether a page checksum for the table should be enabled. The
+          checksum can either be switched on (value 1) or off (value 0).
+          The default value of this option is implied by the
+          <option>maria_page_checksum</option> variable.
+        </para>
+
+        <para>
+          Because the default value of the
+          <literal>PAGE_CHECKSUM</literal> option is configurable, the
+          checksum setting is always included in the output of
+          <literal>SHOW CREATE TABLE</literal> if it was enabled when
+          the table was created.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>TRANSACTIONAL</literal>
+        </para>
+
+        <para>
+          <literal>Maria</literal> tables can be either transactional or
+          non-transactional. For <literal>Maria</literal> versions less
+          than 2.0, <literal>TRANSACTIONAL</literal> means crash-safe.
+          Full transaction support will only be available with
+          <literal>Maria</literal> 2.0 and later.
+        </para>
+
+        <para>
+          Changes to transactional tables are recorded in the
+          <literal>Maria</literal> log and use slightly more space per
+          row than non-transactional tables. By default all tables are
+          transactional (i.e. <literal>TRANSACTIONAL=1</literal> is
+          implied within the <literal>CREATE TABLE</literal> definition.
+          This means that the transactional status of the table is not
+          written in the output of the <literal>SHOW CREATE
+          TABLE</literal> output:
+        </para>
+
+<programlisting>mysql&gt; create table maria_trans (id int, title char(20)) engine=Maria;
+Query OK, 0 rows affected (0.05 sec)
+
+mysql&gt; SHOW CREATE TABLE maria_trans;
++-------------+---------------------------------------+
+| Table       | Create Table                          |
++-------------+---------------------------------------+
+| maria_trans | CREATE TABLE `maria_trans` (
+   `id` int(11) DEFAULT NULL,
+   `title` char(20) DEFAULT NULL
+) ENGINE=MARIA DEFAULT CHARSET=latin1 PAGE_CHECKSUM=1 | 
++-------------+---------------------------------------+
+1 row in set (0.00 sec)
+      </programlisting>
+
+        <para>
+          If you create a non-crash safe (non-transactional) table then
+          the option is shown
+        </para>
+
+<programlisting>
+mysql&gt; CREATE TABLE maria_nontrans (id INT, title CHAR(20)) ENGINE=Maria TRANSACTIONAL=0;
+Query OK, 0 rows affected (0.02 sec)
+
+mysql&gt; SHOW CREATE TABLE maria_nontrans;
++----------------+----------------------------------------------------+
+| Table          | Create Table                                       |
++----------------+----------------------------------------------------+
+| maria_nontrans | CREATE TABLE `maria_nontrans` (
+   `id` int(11) DEFAULT NULL,
+   `title` char(20) DEFAULT NULL
+) ENGINE=MARIA DEFAULT CHARSET=latin1 PAGE_CHECKSUM=1 TRANSACTIONAL=0 | 
++----------------+----------------------------------------------------+
+1 row in set (0.00 sec)
+</programlisting>
+
+        <para>
+          Currently, transactional tables cannot handle
+          <literal>SPATIAL</literal> or <literal>FULLTEXT</literal>
+          indexes. You must use a non-transactional table if you want to
+          use these index key types. If you try to create a table with
+          these options, then an error will occur during <literal>CREATE
+          TABLE</literal>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>TABLE_CHECKSUM</literal>, <literal>CHECKSUM</literal>
+        </para>
+
+        <para>
+          Forces MySQL to maintain a live checksum for all rows in the
+          table. This maintains a rolling checksum (i.e. one that
+          changes when the table data changes), and can be used to
+          identify corrupted tables. This is identical to the
+          <literal>CHECKSUM</literal> on <literal>MyISAM</literal>
+          tables.
+        </para>
+
+        <para>
+          The <literal>CHECKSUM TABLE</literal> statement, which returns
+          the checksum for a given table, ignores record's attributes
+          which have a <literal>NULL</literal> value. This is different
+          behavior from standard MySQL 5.1.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      In addition, <literal>Maria</literal> supports the following row
+      formats:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>FIXED</literal> &mdash; identical to the
+          <literal>FIXED</literal> row format used by
+          <literal>MyISAM</literal>. Must be used with non-transactional
+          tables (i.e. where <literal>TRANSACTIONAL=0</literal>).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>DYNAMIC</literal> &mdash; identical to the
+          <literal>DYNAMIC</literal> row format used by
+          <literal>MyISAM</literal>. Must be used with non-transactional
+          tables (i.e. where <literal>TRANSACTIONAL=0</literal>).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>PAGE</literal> &mdash; new <literal>Maria</literal>
+          row format where data and index information is written into
+          pages. The <literal>PAGE</literal> option can be used with
+          <literal>TRANSACTIONAL=0</literal> or
+          <literal>TRANSACTIONAL=1</literal>. The
+          <literal>PAGE</literal> format uses a different caching
+          mechanism than <literal>MyISAM</literal>. For more
+          information, see <xref linkend="se-maria-configuration"/>.
+        </para>
+
+        <para>
+          <literal>Maria</literal> data pages in <literal>PAGE</literal>
+          format has an overhead of 10 byte/page and 5 byte/rows.
+          Transaction and multiple concurrent writer support will use an
+          additional overhead of 7 bytes for new rows, 14 bytes for
+          deleted rows and 0 bytes for old compacted rows.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+  <section id="se-maria-log">
+
+    <title><literal>Maria</literal> Transaction Log</title>
+
+    <para>
+      The transaction log within <literal>Maria</literal> keeps a record
+      of all changes, including DDL, to tables created using the
+      <literal>TRANSACTIONAL</literal> table option. Events from all
+      tables and all databases are written into a single log file
+      sequence. The <literal>Maria</literal> log consists of one log
+      control file (<filename>maria_log_control</filename>) and one or
+      more maria log files (named
+      <filename>maria_log.????????</filename>, where
+      <literal>????????</literal> is an eight-digit number with a
+      maximum value of 16777215). The log control file and log file are
+      created automatically when <command>mysqld</command> is started.
+    </para>
+
+    <para>
+      The log contains a copy of all the data and that log can be used
+      to replay and verify the contents of the data files in the event
+      of a crash. Checkpoints saves information about the current
+      transactions, opened files and other statusw information that will
+      be required if t6he log needs to be used during recover.
+      Checkpoints are written every 30 seconds by default, although you
+      can increase or decrease this value.
+    </para>
+
+    <para>
+      For tables using the transactional format, statements that change
+      data (DML statements) are recorded in the log file and these
+      changes are also ultimately written to the data and index files. .
+      There is no fixed point when the application of data written to
+      the log is also written to the data and index files. The process
+      happens continuously in the background during normal execution.
+      Although the data and index files and the transaction log may be
+      out of sync, all of the information is always available. In the
+      event of a crash, the recovery process will replay and apply the
+      contents of the log to bring the data and log files back into
+      synchronization.
+    </para>
+
+    <para>
+      Additional log files are created when the log file reaches the
+      configured maximum size (as controlled by
+      <literal>maria_log_file_size</literal>). The default value is 1GB.
+      This option can be controlled as a global variable and set with
+      the configuration file or on the command line.
+    </para>
+
+    <para>
+      You can determine the list of current log files using the
+      statement <literal>SHOW ENGINE MARIA LOGS</literal>:
+    </para>
+
+<programlisting>mysql> SHOW ENGINE MARIA LOGS;
++--------+-------------------------------------------------------------+----------+
+| Type   | Name                                                        | Status   |
++--------+-------------------------------------------------------------+----------+
+| maria  | Size    191627264 ; /usr/local/mysql/var/maria_log.00000009 | unknown  | 
++--------+-------------------------------------------------------------+----------+
+1 row in set (0.00 sec)
+    </programlisting>
+
+    <para>
+      The <literal>Status</literal> shows the current status of the log
+      file:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>unknown</literal> &mdash; no checkpoint has taken
+          place, so the current status of the log file is unknown.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>in-use</literal> &mdash; information is still being
+          written to or read from the log, or outstanding statements are
+          still active that have information active within the log file.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>free</literal> &mdash; the log file and any
+          statements related to it have been completed and safely
+          committed to disk, and the log file is no longer active.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      Any other message indicates an error in reading the log file
+      information.
+    </para>
+
+    <para>
+      New log files are created automatically as the size of the log
+      events reaches the configured size. For example, shown below are
+      the log files after a statement that inserted a large volume of
+      data was executed after the <literal>maria_log_file_size</literal>
+      variable has been reduced to 8MB (the minimum supported value):
+    </para>
+
+<programlisting>mysql&gt; SHOW ENGINE MARIA LOGS;
++--------+-------------------------------------------------------------+---------+
+| Type   | Name                                                        | Status  |
++--------+-------------------------------------------------------------+---------+
+| maria  | Size    191627264 ; /usr/local/mysql/var/maria_log.00000009 | in use  | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000010 | in use  | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000011 | in use  | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000012 | in use  | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000013 | in use  | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000014 | in use  | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000015 | in use  | 
+| maria  | Size       139264 ; /usr/local/mysql/var/maria_log.00000016 | in use  | 
++--------+-------------------------------------------------------------+---------+
+8 rows in set (0.00 sec)
+</programlisting>
+
+    <para>
+      Log files that no longer have transactions or outstanding events
+      where the data has been safely committed on disk are marked
+      'free':
+    </para>
+
+<programlisting>mysql> SHOW ENGINE MARIA LOGS;
++--------+-------------------------------------------------------------+---------+
+| Type   | Name                                                        | Status  |
++--------+-------------------------------------------------------------+---------+
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000002 | free    | 
+| maria  | Size      2170880 ; /usr/local/mysql/var/maria_log.00000003 | in use  | 
++--------+-------------------------------------------------------------+---------+
+2 rows in set (0.00 sec)
+    </programlisting>
+
+    <para>
+      Log files are deleted according to the setting of the
+      <literal>maria_log_purge_type</literal> dynamic variable. Three
+      options are supported, <literal>immediate</literal>,
+      <literal>external</literal> and <literal>at_flush</literal>.
+    </para>
+
+    <para>
+      In <literal>immediate</literal> mode, the log files are deleted as
+      soon as they no longer have outstanding transactions or events.
+      This reduces the disk space used by these logs, but means that the
+      logs cannot be transferred to another machine for replaying. This
+      setting should not affect recovery functionality, as only logs
+      where there is no outstanding data to be committed are deleted.
+    </para>
+
+    <para>
+      In <literal>at_flush</literal> mode, the log files are only
+      deleted when you execute the <literal>FLUSH LOGS</literal>
+      statement. Issuing this statement will delete the logs that have
+      the 'free' status, and therefore will not affect logs with
+      outstanding transactions or events.
+    </para>
+
+<programlisting>mysql> SHOW ENGINE MARIA LOGS;
++--------+-------------------------------------------------------------+---------+
+| Type   | Name                                                        | Status  |
++--------+-------------------------------------------------------------+---------+
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000002 | free    | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000003 | free    | 
+| maria  | Size      8388608 ; /usr/local/mysql/var/maria_log.00000004 | free    | 
+| maria  | Size      4325376 ; /usr/local/mysql/var/maria_log.00000005 | in use  | 
++--------+-------------------------------------------------------------+---------+
+4 rows in set (0.00 sec)
+
+mysql> FLUSH LOGS;
+Query OK, 0 rows affected (0.00 sec)
+
+mysql> SHOW ENGINE MARIA LOGS;
++--------+-------------------------------------------------------------+---------+
+| Type   | Name                                                        | Status  |
++--------+-------------------------------------------------------------+---------+
+| maria  | Size      4325376 ; /usr/local/mysql/var/maria_log.00000005 | in use  | 
++--------+-------------------------------------------------------------+---------+
+1 row in set (0.00 sec)
+    </programlisting>
+
+    <para>
+      When <literal>maria_log_purge_type</literal> is set to
+      <literal>external</literal>, log files are not deleted by MySQL at
+      all. Instead, it is assumed that an external process is
+      responsible for deleting log files. Care should be taken with this
+      setting as you should only delete log files that
+      <literal>Maria</literal> is no longer using.
+    </para>
+
+    <para>
+      Transaction log file events can be viewed using the
+      <command>maria_read_log</command> command, which also provides the
+      ability to replay log file contents and apply them to tables
+      without running <command>mysqld</command>. For more information,
+      see <xref linkend="se-maria-tools"/>.
+    </para>
+
+  </section>
+
+  <section id="se-maria-recovery">
+
+    <title><literal>Maria</literal> Recovery</title>
+
+    <para>
+      Any change (creation, insertion, deletion, update, etc.) in a
+      <literal>Maria</literal> table using the transactional format is
+      automatically written to the <literal>Maria</literal> log. Changes
+      to non-transactional tables are not written to the log.
+    </para>
+
+    <para>
+      The basic operation of the recovery process is in two main stages:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Replay the contents of the log and update the data and index
+          information.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Roll back any statements that had not completed, or where the
+          transactions not been not been committed.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      More specifically, in the event of a crash or other failure of
+      <command>mysqld</command>, the following takes place during the
+      next invocation of <command>mysqld</command>:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Last checkpoint will be read from the log and the log will be
+          replayed from the point calculated on the data contained
+          within the checkpoint record. This point may be before the
+          actual checkpoint.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          If a checkpoint is not available (for example, if the log file
+          was newly created and no checkpoint was written when the crash
+          occurred), then all events are replayed from the start of the
+          log file.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          For each active connection, events are replayed until the last
+          statement that completed before the crash occured, unless the
+          statement was executed after a <literal>LOCK TABLES</literal>
+          statement, in which case recovery takes place to the last
+          statement executed before the <literal>LOCK TABLES</literal>
+          statement was issued.
+        </para>
+
+        <para>
+          Because multiple connections can be active at the same time,
+          recovery takes for each connection individually.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          During recovery, if a statement fails due to a unique key
+          violation, then the entire statement is not rolled back. Only
+          the data that would have triggered the unique key violation is
+          rolled back. For example, if you had executed the following
+          statements into a table with a unique key:
+        </para>
+
+<programlisting>INSERT VALUES (1);
+INSERT VALUES (2),(1)</programlisting>
+
+        <para>
+          The second statement would generate a unique key violation,
+          but during recovery the statement would not be rolled back.
+          The table would still contain two rows containing the first
+          two values.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      You can see a sample of the recovery process after a crash below:
+    </para>
+
+<programlisting>080111 16:42:05 mysqld_safe Number of processes running now: 0
+080111 16:42:05 mysqld_safe mysqld restarted
+080111 16:42:05 [Note] mysqld: Maria engine: starting recovery
+recovered pages: 0% 99% 100% (0.9 seconds); transactions to roll back: 1 0 (3.8 seconds); tables to flush: 1 0 (0.5 seconds); 
+080111 16:42:10 [Note] mysqld: Maria engine: recovery done
+080111 16:42:10 [Note] Event Scheduler: Loaded 0 events
+080111 16:42:10 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
+    </programlisting>
+
+    <para>
+      Recovery is automatic, but the length of time for recovery
+      increases in line with the number of incomplete statements and
+      tables known to be out of synchornization with the log. The
+      recovery process is single-threaded and cannot be configured.
+    </para>
+
+  </section>
+
+  <section id="se-maria-concurrency">
+
+    <title><literal>Maria</literal> Statement Concurrency</title>
+
+    <para>
+      The concurrency of statement execution on tables is handled
+      differently in <literal>Maria</literal> depending on whether you
+      are using non-transactional or transactional tables.
+    </para>
+
+    <para>
+      For non-transactional tables, the rules are identical to MyISAM:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>SELECT</literal>
+        </para>
+
+        <para>
+          All issued <literal>SELECT</literal>'s are running
+          concurrently. While a <literal>SELECT</literal> is running,
+          all writers (<literal>INSERT</literal>,
+          <literal>DELETE</literal>, <literal>UPDATE</literal>) are
+          blocked from using any of the used tables (i.e., they wait for
+          the table to be free before continuing) . The only exception
+          is that one <literal>INSERT CONCURRENT</literal> can be run on
+          each table that doesn't have any deleted rows.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>UPDATE</literal>
+        </para>
+
+        <para>
+          Only one <literal>UPDATE</literal> statement can run at the
+          same time on each table. While the <literal>UPDATE</literal>
+          is running all other threads are blocked from using this
+          table.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>DELETE</literal>
+        </para>
+
+        <para>
+          Only one <literal>DELETE</literal> statement can run at the
+          same time on each table. While the <literal>DELETE</literal>
+          is running all other threads are blocked from using this
+          table.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>INSERT</literal>
+        </para>
+
+        <para>
+          If <literal>INSERT CONCURRENT</literal> is used, and there are
+          no deleted rows in the table, only one <literal>INSERT
+          CONCURRENT</literal> statement can run at the same time on
+          each table. While the <literal>INSERT CONCURRENT</literal> is
+          running all other writer threads are blocked for using this
+          table. Any number of <literal>SELECT</literal> statements can
+          use this table.
+        </para>
+
+        <para>
+          If normal <literal>INSERT</literal> is used or if there are
+          deleted rows in the table, only one INSERT statement can run
+          at the same time on the table. While the
+          <literal>INSERT</literal> is running all
+          <literal>SELECT</literal>, <literal>INSERT</literal>,
+          <literal>DELETE</literal> and <literal>UPDATE</literal> are
+          blocked from using this table.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>CREATE</literal> or <literal>DROP</literal>
+        </para>
+
+        <para>
+          <literal>CREATE</literal>'s on different tables can be run
+          concurrently. On the same table, first creator wins.
+          <literal>DROP</literal> waits until all statements using the
+          tables are completed, after which the table is dropped.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      When using transactional tables:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>SELECT</literal>
+        </para>
+
+        <para>
+          All issued <literal>SELECT</literal>'s are running
+          concurrently. While a <literal>SELECT</literal> is running,
+          all writers (<literal>INSERT</literal>,
+          <literal>DELETE</literal>, <literal>UPDATE</literal>) are
+          blocked from using any of the used tables (ie, they wait for
+          the table to be free before continuing).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>UPDATE</literal>
+        </para>
+
+        <para>
+          Only one <literal>UPDATE</literal> statement can run at the
+          same time on each table. While the <literal>UPDATE</literal>
+          is running all other threads are blocked from using this
+          table.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>DELETE</literal>
+        </para>
+
+        <para>
+          Only one <literal>DELETE</literal> statement can run at the
+          same time on each table. While the <literal>DELETE</literal>
+          is running all other threads are blocked from using this
+          table.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>INSERT</literal>
+        </para>
+
+        <para>
+          Only one <literal>INSERT</literal> statement can run at the
+          same time on the table. While the <literal>INSERT</literal> is
+          running all <literal>SELECT</literal>,
+          <literal>INSERT</literal>, <literal>DELETE</literal> and
+          <literal>UPDATE</literal> are blocked from using this table.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>CREATE</literal> or <literal>DROP</literal>
+        </para>
+
+        <para>
+          <literal>CREATE</literal>'s on different tables can be run
+          concurrently. On the same table, first creator wins.
+          <literal>DROP</literal> waits until all statements using the
+          tables are completed, after which the table is dropped.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+  <section id="se-maria-designnotes">
+
+    <title><literal>Maria</literal> Design Notes</title>
+
+    <para>
+      <literal>Maria</literal> supports all aspects of
+      <literal>MyISAM</literal>, except as noted below. This includes
+      external and internal check/repair/compressing of rows, different
+      row formats, different index compress formats, maria_check etc.
+      After a normal shutdown one can copy <literal>Maria</literal>
+      files between servers.
+    </para>
+
+    <para>
+      <emphasis role="bold">Advantages of <literal>Maria</literal>
+      (Compared to <literal>MyISAM</literal>) </emphasis>
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Data and indexes are crash safe. On crash, things will
+          rollback to state of the start of statement or last
+          <literal>LOCK TABLES</literal> commands.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> can replay everything from the log.
+          Including
+          <literal>CREATE</literal>/<literal>DROP</literal>/<literal>RENAME</literal>/<literal>TRUNCATE</literal>
+          tables.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>LOAD INDEX</literal> can skip index blocks for not
+          wanted indexes
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Supports all <literal>MyISAM</literal> row formats and the new
+          transactional format where data is stored in pages.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          When using transactional format (default) row data can be
+          cached.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> has unit tests of most parts
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Supports both crash safe (soon to be transactional) and not
+          transactional tables. (Not transactional tables are not logged
+          and rows uses less space). <literal>CREATE TABLE foo (...)
+          TRANSACTIONAL=0|1</literal>
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Transactional is the only crashsafe/transactional row format.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Block format should give a notable speed improvement on
+          systems with bad data caching (for example Windows).
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      <emphasis role="bold">Differences between <literal>Maria</literal>
+      and <literal>MyISAM</literal> </emphasis>
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> uses big (1GB by default) log files.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> has a log control file
+          (<filename>maria_log_control</filename>) and log files (
+          <filename>maria_log.????????</filename>). The log files can be
+          automatically purged when not needed or purged on demand
+          (after backup).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> uses by default 8K pages for indexes
+          (<literal>MyISAM</literal> 1K). <literal>Maria</literal>
+          should be faster on static size indexes but slower on variable
+          length keys (until we add a directory to index pages).
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      <emphasis role="bold">Disadvantages of <literal>Maria</literal>
+      (compared to <literal>MyISAM</literal>), that will be fixed in
+      forthcoming releases </emphasis>
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> 1.0 has one writer or many readers.
+          (<literal>MyISAM</literal> can have one inserter and many
+          readers when using concurrent inserts).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Storage of very small rows (&lt; 25 bytes) is not efficient
+          for <literal>PAGE</literal> format.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          In <literal>Maria</literal> <literal>PAGE</literal> format
+          there is an overhead of 10 byte/page and 5 byte/rows.
+          Transaction and multiple concurrent writer support will use an
+          additional overhead of 7 bytes for new rows, 14 bytes for
+          deleted rows and 0 bytes for old compacted rows.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> doesn't support <literal>INSERT
+          DELAYED</literal>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>maria_page_buffer_size</literal> system variable
+          that controls the <literal>Maria</literal> page cache size is
+          not dynamically settable like the corresponding
+          <literal>MyISAM</literal> variable,
+          <literal>key_buffer_size</literal>.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      <emphasis role="bold">Differences that are not likely to be
+      fixed</emphasis>
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          No external locking (<literal>MyISAM</literal> has external
+          locking, but it is not much used).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> has one page size for both index and
+          data (defined when <literal>Maria</literal> is used first
+          time). <literal>MyISAM</literal> supports different page sizes
+          per index.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Index requires one extra byte per index page.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>Maria</literal> doesn't support RAID (disabled in
+          <literal>MyISAM</literal> too).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Minimum data file size for <literal>PAGE</literal> format is
+          16K (with 8K pages).
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+  <section id="se-maria-tools">
+
+    <title><literal>Maria</literal> Command-line Tools</title>
+
+    <para>
+      <literal>Maria</literal> supports a number of command-line tools
+      which operate in a similar fashion to the corresponding
+      <literal>MyISAM</literal> tools. These are:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          <command>maria_chk</command> &mdash; checks
+          <literal>Maria</literal> tables for corruption. Similar to the
+          <command>myisamchk</command> command; see
+          <xref linkend="myisamchk"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>maria_ftdump</command> &mdash; dumps information
+          about fulltext indexes in <literal>Maria</literal> tables.
+          Similar to the <command>myisam_ftdump</command> command; see
+          <xref linkend="myisam-ftdump"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>maria_pack</command> &mdash; packs a
+          <literal>Maria</literal> table to save space. Similar to the
+          <command>myisampack</command> command; see
+          <xref linkend="myisampack"/>.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>maria_read_log</command> &mdash; displays the
+          contents of a <literal>Maria</literal> log file or applies the
+          contents to existing tables. This tool is a utility for the
+          log files but is not used or required for recovery of data
+          from the log file.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <command>maria_dump_log</command> &mdash; used for
+          interpreting log content for people who understand maria
+          transaction log internals.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
+<!--
+
+
+<section id="se-maria-faq">
+  <title><literal>Maria</literal> Frequently Asked Questions (FAQ)</title>
+
+</section>
+   -->
+
+  <section id="se-maria-openbugs">
+
+    <title><literal>Maria</literal> Open Bugs</title>
+
+    <para>
+      This section contains all known fatal bugs in the
+      <literal>Maria</literal> storage engine for the last source or
+      binary release. Minor bugs, extensions and feature requests and
+      bugs, found since this release can be found in the MySQL bugs
+      databases at:
+      <ulink url="http://bugs.mysql.com/">http://bugs.mysql.com/</ulink>.
+      When reporting a bug, make sure you select the
+      <literal>Maria</literal> category for the bug.
+    </para>
+
+    <note>
+      <para>
+        You can find additional information in the
+        <filename>KNOWN_BUGS.txt</filename> file within the
+        <literal>Maria</literal> repository.
+      </para>
+    </note>
+
+    <para>
+      There shouldn't normally be any bugs that affect normal operations
+      in any <literal>Maria</literal> release. Still, there are always
+      exceptions and edge cases and that's what this section is for.
+    </para>
+
+    <para>
+      If you have found a bug that is not listed here, please add it to
+      <ulink url="http://bugs.mysql.com/">http://bugs.mysql.com/</ulink>
+      so that we can either fix it for next release or in the worst case
+      add it here for others to know! When reporting a bug, make sure
+      you select the <literal>Maria</literal> category for the bug.
+    </para>
+
+    <para>
+      <emphasis role="bold">Known bugs that are planned to be fixed
+      before next minor release</emphasis>
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          If the log files are damaged or inconsistent,
+          <literal>Maria</literal> may fail to start. We should fix that
+          if this happens and mysqld is restarted (thanks to
+          mysqld_safe, instance manager or other script) it should
+          disregard the old logs, start anyway and automatically repair
+          any tables that were found to be crashed on open.
+        </para>
+
+        <para>
+          Temporary fix is to remove <filename>
+          maria_log.????????</filename> files from the data directory,
+          restart <command>mysqld</command> and run <literal>CHECK
+          TABLE</literal>/<literal>REPAIR TABLE</literal> or
+          <command>mysqlcheck</command> on your <literal>Maria</literal>
+          tables.
+        </para>
+
+        <warning>
+          <para>
+            Do not remove the <filename>maria_log_control</filename>
+            file, as this contains the page size information required
+            for reading <literal>Maria</literal> log and data files.
+          </para>
+        </warning>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      <emphasis role="bold">Known bugs that are planned to be fixed
+      before Beta </emphasis>
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          If we get a write failure on disk for the log, we should stop
+          all usage of transactional tables and mark all transactional
+          tables that are changed as crashed.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <emphasis role="bold">Missing features that are planned to be
+          fixed before Beta</emphasis>
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          We will add a maria-recover option to automatically repair any
+          crashed tables on open. (This is needed for non-transactional
+          tables and also in edge cases for transactional tables when
+          the table crashed because of a bug in MySQL or
+          <literal>Maria</literal> code)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+    <para>
+      <emphasis role="bold">Features planned for future
+      releases</emphasis>
+    </para>
+
+    <para>
+      You can find details on additional features and functionality
+      planned for <literal>Maria</literal>, see
+      <ulink url="http://forge.mysql.com/worklog/">MySQL Forge
+      Worklog</ulink>.
+    </para>
+
+  </section>
+
+</section>


Modified: trunk/refman-6.0/storage-engines.xml
===================================================================
--- trunk/refman-6.0/storage-engines.xml	2008-07-21 13:05:58 UTC (rev 11296)
+++ trunk/refman-6.0/storage-engines.xml	2008-07-21 13:54:31 UTC (rev 11297)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 661 bytes

@@ -1038,6 +1038,8 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dynxml-local-se-myisam.xml"/>
 
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dynxml-local-se-maria.xml"/>
+
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dynxml-local-se-innodb.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dynxml-local-se-falcon.xml"/>


Thread
svn commit - mysqldoc@docsrva: r11297 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-4.1 refman-5.1-maria refman-6.0mcbrown21 Jul