Changeset 867e611


Ignore:
Timestamp:
11/19/2004 05:14:27 AM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
c69b94a3
Parents:
e8582db
Message:

Updated to MySQL-4.1.7.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/databases/mysql.xml

    re8582db r867e611  
    55  %general-entities;
    66
    7   <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.0/mysql-&mysql-version;.tar.gz">
    8   <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.0/mysql-&mysql-version;.tar.gz">
    9   <!ENTITY mysql-md5           "0a3dae16519afa5e59d8b9e252181243">
    10   <!ENTITY mysql-size          "14.1 MB">
     7  <!ENTITY mysql-download-http "http://mysql.he.net/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
     8  <!ENTITY mysql-download-ftp  "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/mysql-&mysql-version;.tar.gz">
     9  <!ENTITY mysql-md5           "04c08d2a5cc39050d9fa4727f8f197e8">
     10  <!ENTITY mysql-size          "19 MB">
    1111  <!ENTITY mysql-buildsize     "117 MB">
    1212  <!ENTITY mysql-time          "2.83 SBU">
     
    4343</title>
    4444<sect4><title>Optional</title>
    45 <para><xref linkend="openssl"/>, <xref linkend="tcpwrappers"/>,
    46 <xref linkend="which"/> and <xref linkend="ORBit"/>
     45<para>
     46<xref linkend="openssl"/>,
     47<xref linkend="tcpwrappers"/>,
     48<ulink url="http://sourceforge.net/projects/libedit/">libedit</ulink> (as an alternative to readline),
     49<xref linkend="ORBit"/> (detected only if <xref linkend="which"/> is installed),
     50<xref linkend="doxygen"/> and
     51<xref linkend="pst-typesetting-tex"/>
    4752</para></sect4>
    4853</sect3>
     
    6671    --libexecdir=/usr/sbin --localstatedir=/srv/mysql \
    6772    --enable-thread-safe-client --enable-assembler \
    68     --without-readline --without-debug \
    69     --enable-local-infile --without-bench \
    70     --with-named-thread-libs=-lpthread &amp;&amp;
     73    --enable-local-infile --with-named-thread-libs=-lpthread \
     74    --with-unix-socket-path=/var/run/mysql --without-debug \
     75    --without-bench --without-readline &amp;&amp;
    7176make testdir=/usr/lib/mysql/mysql-test &amp;&amp;
    7277make testdir=/usr/lib/mysql/mysql-test install &amp;&amp;
     
    9499assembler versions of some string functions.</para>
    95100
     101<para><parameter>--enable-local-infile</parameter>: This switch enables the
     102LOAD DATA INFILE <acronym>SQL</acronym> statement.</para>
     103
     104<para><parameter>CPPFLAGS="-D_GNU_SOURCE" --with-named-thread-libs=-lpthread</parameter>:
     105This environment variable and configure switch enable building on
     106<acronym>NPTL</acronym> systems.</para>
     107
     108<para><parameter>--with-unix-socket-path=/var/run/mysql</parameter>:
     109This switch puts the unix-domain socket into <filename
     110class="directory">/var/run/mysql</filename> directory instead of default
     111<filename class="directory">/tmp</filename>.</para>
     112
     113<para><parameter>--without-bench</parameter>: This switch skips building the
     114benchmark suite.</para>
     115
    96116<para><parameter>--without-readline</parameter>: This switch forces the build
    97117to use the system copy of <application>readline</application> instead of the
    98118bundled copy.</para>
    99 
    100 <para><option>--enable-local-infile</option>: This switch enables the
    101 LOAD DATA INFILE <acronym>SQL</acronym> statement.</para>
    102 
    103 <para><option>--without-bench</option>: This switch skips building the
    104 benchmark suite.</para>
    105 
    106 <para><parameter>CPPFLAGS="-D_GNU_SOURCE" --with-named-thread-libs=-lpthread</parameter>:
    107 This environment variable and configure switch enable building on
    108 <acronym>NPTL</acronym> systems.</para>
    109119
    110120<para><command>make testdir=...</command>: This installs the test suite in
     
    117127available to other packages at run-time.</para>
    118128
     129<para><option>--with-libwrap</option>: This switch adds tcpwrappers
     130support to <application>My<acronym>SQL</acronym></application>.</para>
     131
     132<para><option>--with-openssl</option>: This switch adds OpenSSL support
     133to <application>My<acronym>SQL</acronym></application>.</para>
     134
    119135</sect2>
    120136
     
    194210
    195211<para>The <application>My<acronym>SQL</acronym></application> package contains
     212<command>client_test</command>,
    196213<command>comp_err</command>, <command>
    197214isamchk</command>, <command>
     
    208225mysql_config</command>, <command>
    209226mysql_convert_table_format</command>, <command>
     227mysql_create_system_tables</command>, <command>
    210228mysql_explain_log</command>, <command>
    211229mysql_find_rows</command>, <command>
    212230mysql_fix_extensions</command>, <command>
    213231mysql_fix_privilege_tables</command>, <command>
    214 mysql_install</command>, <command>
    215232mysql_install_db</command>, <command>
    216233mysql_secure_installation</command>, <command>
    217234mysql_setpermission</command>, <command>
    218235mysql_tableinfo</command>, <command>
     236mysql_tzinfo_to_sql</command>, <command>
    219237mysql_waitpid</command>, <command>
    220238mysql_zap</command>, <command>
  • general.ent

    re8582db r867e611  
    1 <!ENTITY day          "18">
     1<!ENTITY day          "19">
    22<!ENTITY month        "11">
    33<!ENTITY year         "2004">
     
    230230<!ENTITY db-version                   "4.2.52.2"> 
    231231<!ENTITY db-3.3-version               "3.3.11"> 
    232 <!ENTITY mysql-version                "4.0.21">   
     232<!ENTITY mysql-version                "4.1.7">   
    233233<!ENTITY postgresql-version           "7.4.6">
    234234                                     
  • introduction/welcome/changelog.xml

    re8582db r867e611  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>November 19th, 2004 [igor]: Updated to
     26MySQL-4.1.7.</para></listitem>
    2427
    2528<listitem><para>November 18th, 2004 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.