Author: bdubbs
Date: 2010-01-28 01:04:37 -0700 (Thu, 28 Jan 2010)
New Revision: 8230
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/mysql.xml
Log:
Updated to mysql-5.1.42
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-01-27 07:35:46 UTC (rev 8229)
+++ trunk/BOOK/general.ent 2010-01-28 08:04:37 UTC (rev 8230)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "27"> <!-- Always 2 digits -->
+<!ENTITY day "28"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@@ -455,7 +455,7 @@
<!-- Chapter 23 -->
<!ENTITY db-version "4.5.20">
-<!ENTITY mysql-version "5.1.30">
+<!ENTITY mysql-version "5.1.42">
<!ENTITY postgresql-version "8.2.4">
<!ENTITY sqlite-version "3.6.16">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-01-27 07:35:46 UTC
(rev 8229)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-01-28 08:04:37 UTC
(rev 8230)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>January 28th, 2010</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Updated to mysql-5.1.42.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 27th, 2010</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/mysql.xml
===================================================================
--- trunk/BOOK/server/databases/mysql.xml 2010-01-27 07:35:46 UTC (rev
8229)
+++ trunk/BOOK/server/databases/mysql.xml 2010-01-28 08:04:37 UTC (rev
8230)
@@ -8,10 +8,10 @@
<!ENTITY mysql-download-ftp
"ftp://ftp.fu-berlin.de/unix/databases/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
-->
<!ENTITY mysql-download-http
"&sources-anduin-http;/m/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-download-ftp
"&sources-anduin-ftp;/m/mysql-&mysql-version;.tar.gz">
- <!ENTITY mysql-md5sum "b658e58887a74dce65224ae0fc8ee06a">
- <!ENTITY mysql-size "28 MB">
- <!ENTITY mysql-buildsize "386 MB (additional 250 MB to run the test
suite)">
- <!ENTITY mysql-time "5.1 SBU (Test suite is an additional 100
minutes, only partially CPU dependent)">
+ <!ENTITY mysql-md5sum "b644b219e130b7c6bca81948f75d72d7">
+ <!ENTITY mysql-size "21 MB">
+ <!ENTITY mysql-buildsize "419 MB (additional 250 MB to run the test
suite)">
+ <!ENTITY mysql-time "4.7 SBU (Test suite is an additional 61
minutes, only partially CPU dependent)">
]>
<sect1 id="mysql" xreflabel="MySQL-&mysql-version;">
@@ -66,8 +66,10 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
- <para>Required Patch: <ulink
- url="&patch-root;/mysql-&mysql-version;-limit_test-1.patch"/></para>
+ <para>Required Patches:
+ <ulink url="&patch-root;/mysql-&mysql-version;-logevent-1.patch"/>
+ <ulink url="&patch-root;/mysql-&mysql-version;-client-1.patch"/>
+ </para>
</listitem>
</itemizedlist>
@@ -108,7 +110,8 @@
<para>Build and install <application>MySQL</application> by
running the following commands:</para>
-<screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-limit_test-1.patch
&&
+<screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-logevent-1.patch
&&
+patch -Np1 -i ../mysql-&mysql-version;-client-1.patch &&
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/sbin \
@@ -124,11 +127,14 @@
--with-ssl &&
make</userinput></screen>
- <para>To test the results, issue: <command>make test</command>. Note that
- if you have a restrictive <filename>/etc/hosts.deny</filename> file, you
- will need to add an appropriate entry to the
- <filename>/etc/hosts.allow</filename> file for the
- <command>mysqld</command> daemon. Otherwise many of the tests will
fail.</para>
+ <para>To test the results, issue: <command>make test-force 2>&1 | tee
+ test.log</command>. This forces the test to run to completion and logs all
+ the test output. There will be many tests that are not run due to
+ configuration options and developer considerations. Note that if you have
+ a restrictive <filename>/etc/hosts.deny</filename> file, you will need to
+ add an appropriate entry to the <filename>/etc/hosts.allow</filename> file
+ for the <command>mysqld</command> daemon. Otherwise many of the tests will
+ fail.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -139,10 +145,10 @@
<tip>
<para>The only documentation shipped in the source tarball are
- <filename>mysql.info</filename> and <filename>manual.chm</filename>
- (Microsoft Help format) files. You can download various formats of the
- <application>MySQL</application> Reference Manual from <ulink
- url="http://dev.mysql.com/doc/"/>.</para>
+ <filename>mysql.info</filename>, <filename>manual.chm</filename>
+ (Microsoft Help format) files, and man pages. You can download various
+ formats of the <application>MySQL</application> Reference Manual
+ from <ulink url="http://dev.mysql.com/doc/"/>.</para>
</tip>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page