From: Tim Starling Date: Sun, 22 Apr 2007 14:04:52 +0000 (+0000) Subject: * Removed mysql5 SQL files, obviously we're collectively incapable of keeping them... X-Git-Tag: 1.31.0-rc.0~53288 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=52c4b87f0c10ecf65fe894a60e48672752d478a3;p=lhc%2Fweb%2Fwiklou.git * Removed mysql5 SQL files, obviously we're collectively incapable of keeping them up to date. They were littered with errors. The only deliberate difference appears to be the table character set, which can be adjusted programatically using a variable. * Added table option variable to the SQL patch files, so now upgrading a non-standard schema won't leave your database horribly corrupted. * Added sql.php, for sourcing SQL files with MediaWiki variable substitution. * Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the various problems that occur when it is on. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9936dec31c..ce1074a7ef 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -342,6 +342,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 5439) "Go" title search will now jump to shared/foreign Image: and MediaWiki: pages that have not been locally edited. * (bug 9630) Limits links in Whatlinkshere forgot about namespace filter +* Fixed upgrade for the non-standard MySQL schemas +* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the + various problems that occur when it is on. == Maintenance ==