Updated to MySQL-4.1.11.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4078 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-05-09 19:24:05 +00:00
parent ff7ee9c396
commit 9e69cae287
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "08">
<!ENTITY day "09">
<!ENTITY month "05">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@ -256,7 +256,7 @@
<!-- Chapter 23 -->
<!ENTITY db-version "4.3.27">
<!ENTITY mysql-version "4.1.10a">
<!ENTITY mysql-version "4.1.11">
<!ENTITY postgresql-version "8.0.1">
<!-- Chapter 24 -->

View File

@ -24,6 +24,10 @@
<itemizedlist>
<listitem>
<para>May 9th, 2005 [igor]: Updated to MySQL-4.1.11.</para>
</listitem>
<listitem>
<para>May 8th, 2005 [randy]: Updated to Metacity-2.10.1; updated
XScreenSaver dependencies and build instructions.</para>

View File

@ -6,8 +6,8 @@
<!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
<!ENTITY mysql-md5 "6a4a6a5b3d0a42a9a271b2b8867bde82">
<!ENTITY mysql-size "22.5 MB">
<!ENTITY mysql-md5 "0b99001b07cad53f161ec629a6bb24ea">
<!ENTITY mysql-size "22 MB">
<!ENTITY mysql-buildsize "207 MB">
<!ENTITY mysql-time "3.83 SBU">
]>
@ -82,6 +82,8 @@ running the following commands:</para>
--without-debug --without-bench --without-readline &amp;&amp;
make testdir=/usr/lib/mysql/mysql-test</command></userinput></screen>
<para>To test the results, issue: <command>make test</command>.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make testdir=/usr/lib/mysql/mysql-test install &amp;&amp;