summaryrefslogtreecommitdiff
path: root/databases/mysql5-server/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-10-14Update to the long awaited 5.0.26 release, codenamed "houston we havextraeme8-122/+102
a problem with vulnerabilities". Please see the following URLs for changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html Two patches were sent upstream, I hope to get them in the next version.
2006-08-06Update "mysql5-client" and "mysql5-server" packages to version 5.0.24.tron2-18/+64
Changes since version 5.0.22: - Security fix: If a user has access to MyISAM table t, that user can create a MERGE table m that accesses t. However, if the user's privileges on t are subsequently revoked, the user can continue to access t by doing so through m. If this behavior is undesirable, you can start the server with the new --skip-merge option to disable the MERGE storage engine. (Bug#15195) - In the INFORMATION_SCHEMA.ROUTINES table the ROUTINE_DEFINITION column now is defined as NULL rather than NOT NULL. Also, NULL rather than the empty string is returned as the column value if the user does not have sufficient privileges to see the routine definition. (Bug#20230) - Several other bug fixes
2006-07-10Solaris fixes:sketch1-4/+22
- Pass appropriate flags to SunPro compiler to work with Solaris 9 and below for threading model used. - Pass one directory at a time to `install -d'.
2006-05-18Update to version 5.0.21.cube3-17/+17
Full listing of changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-21.html Notable changes include: - Security enhancement: Added the global max_prepared_stmt_count system variable to limit the total number of prepared statements in the server. - The default for the innodb_thread_concurrency system variable was changed to 8. - Fixes for CVE-2006-1516, CVE-2006-1517 and CVE-2006-1518. And a lot of bug fixes.
2006-04-17Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump packagetron1-0/+14
revision because of this security fix.
2006-01-09Update mysql5-{client,server} to 5.0.18.xtraeme3-17/+18
Too many changes to list... more information via: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-18.html
2006-01-08Don't install the extra header files, they are needed to build somextraeme1-0/+15
packages so they belong to mysql-client. Bump PKGREVISION.
2005-12-02Update to 5.0.16.xtraeme2-36/+28
For information about changes please see: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-16.html
2005-10-31Initial import of mysql5-server-5.0.15.xtraeme12-0/+340
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. 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 and robustness. 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. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries.