List:Commits« Previous MessageNext Message »
From:paul Date:November 4 2007 8:32pm
Subject:svn commit - mysqldoc@docsrva: r8528 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 tools
View as plain text  
Author: paul
Date: 2007-11-04 21:32:33 +0100 (Sun, 04 Nov 2007)
New Revision: 8528

Log:
 r32273@arctic:  paul | 2007-11-04 14:28:18 -0600
 Update reserved words, error messages.


Modified:
   trunk/it/refman-5.1/errmsgs-server.xml
   trunk/it/refman-5.1/reservedwords.xml
   trunk/pt/refman-5.1/errmsgs-server.xml
   trunk/pt/refman-5.1/reservedwords.xml
   trunk/refman-4.1/errmsgs-client.xml
   trunk/refman-4.1/errmsgs-server.xml
   trunk/refman-4.1/reserved-new-4.0.xml
   trunk/refman-4.1/reserved-new-4.1.xml
   trunk/refman-4.1/reservedwords.xml
   trunk/refman-5.0/errmsgs-client.xml
   trunk/refman-5.0/errmsgs-server.xml
   trunk/refman-5.0/reserved-new-5.0.xml
   trunk/refman-5.0/reservedwords.xml
   trunk/refman-5.1/errmsgs-client.xml
   trunk/refman-5.1/errmsgs-server.xml
   trunk/refman-5.1/reserved-new-5.1.xml
   trunk/refman-5.1/reservedwords.xml
   trunk/refman-6.0/errmsgs-client.xml
   trunk/refman-6.0/errmsgs-server.xml
   trunk/refman-6.0/reserved-new-6.0.xml
   trunk/refman-6.0/reservedwords.xml
   trunk/tools/make-reserved-words-new.rb

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32252
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26546
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32273
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26546
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581


Modified: trunk/it/refman-5.1/errmsgs-server.xml
===================================================================
--- trunk/it/refman-5.1/errmsgs-server.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/it/refman-5.1/errmsgs-server.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 536 bytes

@@ -4881,8 +4881,8 @@
     </para>
 
     <para>
-      Message: For float(M,D), double(M,D) or decimal(M,D), M must be >=
-      D (column '%s').
+      Message: For float(M,D), double(M,D) or decimal(M,D), M must be
+      &gt;= D (column '%s').
     </para>
   </listitem>
 


Modified: trunk/it/refman-5.1/reservedwords.xml
===================================================================
--- trunk/it/refman-5.1/reservedwords.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/it/refman-5.1/reservedwords.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 717 bytes

@@ -378,12 +378,12 @@
       <row>
         <entry><literal>WITH</literal></entry>
         <entry><literal>WRITE</literal></entry>
-        <entry><literal>X509</literal></entry>
+        <entry><literal>XOR</literal></entry>
       </row>
       <row>
-        <entry><literal>XOR</literal></entry>
         <entry><literal>YEAR_MONTH</literal></entry>
         <entry><literal>ZEROFILL</literal></entry>
+        <entry/>
       </row>
     </tbody>
   </tgroup>


Modified: trunk/pt/refman-5.1/errmsgs-server.xml
===================================================================
--- trunk/pt/refman-5.1/errmsgs-server.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/pt/refman-5.1/errmsgs-server.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 455 bytes

@@ -4907,7 +4907,7 @@
 
     <para>
       Mensagem: For float(M,D), double(M,D) or decimal(M,D), M must be
-      >= D (column '%s').
+      &gt;= D (column '%s').
     </para>
   </listitem>
 


Modified: trunk/pt/refman-5.1/reservedwords.xml
===================================================================
--- trunk/pt/refman-5.1/reservedwords.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/pt/refman-5.1/reservedwords.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 717 bytes

@@ -378,12 +378,12 @@
       <row>
         <entry><literal>WITH</literal></entry>
         <entry><literal>WRITE</literal></entry>
-        <entry><literal>X509</literal></entry>
+        <entry><literal>XOR</literal></entry>
       </row>
       <row>
-        <entry><literal>XOR</literal></entry>
         <entry><literal>YEAR_MONTH</literal></entry>
         <entry><literal>ZEROFILL</literal></entry>
+        <entry/>
       </row>
     </tbody>
   </tgroup>


Modified: trunk/refman-4.1/errmsgs-client.xml
===================================================================
--- trunk/refman-4.1/errmsgs-client.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-4.1/errmsgs-client.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_CLIENT_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-client.pl -->


Modified: trunk/refman-4.1/errmsgs-server.xml
===================================================================
--- trunk/refman-4.1/errmsgs-server.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-4.1/errmsgs-server.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_SERVER_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-server.pl -->


Modified: trunk/refman-4.1/reserved-new-4.0.xml
===================================================================
--- trunk/refman-4.1/reserved-new-4.0.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-4.1/reserved-new-4.0.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_NEW_RESERVED_WORDS_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-reserved-words-new.rb -->


Modified: trunk/refman-4.1/reserved-new-4.1.xml
===================================================================
--- trunk/refman-4.1/reserved-new-4.1.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-4.1/reserved-new-4.1.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_NEW_RESERVED_WORDS_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-reserved-words-new.rb -->


Modified: trunk/refman-4.1/reservedwords.xml
===================================================================
--- trunk/refman-4.1/reservedwords.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-4.1/reservedwords.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 721 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_RESERVED_WORDS -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/update-reserved-words.pl -->


Modified: trunk/refman-5.0/errmsgs-client.xml
===================================================================
--- trunk/refman-5.0/errmsgs-client.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.0/errmsgs-client.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_CLIENT_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-client.pl -->


Modified: trunk/refman-5.0/errmsgs-server.xml
===================================================================
--- trunk/refman-5.0/errmsgs-server.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.0/errmsgs-server.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_SERVER_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-server.pl -->


Modified: trunk/refman-5.0/reserved-new-5.0.xml
===================================================================
--- trunk/refman-5.0/reserved-new-5.0.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.0/reserved-new-5.0.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_NEW_RESERVED_WORDS_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-reserved-words-new.rb -->


Modified: trunk/refman-5.0/reservedwords.xml
===================================================================
--- trunk/refman-5.0/reservedwords.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.0/reservedwords.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 721 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_RESERVED_WORDS -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/update-reserved-words.pl -->


Modified: trunk/refman-5.1/errmsgs-client.xml
===================================================================
--- trunk/refman-5.1/errmsgs-client.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.1/errmsgs-client.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_CLIENT_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-client.pl -->


Modified: trunk/refman-5.1/errmsgs-server.xml
===================================================================
--- trunk/refman-5.1/errmsgs-server.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.1/errmsgs-server.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_SERVER_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-server.pl -->


Modified: trunk/refman-5.1/reserved-new-5.1.xml
===================================================================
--- trunk/refman-5.1/reserved-new-5.1.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.1/reserved-new-5.1.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_NEW_RESERVED_WORDS_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-reserved-words-new.rb -->


Modified: trunk/refman-5.1/reservedwords.xml
===================================================================
--- trunk/refman-5.1/reservedwords.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-5.1/reservedwords.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 721 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_RESERVED_WORDS -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/update-reserved-words.pl -->


Modified: trunk/refman-6.0/errmsgs-client.xml
===================================================================
--- trunk/refman-6.0/errmsgs-client.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-6.0/errmsgs-client.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_CLIENT_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-client.pl -->


Modified: trunk/refman-6.0/errmsgs-server.xml
===================================================================
--- trunk/refman-6.0/errmsgs-server.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-6.0/errmsgs-server.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_SERVER_ERROR_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-errmsgs-server.pl -->


Modified: trunk/refman-6.0/reserved-new-6.0.xml
===================================================================
--- trunk/refman-6.0/reserved-new-6.0.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-6.0/reserved-new-6.0.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 723 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_NEW_RESERVED_WORDS_INFO -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/make-reserved-words-new.rb -->


Modified: trunk/refman-6.0/reservedwords.xml
===================================================================
--- trunk/refman-6.0/reservedwords.xml	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/refman-6.0/reservedwords.xml	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 721 bytes

@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE informaltable PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <!-- START_OF_RESERVED_WORDS -->
 <!-- DO NOT EDIT THIS FILE. It is generated automatically. -->
 <!-- To regenerate, use ../tools/update-reserved-words.pl -->


Modified: trunk/tools/make-reserved-words-new.rb
===================================================================
--- trunk/tools/make-reserved-words-new.rb	2007-11-04 20:31:32 UTC (rev 8527)
+++ trunk/tools/make-reserved-words-new.rb	2007-11-04 20:32:33 UTC (rev 8528)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 657 bytes

@@ -125,7 +125,7 @@
 words = (read_words(ARGV[1]) - read_words(ARGV[0])).sort
 words.collect! { |w| "<entry><literal>" + w + "</literal></entry>" }
 # pad words array if necessary so that last row is full
-words << "<entry></entry>" while (words.size % columns) != 0
+words << "<entry/>" while (words.size % columns) != 0
 
 colspecs = "<colspec colwidth=\"#{(100/columns).to_i}*\"/>" * columns
 


Thread
svn commit - mysqldoc@docsrva: r8528 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 toolspaul4 Nov