CVSROOT:        /cvs
Module name:    ports
Changes by:     giova...@cvs.openbsd.org        2013/06/14 07:13:37

Modified files:
        databases/mysql: Makefile distinfo 

Log message:
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@

Reply via email to