Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3181 05/08/06 02:26:27 jon@stripped +4 -0
RefMan-5.1: Added new Partitioning chapter file.
Added title entity for same.
Modified manual.xml and Makefile to include same.
refman-5.1/partitioning.xml
1.1 05/08/06 02:26:26 jon@stripped +27 -0
New chapter: MySQL Partitioning.
refman-5.1/titles.ent
1.48 05/08/06 02:26:26 jon@stripped +1 -0
Added title for Partitioning chapter
refman-5.1/partitioning.xml
1.0 05/08/06 02:26:26 jon@stripped +0 -0
BitKeeper file /home/jon/bk/mysqldoc/refman-5.1/partitioning.xml
refman-5.1/manual.xml
1.8 05/08/06 02:26:26 jon@stripped +3 -1
Added include for partitioning.xml
refman-5.1/Makefile
1.10 05/08/06 02:26:26 jon@stripped +1 -0
Added ref to partitioning.xml
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jon
# Host: gigan.
# Root: /home/jon/bk/mysqldoc
--- New file ---
+++ refman-5.1/partitioning.xml 05/08/06 02:26:26
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % fixedchars.entities SYSTEM "fixedchars.ent">
%fixedchars.entities;
<!ENTITY % title.entities SYSTEM "titles.ent">
%title.entities;
]>
<chapter id='partitioning'>
<title id='title-partitioning'>&title-partitioning;</title>
<indexterm type="concept">
<primary>PARTITION</primary>
</indexterm>
<indexterm type="concept">
<primary>partitioning</primary>
</indexterm>
<para>
This is the beginning of the Partitioning chapter.
</para>
</chapter>
--- 1.9/refman-5.1/Makefile 2005-08-06 01:04:14 +10:00
+++ 1.10/refman-5.1/Makefile 2005-08-06 02:26:26 +10:00
@@ -47,6 +47,7 @@
functions.xml \
sql-syntax.xml \
storage-engines.xml \
+ partitioning.xml \
innodb.xml \
ndbcluster.xml \
images/cluster-components-1.png \
--- 1.7/refman-5.1/manual.xml 2005-08-06 01:04:17 +10:00
+++ 1.8/refman-5.1/manual.xml 2005-08-06 02:26:26 +10:00
@@ -38,8 +38,10 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="functions.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sql-syntax.xml"/>
-
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="storage-engines.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="partitioning.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="innodb.xml"/>
--- 1.47/refman-5.1/titles.ent 2005-08-06 01:57:44 +10:00
+++ 1.48/refman-5.1/titles.ent 2005-08-06 02:26:26 +10:00
@@ -1542,3 +1542,4 @@
<!ENTITY title-point-in-time-recovery-times "Specifying Times for Recovery"><!-- "Specifying Times for Recovery" -->
<!ENTITY title-point-in-time-recovery-positions "Specifying Positions for Recovery"><!-- "Specifying Positions for Recovery" -->
<!ENTITY title-replication-row-based "Row-Based Replication"><!-- "Row-Based Replication" -->
+<!ENTITY title-partitioning "MySQL Partitioning"><!-- "MySQL Partitioning" -->
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (jon:1.3181) | jon | 5 Aug |