* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 22 Apr 2007 14:04:52 +0000 (14:04 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 22 Apr 2007 14:04:52 +0000 (14:04 +0000)
* 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.

RELEASE-NOTES

index 9936dec..ce1074a 100644 (file)
@@ -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 ==