openbsd-ports/databases/mysql
giovanni 8f27d5b837 Update to 5.1.70
fixes lot of memory leaks and other bugs.
Full changelog available at http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-70.html

Take care to this change:
The url columns in the mysql database help tables were too short to hold some of the URLs in the help content.
For upgrades, mysql_upgrade does not update the columns. Modify them manually using these statements:

ALTER TABLE mysql.help_category MODIFY url TEXT NOT NULL;
ALTER TABLE mysql.help_topic MODIFY url TEXT NOT NULL;

ok brad@
2013-06-14 13:13:37 +00:00
..
patches Update to MySQL 5.1.68. 2013-02-08 15:51:56 +00:00
pkg Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces 2013-06-12 20:36:33 +00:00
distinfo Update to 5.1.70 2013-06-14 13:13:37 +00:00
Makefile Update to 5.1.70 2013-06-14 13:13:37 +00:00