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.3566 05/09/15 09:26:51 jon@stripped +1 -0
Fixed informaltable element. (Paul)
refman-5.1/sql-syntax.xml
1.48 05/09/15 09:26:49 jon@stripped +35 -33
Fixed informaltable element. (Paul)
# 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/mysqldoc2
--- 1.47/refman-5.1/sql-syntax.xml 2005-09-15 08:23:32 +10:00
+++ 1.48/refman-5.1/sql-syntax.xml 2005-09-15 09:26:49 +10:00
@@ -2987,39 +2987,41 @@
to the following scheme:
</para>
- <informaltable pgwide="0" width="50em">
- <colgroup width="50"/>
- <colgroup width="50"/>
- <tbody>
- <row>
- <entry><emphasis role="bold">Partition
#</emphasis>:</entry>
- <entry><emphasis role="bold">Years
Range</emphasis>:</entry>
- </row>
- <row>
- <entry>0</entry>
- <entry>1990 and earlier</entry>
- </row>
- <row>
- <entry>1</entry>
- <entry>1991 - 1994</entry>
- </row>
- <row>
- <entry>2</entry>
- <entry>1995 - 1998</entry>
- </row>
- <row>
- <entry>3</entry>
- <entry>1999 - 2002</entry>
- </row>
- <row>
- <entry>4</entry>
- <entry>2003 - 2005</entry>
- </row>
- <row>
- <entry>5</entry>
- <entry>2006 and later</entry>
- </row>
- </tbody>
+ <informaltable>
+ <tgroup cols="2">
+ <colspec colwidth="40*"/>
+ <colspec colwidth="60*"/>
+ <tbody>
+ <row>
+ <entry><emphasis role="bold">Partition
#</emphasis>:</entry>
+ <entry><emphasis role="bold">Years
Range</emphasis>:</entry>
+ </row>
+ <row>
+ <entry>0</entry>
+ <entry>1990 and earlier</entry>
+ </row>
+ <row>
+ <entry>1</entry>
+ <entry>1991 - 1994</entry>
+ </row>
+ <row>
+ <entry>2</entry>
+ <entry>1995 - 1998</entry>
+ </row>
+ <row>
+ <entry>3</entry>
+ <entry>1999 - 2002</entry>
+ </row>
+ <row>
+ <entry>4</entry>
+ <entry>2003 - 2005</entry>
+ </row>
+ <row>
+ <entry>5</entry>
+ <entry>2006 and later</entry>
+ </row>
+ </tbody>
+ </tgroup>
</informaltable>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (jon:1.3566) | jon | 15 Sep |