Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mysql-server: The MySQL server and related files.
Name: | mysql-server |
Vendor: | Scientific Linux |
Version: | 4.1.12 |
License: | GPL |
Release: | 3.RHEL4.1 |
URL: | http://www.mysql.com |
- Summary
- MySQL is a true multi-user, multi-threaded SQL database server. MySQL
is a client/server implementation that consists of a server daemon
(mysqld) and many different client programs and libraries. This
package contains the MySQL server and some accompanying files and
directories.
Changelog
- * Tue Aug 23 19:00:00 2005 Tom Lane <tgl{%}redhat{*}com> 4.1.12-3.RHEL4.1
- Use politically correct patch name.
- * Wed Jul 20 19:00:00 2005 Tom Lane <tgl{%}redhat{*}com> 4.1.12-2.RHEL4.1
- Update to MySQL 4.1.12 (includes fixes for bz#158688, bz#163694,
and a real fix for bz#152911).
- Enable SSL (bz#159967)
- Add --with-isam to re-enable the old ISAM table type, per bz#159262
- Remove manual.txt, as upstream decided not to ship it anymore;
it was redundant with the mysql.info file anyway.
- Fix buffer overflow newly exposed in isam code; it's the same issue
previously found in myisam, and not very exciting, but I'm tired of
seeing build warnings.
- * Thu May 12 19:00:00 2005 Tom Lane <tgl{%}redhat{*}com> 4.1.10a-2.RHEL4.1
- Apply a band-aid patch for bz#152911; it seems too late in the RHEL4-U1
cycle to do the right thing of upgrading to 4.1.11.
- Back-patch devel tip removal of use of <asm/atomic.h> and LinuxThreads;
this is necessary for correct operation on s390x (bz#143537), and it
also seems to cure semi-repeatable regression test failures on ppc64.
- At last we can enable "make test" on all arches
- Move perl-DBI, perl-DBD-MySQL dependencies to server package (bz#154123)
- Might as well turn on --disable-dependency-tracking