Package MySQL: Information
Source package: MySQL
Version: 5.0.51-alt2.a.M40.2
Build time: Sep 10, 2008, 05:02 AM
Category: Databases
Report package bugHome page: http://www.mysql.com/
License: GPL / LGPL
Summary: MySQL: A very fast and reliable SQL database engine
Description:
MySQL is a true multi-user, multi-threaded SQL (Structured Query Language) database server. MySQL is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries. The main goals of MySQL are speed, robustness and ease of use. MySQL was originally developed because we needed a SQL server that could handle very big databases with magnitude higher speed than what any database vendor could offer to us. And since we did not need all the features that made their server slow we made our own. We have now been using MySQL since 1996 in a environment with more than 40 databases, 10,000 tables, of which more than 500 have more than 7 million rows. This is about 200G of data. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development, it already offers a rich and highly useful function set. This version allows to use transactions with BDB tables and extended character set support. See the documentation for more information
List of RPM packages built from this SRPM:
MySQL-bench (x86_64, i586)
MySQL-client (x86_64, i586)
MySQL-htmlhelp (x86_64, i586)
MySQL-server (x86_64, i586)
MySQL-server-perl (x86_64, i586)
libMySQL (x86_64, i586)
libMySQL-devel (x86_64, i586)
MySQL-bench (x86_64, i586)
MySQL-client (x86_64, i586)
MySQL-htmlhelp (x86_64, i586)
MySQL-server (x86_64, i586)
MySQL-server-perl (x86_64, i586)
libMySQL (x86_64, i586)
libMySQL-devel (x86_64, i586)
Maintainer: MySQL Development Team
ACL:
@nobody
@nobody
Last changed
Sept. 10, 2008 Dmitry V. Levin 5.0.51-alt2.a.M40.2
- mysql_install_db: Fixed typo (closes: #15924). - Reduced rpm macros abuse in specfile. - Updated reference manual.
May 31, 2008 Dmitry V. Levin 5.0.51-alt2.a.M40.1
- Fixed build for 4.0 branch.
March 16, 2008 Konstantin Lepikhov 5.0.51-alt2.a
- 5.0.51a. - Security fixes: + CVE-2008-0226, CVE-2008-0227 (Three vulnerabilities in yaSSL versions 1.7.5 that could lead to a server crash or execution of unauthorized code.) + ALTER VIEW retained the original DEFINER value, even when altered by another user, which could allow that user to gain the access rights of the view (MySQL #29908). - Add glibc-locales to -server deps (ALT #13909 #14731). - Make links to mysqld_safe for backwards compatibility (ALT #14863). - Update html documentation to 10265 revsion.