Changeset f267149


Ignore:
Timestamp:
08/01/2010 02:31:10 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:
d0c5ea3
Parents:
786b1ba
Message:

Update to mysql 5.1.49

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r786b1ba rf267149  
    2929<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
    3030<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
     31<!ENTITY blfs-ticket-root     "http://wiki.&lfs-domainname;/blfs/ticket/">
    3132<!-- <!ENTITY lfs-root             "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> -->
    3233<!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
     
    465466
    466467<!ENTITY db-version                   "4.8.26">
    467 <!ENTITY mysql-version                "5.1.42">
     468<!ENTITY mysql-version                "5.1.49">
    468469<!ENTITY postgresql-version           "8.3.10">
    469470<!ENTITY sqlite-version               "3.6.23">
  • introduction/welcome/changelog.xml

    r786b1ba rf267149  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to mysql-5.1.49. Fixes ticket
     49          <ulink url="&blfs-ticket-root;3104">#3104</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Added optional dependency Net::HTTP to wget.</para>
    4953        </listitem>
     54      </itemizedlist>
    5055    </listitem>
    5156
  • server/databases/mysql.xml

    r786b1ba rf267149  
    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        "b644b219e130b7c6bca81948f75d72d7">
    12   <!ENTITY mysql-size          "21 MB">
    13   <!ENTITY mysql-buildsize     "419 MB (additional 250 MB to run the test suite)">
     11  <!ENTITY mysql-md5sum        "a90d87a71fa3c23dff6d78afc8e3184c">
     12  <!ENTITY mysql-size          "23 MB">
     13  <!ENTITY mysql-buildsize     "492 MB (additional 250 MB to run the test suite)">
    1414  <!ENTITY mysql-time          "4.7 SBU (Test suite is an additional 61 minutes, only partially CPU dependent)">
    1515]>
     
    6464    </itemizedlist>
    6565
    66     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     66    <bridgehead renderas="sect3">Additional Download</bridgehead>
    6767    <itemizedlist spacing="compact">
    6868      <listitem>
    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>
     69        <para>Required Patch:
     70          <ulink  url="&patch-root;/mysql-&mysql-version;-makefile-1.patch"/>
     71        </para>
    7372       </listitem>
    7473    </itemizedlist>
    7574
    76 
    7775    <bridgehead renderas="sect3">MySQL Dependencies</bridgehead>
    7876
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="optional"><xref linkend="openssl"/></para>
     79
    7980    <bridgehead renderas="sect4">Optional</bridgehead>
    80     <para role="optional"><xref linkend="openssl"/> and
    81     <xref linkend="tcpwrappers"/>
     81    <para role="optional"><xref linkend="tcpwrappers"/></para>
    8282
    8383    <!-- Removing libedit because it causes more problems than it solves.
     
    8585    <ulink url="http://sourceforge.net/projects/libedit/">libedit</ulink>
    8686    (as an alternative to readline)-->
    87 
    88     </para>
    8987
    9088    <para condition="html" role="usernotes">User Notes:
     
    111109    running the following commands:</para>
    112110
    113 <screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-logevent-1.patch &amp;&amp;
    114 patch -Np1 -i ../mysql-&mysql-version;-client-1.patch &amp;&amp;
     111<screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-makefile-1.patch &amp;&amp;
     112CFLAGS="-O3" \
     113CXX=gcc \
     114CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
    115115./configure --prefix=/usr \
    116116            --sysconfdir=/etc \
     
    131131    test.log</command>.  This forces the test to run to completion and logs all
    132132    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
     133    configuration options and developer considerations.  Note that if you use
     134    TCP Wrappers and have a restrictive <filename>/etc/hosts.deny</filename>
     135    file, you will need to add an appropriate entry to the
     136    <filename>/etc/hosts.allow</filename> file for the
     137    <command>mysqld</command> daemon. Otherwise many of the tests will
    137138    fail.</para>
    138139
     
    154155    <tip>
    155156      <para>The only documentation shipped in the source tarball are
    156       <filename>mysql.info</filename>, <filename>manual.chm</filename>
    157       (Microsoft Help format) files, and man pages. You can download various
     157      <filename>mysql.info</filename> and man pages. You can download various
    158158      formats of the <application>MySQL</application> Reference Manual
    159159      from <ulink url="http://dev.mysql.com/doc/"/>.</para>
     
    164164  <sect2 role="commands">
    165165    <title>Command Explanations</title>
     166
     167    <para><parameter>CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
     168    -fno-exceptions -fno-rtti"</parameter>: These optimizations are recommended
     169    by th edevelopers.</para>
    166170
    167171    <para><parameter>--libexecdir=/usr/sbin</parameter>: This switch installs
Note: See TracChangeset for help on using the changeset viewer.