Changeset d939eba


Ignore:
Timestamp:
01/28/2010 08:04:37 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
826f430
Parents:
2cc743b0
Message:

Updated to mysql-5.1.42

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8230 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2cc743b0 rd939eba  
    44-->
    55
    6 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     6<!ENTITY day          "28">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    456456
    457457<!ENTITY db-version                   "4.5.20">
    458 <!ENTITY mysql-version                "5.1.30">
     458<!ENTITY mysql-version                "5.1.42">
    459459<!ENTITY postgresql-version           "8.2.4">
    460460<!ENTITY sqlite-version               "3.6.16">
  • introduction/welcome/changelog.xml

    r2cc743b0 rd939eba  
    4343
    4444    <listitem>
     45      <para>January 28th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated to mysql-5.1.42.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>January 27th, 2010</para>
    4655      <itemizedlist>
  • server/databases/mysql.xml

    r2cc743b0 rd939eba  
    99  <!ENTITY mysql-download-http "&sources-anduin-http;/m/mysql-&mysql-version;.tar.gz">
    1010  <!ENTITY mysql-download-ftp  "&sources-anduin-ftp;/m/mysql-&mysql-version;.tar.gz">
    11   <!ENTITY mysql-md5sum        "b658e58887a74dce65224ae0fc8ee06a">
    12   <!ENTITY mysql-size          "28 MB">
    13   <!ENTITY mysql-buildsize     "386 MB (additional 250 MB to run the test suite)">
    14   <!ENTITY mysql-time          "5.1 SBU (Test suite is an additional 100 minutes, only partially CPU dependent)">
     11  <!ENTITY mysql-md5sum        "b644b219e130b7c6bca81948f75d72d7">
     12  <!ENTITY mysql-size          "21 MB">
     13  <!ENTITY mysql-buildsize     "419 MB (additional 250 MB to run the test suite)">
     14  <!ENTITY mysql-time          "4.7 SBU (Test suite is an additional 61 minutes, only partially CPU dependent)">
    1515]>
    1616
     
    6767    <itemizedlist spacing="compact">
    6868      <listitem>
    69         <para>Required Patch: <ulink
    70          url="&patch-root;/mysql-&mysql-version;-limit_test-1.patch"/></para>
     69        <para>Required Patches:
     70        <ulink  url="&patch-root;/mysql-&mysql-version;-logevent-1.patch"/>
     71         <ulink url="&patch-root;/mysql-&mysql-version;-client-1.patch"/>
     72         </para>
    7173       </listitem>
    7274    </itemizedlist>
     
    109111    running the following commands:</para>
    110112
    111 <screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-limit_test-1.patch &amp;&amp;
     113<screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-logevent-1.patch &amp;&amp;
     114patch -Np1 -i ../mysql-&mysql-version;-client-1.patch &amp;&amp;
    112115./configure --prefix=/usr \
    113116            --sysconfdir=/etc \
     
    125128make</userinput></screen>
    126129
    127     <para>To test the results, issue: <command>make test</command>. Note that
    128     if you have a restrictive <filename>/etc/hosts.deny</filename> file, you
    129     will need to add an appropriate entry to the
    130     <filename>/etc/hosts.allow</filename> file for the
    131     <command>mysqld</command> daemon. Otherwise many of the tests will fail.</para>
     130    <para>To test the results, issue: <command>make test-force 2>&amp;1 | tee
     131    test.log</command>.  This forces the test to run to completion and logs all
     132    the test output.  There will be many tests that are not run due to
     133    configuration options and developer considerations.  Note that if you have
     134    a restrictive <filename>/etc/hosts.deny</filename> file, you will need to
     135    add an appropriate entry to the <filename>/etc/hosts.allow</filename> file
     136    for the <command>mysqld</command> daemon. Otherwise many of the tests will
     137    fail.</para>
    132138
    133139    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    140146    <tip>
    141147      <para>The only documentation shipped in the source tarball are
    142       <filename>mysql.info</filename> and <filename>manual.chm</filename>
    143       (Microsoft Help format) files. You can download various formats of the
    144       <application>MySQL</application> Reference Manual from <ulink
    145       url="http://dev.mysql.com/doc/"/>.</para>
     148      <filename>mysql.info</filename>, <filename>manual.chm</filename>
     149      (Microsoft Help format) files, and man pages. You can download various
     150      formats of the <application>MySQL</application> Reference Manual
     151      from <ulink url="http://dev.mysql.com/doc/"/>.</para>
    146152    </tip>
    147153
Note: See TracChangeset for help on using the changeset viewer.