Author: paul
Date: 2006-01-28 00:06:29 +0100 (Sat, 28 Jan 2006)
New Revision: 1071
Log:
r6775@frost: paul | 2006-01-27 16:47:55 -0600
It's always good to specify "3" for a three-column table.
Modified:
trunk/
trunk/refman-4.1/reservedwords.xml
trunk/refman-5.0/reservedwords.xml
trunk/refman-5.1/reservedwords.xml
trunk/tools/update-reserved-words.pl
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6765
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6775
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
Modified: trunk/refman-4.1/reservedwords.xml
===================================================================
--- trunk/refman-4.1/reservedwords.xml 2006-01-27 22:14:17 UTC (rev 1070)
+++ trunk/refman-4.1/reservedwords.xml 2006-01-27 23:06:29 UTC (rev 1071)
@@ -5,10 +5,10 @@
<!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
<!-- To regenerate, use ../tools/update-reserved-words.pl -->
<informaltable>
- <tgroup cols='2'>
- <colspec colwidth='33*'/>
- <colspec colwidth='33*'/>
- <colspec colwidth='33*'/>
+ <tgroup cols="3">
+ <colspec colwidth="33*"/>
+ <colspec colwidth="33*"/>
+ <colspec colwidth="33*"/>
<tbody>
<row>
<entry>ADD</entry>
Modified: trunk/refman-5.0/reservedwords.xml
===================================================================
--- trunk/refman-5.0/reservedwords.xml 2006-01-27 22:14:17 UTC (rev 1070)
+++ trunk/refman-5.0/reservedwords.xml 2006-01-27 23:06:29 UTC (rev 1071)
@@ -5,10 +5,10 @@
<!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
<!-- To regenerate, use ../tools/update-reserved-words.pl -->
<informaltable>
- <tgroup cols='2'>
- <colspec colwidth='33*'/>
- <colspec colwidth='33*'/>
- <colspec colwidth='33*'/>
+ <tgroup cols="3">
+ <colspec colwidth="33*"/>
+ <colspec colwidth="33*"/>
+ <colspec colwidth="33*"/>
<tbody>
<row>
<entry>ADD</entry>
Modified: trunk/refman-5.1/reservedwords.xml
===================================================================
--- trunk/refman-5.1/reservedwords.xml 2006-01-27 22:14:17 UTC (rev 1070)
+++ trunk/refman-5.1/reservedwords.xml 2006-01-27 23:06:29 UTC (rev 1071)
@@ -5,10 +5,10 @@
<!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
<!-- To regenerate, use ../tools/update-reserved-words.pl -->
<informaltable>
- <tgroup cols='2'>
- <colspec colwidth='33*'/>
- <colspec colwidth='33*'/>
- <colspec colwidth='33*'/>
+ <tgroup cols="3">
+ <colspec colwidth="33*"/>
+ <colspec colwidth="33*"/>
+ <colspec colwidth="33*"/>
<tbody>
<row>
<entry>ACCESSIBLE</entry>
Modified: trunk/tools/update-reserved-words.pl
===================================================================
--- trunk/tools/update-reserved-words.pl 2006-01-27 22:14:17 UTC (rev 1070)
+++ trunk/tools/update-reserved-words.pl 2006-01-27 23:06:29 UTC (rev 1071)
@@ -230,8 +230,8 @@
}
if ($format eq "xml")
{
- $list = "<informaltable><tgroup cols='2'>\n";
- $list .= "<colspec colwidth='33*'/>\n" x 3;
+ $list = "<informaltable><tgroup cols=\"3\">\n";
+ $list .= "<colspec colwidth=\"33*\"/>\n" x 3;
$list .= "<tbody>\n";
for($i=0; $word = shift(@words); $i++) {
$list .= " <row>\n" if $i%3 == 0;
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1071 - in trunk: . refman-4.1 refman-5.0 refman-5.1 tools | paul | 28 Jan |