Author: paul
Date: 2010-07-08 18:16:04 +0200 (Thu, 08 Jul 2010)
New Revision: 21625
Log:
r60969@frost: paul | 2010-07-08 10:16:51 -0500
Small update to DBD::mysql required versions
Modified:
trunk/refman-4.1/installing.xml
trunk/refman-5.0/installing-core.xml
trunk/refman-5.1/installing-perl.xml
trunk/refman-5.5/installing-core.xml
trunk/refman-6.0/installing-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:40660
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:60959
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:40660
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:60969
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2010-07-08 15:24:52 UTC (rev 21624)
+++ trunk/refman-4.1/installing.xml 2010-07-08 16:16:04 UTC (rev 21625)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 981 bytes
@@ -16293,12 +16293,14 @@
</para>
<para>
- If you want to use transactions with Perl DBI, you need to have
- <literal>DBD::mysql</literal> 2.0900. If you are using the MySQL
+ To use transactions with Perl DBI, you must use
+ <literal>DBD::mysql</literal> 2.0900 or newer. To use the MySQL
4.1 or newer client library, you must use
<literal>DBD::mysql</literal> 2.9003 or newer. Support for
server-side prepared statements requires
- <literal>DBD::mysql</literal> 3.0009 or newer.
+ <literal>DBD::mysql</literal> 3.0009 or newer. Current versions of
+ <literal>DBD::mysql</literal> on CPAN are 4.xxxx or higher and
+ support all these capabilities.
</para>
<para>
Modified: trunk/refman-5.0/installing-core.xml
===================================================================
--- trunk/refman-5.0/installing-core.xml 2010-07-08 15:24:52 UTC (rev 21624)
+++ trunk/refman-5.0/installing-core.xml 2010-07-08 16:16:04 UTC (rev 21625)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 996 bytes
@@ -16100,12 +16100,14 @@
</para>
<para>
- If you want to use transactions with Perl DBI, you need to have
- <literal>DBD::mysql</literal> 2.0900. If you are using the MySQL
+ To use transactions with Perl DBI, you must use
+ <literal>DBD::mysql</literal> 2.0900 or newer. To use the MySQL
4.1 or newer client library, you must use
<literal>DBD::mysql</literal> 2.9003 or newer. Support for
server-side prepared statements requires
- <literal>DBD::mysql</literal> 3.0009 or newer.
+ <literal>DBD::mysql</literal> 3.0009 or newer. Current versions of
+ <literal>DBD::mysql</literal> on CPAN are 4.xxxx or higher and
+ support all these capabilities.
</para>
<para>
Modified: trunk/refman-5.1/installing-perl.xml
===================================================================
--- trunk/refman-5.1/installing-perl.xml 2010-07-08 15:24:52 UTC (rev 21624)
+++ trunk/refman-5.1/installing-perl.xml 2010-07-08 16:16:04 UTC (rev 21625)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 969 bytes
@@ -28,11 +28,13 @@
</para>
<para>
- If you want to use transactions with Perl DBI, you need to have
- <literal>DBD::mysql</literal> 2.0900. If you are using the MySQL 4.1
+ To use transactions with Perl DBI, you must use
+ <literal>DBD::mysql</literal> 2.0900 or newer. To use the MySQL 4.1
or newer client library, you must use <literal>DBD::mysql</literal>
2.9003 or newer. Support for server-side prepared statements
- requires <literal>DBD::mysql</literal> 3.0009 or newer.
+ requires <literal>DBD::mysql</literal> 3.0009 or newer. Current
+ versions of <literal>DBD::mysql</literal> on CPAN are 4.xxxx or
+ higher and support all these capabilities.
</para>
<para>
Modified: trunk/refman-5.5/installing-core.xml
===================================================================
--- trunk/refman-5.5/installing-core.xml 2010-07-08 15:24:52 UTC (rev 21624)
+++ trunk/refman-5.5/installing-core.xml 2010-07-08 16:16:04 UTC (rev 21625)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 996 bytes
@@ -16773,12 +16773,14 @@
</para>
<para>
- If you want to use transactions with Perl DBI, you need to have
- <literal>DBD::mysql</literal> 2.0900. If you are using the MySQL
+ To use transactions with Perl DBI, you must use
+ <literal>DBD::mysql</literal> 2.0900 or newer. To use the MySQL
4.1 or newer client library, you must use
<literal>DBD::mysql</literal> 2.9003 or newer. Support for
server-side prepared statements requires
- <literal>DBD::mysql</literal> 3.0009 or newer.
+ <literal>DBD::mysql</literal> 3.0009 or newer. Current versions of
+ <literal>DBD::mysql</literal> on CPAN are 4.xxxx or higher and
+ support all these capabilities.
</para>
<para>
Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml 2010-07-08 15:24:52 UTC (rev 21624)
+++ trunk/refman-6.0/installing-core.xml 2010-07-08 16:16:04 UTC (rev 21625)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 996 bytes
@@ -16447,12 +16447,14 @@
</para>
<para>
- If you want to use transactions with Perl DBI, you need to have
- <literal>DBD::mysql</literal> 2.0900. If you are using the MySQL
+ To use transactions with Perl DBI, you must use
+ <literal>DBD::mysql</literal> 2.0900 or newer. To use the MySQL
4.1 or newer client library, you must use
<literal>DBD::mysql</literal> 2.9003 or newer. Support for
server-side prepared statements requires
- <literal>DBD::mysql</literal> 3.0009 or newer.
+ <literal>DBD::mysql</literal> 3.0009 or newer. Current versions of
+ <literal>DBD::mysql</literal> on CPAN are 4.xxxx or higher and
+ support all these capabilities.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r21625 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.5 refman-6.0 | paul.dubois | 8 Jul |