Changeset db9754e for server


Ignore:
Timestamp:
09/02/2005 10:49:12 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b15d4fc
Parents:
9bc5f51
Message:

Updated to MySQL-4.1.14

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mysql.xml

    r9bc5f51 rdb9754e  
    77  <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
    88  <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
    9   <!ENTITY mysql-md5sum         "56a6f5cacd97ae290e07bbe19f279af1">
     9  <!ENTITY mysql-md5sum        "98ba9caea24b0a48ee06bb242ff2e37f">
    1010  <!ENTITY mysql-size          "17 MB">
    11   <!ENTITY mysql-buildsize     "177 MB (additional 110 MB to run the testsuite)">
    12   <!ENTITY mysql-time          "3.6 SBU (additional 12 SBU to run the testsuite)">
     11  <!ENTITY mysql-buildsize     "182 MB (additional 110 MB to run the test suite)">
     12  <!ENTITY mysql-time          "3.5 SBU (additional 12 SBU to run the test suite)">
    1313]>
    1414
     
    132132    the <quote>LOAD DATA INFILE</quote> SQL statement.</para>
    133133
    134     <para><parameter>CPPFLAGS="-D_GNU_SOURCE"
    135     --with-named-thread-libs=-lpthread</parameter>: This environment variable
    136     and configure switch enable building on NPTL systems.</para>
     134    <para><parameter>CPPFLAGS="-D_GNU_SOURCE"</parameter> and
     135    <parameter>--with-named-thread-libs=-lpthread</parameter>: This environment
     136    variable and <command>configure</command> switch enables building the
     137    package on NPTL systems.</para>
    137138
    138139    <para><parameter>--with-unix-socket-path=/var/run/mysql</parameter>:
    139     This switch puts the unix-domain socket into <filename
    140     class="directory">/var/run/mysql</filename> directory instead of default
    141     <filename class="directory">/tmp</filename>.</para>
     140    This switch puts the unix-domain socket into the
     141    <filename class="directory">/var/run/mysql</filename> directory instead of
     142    the default <filename class="directory">/tmp</filename>.</para>
    142143
    143144    <para><parameter>--without-bench</parameter>: This switch skips building
Note: See TracChangeset for help on using the changeset viewer.