Updated to MySQL-5.0.37

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6683 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-03-21 19:09:27 +00:00
parent 9dcda46c55
commit 039736d25e
3 changed files with 18 additions and 32 deletions

View File

@ -352,7 +352,7 @@ $Date$
<!ENTITY db-version "4.5.20">
<!-- End special note about Heimdal -->
<!ENTITY mysql-version "5.0.21">
<!ENTITY mysql-version "5.0.37">
<!ENTITY postgresql-version "8.2.3">
<!-- Chapter 24 -->

View File

@ -44,6 +44,9 @@
<listitem>
<para>March 21st, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to MySQL-5.0.37.</para>
</listitem>
<listitem>
<para>[randy] - Modified the Heimdal instructions to rename the
Heimdal libss headers and libraries and restore the orginal E2fsprogs

View File

@ -4,14 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- <!ENTITY mysql-download-http "http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/"> -->
<!-- <!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz"> -->
<!ENTITY mysql-download-http "http://downloads.mysql.com/archives/mysql-5.0/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-download-ftp "ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-md5sum "c3165204c42e1db6fc3a95a4fd2cd22f">
<!ENTITY mysql-size "18.6 MB">
<!ENTITY mysql-buildsize "244 MB (additional 194 MB to run the test suite)">
<!ENTITY mysql-time "4.5 SBU (Test suite is an additional 48 minutes, only partially CPU dependent)">
<!ENTITY mysql-download-http "http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-download-ftp "ftp://ftp.fu-berlin.de/unix/databases/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-md5sum "26ed76facb58bdeae40c8310e337dde2">
<!ENTITY mysql-size "23.2 MB">
<!ENTITY mysql-buildsize "336 MB (additional 47 MB to run the test suite)">
<!ENTITY mysql-time "6.4 SBU (Test suite is an additional 52 minutes, only partially CPU dependent)">
]>
<sect1 id="mysql" xreflabel="MySQL-&mysql-version;">
@ -61,7 +59,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="openssl"/> and
<xref linkend="tcpwrappers"/>.
<xref linkend="tcpwrappers"/>
<!-- Removing libedit because it causes more problems than it solves.
@ -70,14 +68,6 @@
</para>
<!-- These appear to be obsolete now that the docs have been pulled
out of the main tarball. Configure still checks for them, but
best I can tell, they are not used, nor can be used even if found
<xref linkend="doxygen"/> and
<xref linkend="tetex"/></para>
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/mysql"/></para>
@ -96,11 +86,6 @@ useradd -c "MySQL Server" -d /dev/null -g mysql -s /bin/false \
<para>Build and install <application>MySQL</application> by
running the following commands:</para>
<!-- Removing the CPPFLAGS="-D_GNU_SOURCE" and
-with-named-thread-libs=-lpthread as they don't appear to be
required any longer
-->
<screen><userinput>C_EXTRA_FLAGS=-fno-strict-aliasing \
./configure --prefix=/usr \
--sysconfdir=/etc \
@ -144,15 +129,13 @@ rm -rf /tmp/mysql &amp;&amp;
cd /usr/lib &amp;&amp;
ln -v -sf mysql/libmysqlclient{,_r}.so* .</userinput></screen>
<!-- Insert this back into the 'root' installation section if
there are ever docs to install again
install -v -d -m755 /usr/share/mysql/Docs/Images &amp;&amp;
install -v -m644 Docs/manual{,_toc}.html \
Docs/manual.txt /usr/share/mysql/Docs &amp;&amp;
install -v -m644 Docs/Images/*.{jpg,gif} /usr/share/mysql/Docs/Images &amp;&amp;
-->
<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>
</tip>
</sect2>