Changeset 47a345a2


Ignore:
Timestamp:
11/13/2010 01:06:55 AM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
287d70c
Parents:
4a962e9d
Message:

Updated to MySQL-5.1.52

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4a962e9d r47a345a2  
    493493
    494494<!ENTITY db-version                   "4.8.26">
    495 <!ENTITY mysql-version                "5.1.49">
     495<!ENTITY mysql-version                "5.1.52">
    496496<!ENTITY postgresql-version           "8.3.10">
    497497<!ENTITY sqlite-version               "3.7.3">
  • introduction/welcome/changelog.xml

    r4a962e9d r47a345a2  
    4545      <para>November 12th, 2010</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to MySQL-5.1.52.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to Apache-Ant-1.8.1.</para>
  • server/databases/mysql.xml

    r4a962e9d r47a345a2  
    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        "a90d87a71fa3c23dff6d78afc8e3184c">
    12   <!ENTITY mysql-size          "23 MB">
    13   <!ENTITY mysql-buildsize     "492 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)">
     11  <!ENTITY mysql-md5sum        "43c11ad3dded693393c4815d24e2b0a5">
     12  <!ENTITY mysql-size          "23.8 MB">
     13  <!ENTITY mysql-buildsize     "500 MB (additional 200 MB to run the test suite)">
     14  <!ENTITY mysql-time          "5.3 SBU (Test suite is an additional 55 minutes, only partially CPU dependent)">
    1515]>
    1616
     
    4242    in the download URLs have not been tested in a BLFS environment.</para>
    4343
    44     <para>&lfssvn_checked;20100806&lfssvn_checked2;</para>
     44    <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6666    </itemizedlist>
    6767
    68     <bridgehead renderas="sect3">Additional Download</bridgehead>
     68    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6969    <itemizedlist spacing="compact">
    7070      <listitem>
    7171        <para>Required Patch:
    72           <ulink  url="&patch-root;/mysql-&mysql-version;-makefile-1.patch"/>
     72          <ulink url="&patch-root;/mysql-&mysql-version;-makefile-1.patch"/>
     73        </para>
     74       </listitem>
     75      <listitem>
     76        <para>Optional Documentation (see tip below):
     77          <ulink url="http://dev.mysql.com/doc/"/>
    7378        </para>
    7479       </listitem>
     
    127132            --with-plugins=innobase,myisam \
    128133            --with-extra-charsets=all \
    129             --with-ssl &amp;&amp;
     134            --with-ssl=/usr &amp;&amp;
    130135make</userinput></screen>
    131136
     
    142147    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    143148
    144 <screen role="root"><userinput>make benchdir_root=/tmp/mysql-bench install &amp;&amp;
    145 rm -rf /tmp/mysql &amp;&amp;
     149<screen role="root"><userinput>make benchdir_root=/tmp \
     150          testroot=/tmp install &amp;&amp;
     151rm -rf /tmp/mysql-test /tmp/sql-bench &amp;&amp;
    146152pushd /usr/lib &amp;&amp;
    147153ln -v -sf mysql/libmysqlclient{,_r}.so* . &amp;&amp;
     
    206212    other table types.</para>
    207213
    208     <para><parameter>--with-ssl</parameter>: This switch enables encrypted
    209     communication between client and server.</para>
    210 
    211     <para><command>make  benchdir_root=...</command>: This installs the benchmark
    212     and test suites in a non-system location.</para>
     214    <para><parameter>--with-ssl=/usr</parameter>: This switch enables encrypted
     215    communication between client and server using OpenSSL.</para>
     216
     217    <para><command>make  benchdir_root=... install</command>: This installs the
     218    benchmark and test suites in a non-system location.</para>
    213219
    214220    <para><command>ln -v -sf mysql/libmysqlclient{,_r}.so* .</command>: This
    215221    command makes the <application>MySQL</application> shared libraries
    216222    available to other packages at run-time.</para>
    217 
    218     <para><option>--with-openssl</option>: This switch adds OpenSSL support
    219     to <application>MySQL</application>.</para>
    220223
    221224    <para><option>--with-libwrap</option>: This switch adds tcpwrappers
     
    255258      as the <systemitem class="username">root</systemitem> user:</para>
    256259
    257 <screen role="root"><userinput>install -v -m644 /usr/share/mysql/my-medium.cnf /etc/my.cnf
    258 sed -i -e 's/^skip-federated/#skip-federated/' /etc/my.cnf</userinput></screen>
    259 
    260       <para>The change to <filename>/etc/my.cnf</filename> can be omitted if the
    261       option <option>--with-plugins=federated</option> is used.</para>
     260<screen role="root"><userinput>install -v -m644 /usr/share/mysql/my-medium.cnf /etc/my.cnf</userinput></screen>
    262261
    263262      <para>You can now install a database and change the ownership to the
     
    343342    pages long. Instead, consult the <filename>mysql.info</filename>
    344343    documentation or the on-line reference manual at <ulink
    345     url="http://dev.mysql.com/doc/refman/5.0/en/index.html"/>.</para>
     344    url="http://dev.mysql.com/doc/refman/5.1/en/index.html"/>.</para>
    346345
    347346    <para>The <application>Perl</application> DBI modules must be installed
Note: See TracChangeset for help on using the changeset viewer.