List:Commits« Previous MessageNext Message »
From:jon Date:August 7 2007 9:17pm
Subject:svn commit - mysqldoc@docsrva: r7375 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: jstephens
Date: 2007-08-07 21:17:17 +0200 (Tue, 07 Aug 2007)
New Revision: 7375

Log:

ndb_size.pl dependency on HTML::Template removed in 5.1.18

grammar fix



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml
   trunk/refman-5.2/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2007-08-07 17:21:44 UTC (rev 7374)
+++ trunk/refman-4.1/mysql-cluster.xml	2007-08-07 19:17:17 UTC (rev 7375)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 789 bytes

@@ -16093,8 +16093,8 @@
                 <literal>HTML::Template</literal> modules, both of which
                 can be obtained from CPAN if they are not already part
                 of your Perl installation. (Many Linux and other
-                operating system distribution provide their own packages
-                for one or both of these libraries.)
+                operating system distributions provide their own
+                packages for one or both of these libraries.)
               </para>
             </listitem>
 


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2007-08-07 17:21:44 UTC (rev 7374)
+++ trunk/refman-5.0/mysql-cluster.xml	2007-08-07 19:17:17 UTC (rev 7375)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 789 bytes

@@ -16271,8 +16271,8 @@
                 <literal>HTML::Template</literal> modules, both of which
                 can be obtained from CPAN if they are not already part
                 of your Perl installation. (Many Linux and other
-                operating system distribution provide their own packages
-                for one or both of these libraries.)
+                operating system distributions provide their own
+                packages for one or both of these libraries.)
               </para>
             </listitem>
 


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-08-07 17:21:44 UTC (rev 7374)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-08-07 19:17:17 UTC (rev 7375)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 6; 1355 bytes

@@ -18194,13 +18194,20 @@
 
             <listitem>
               <para>
-                The <literal>DBI</literal> and
-                <literal>HTML::Template</literal> modules, both of which
-                can be obtained from CPAN if they are not already part
-                of your Perl installation. (Many Linux and other
-                operating system distribution provide their own packages
-                for one or both of these libraries.)
+                The <literal>DBI</literal> module, which can be obtained
+                from CPAN if it is not already part of your Perl
+                installation. (Many Linux and other operating system
+                distributions provide their own packages for one or both
+                of this library.)
               </para>
+
+              <note>
+                <para>
+                  Previous to MySQL 5.1.18,
+                  <command>ndb_size.pl</command> also required the
+                  <literal>HTML::Template</literal> module.
+                </para>
+              </note>
             </listitem>
 
             <listitem>


Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml	2007-08-07 17:21:44 UTC (rev 7374)
+++ trunk/refman-5.2/mysql-cluster.xml	2007-08-07 19:17:17 UTC (rev 7375)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 6; 1070 bytes

@@ -17497,12 +17497,11 @@
 
             <listitem>
               <para>
-                The <literal>DBI</literal> and
-                <literal>HTML::Template</literal> modules, both of which
-                can be obtained from CPAN if they are not already part
-                of your Perl installation. (Many Linux and other
-                operating system distribution provide their own packages
-                for one or both of these libraries.)
+                The <literal>DBI</literal> module, which can be obtained
+                from CPAN if it is not already part of your Perl
+                installation. (Many Linux and other operating system
+                distributions provide their own packages for one or both
+                of this library.)
               </para>
             </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7375 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2jon7 Aug