* 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)
commit52c4b87f0c10ecf65fe894a60e48672752d478a3
treeb2fd4d7c70826199369f1dd575045052e7356e98
parent0a93752af67fe6d31ba279c11e376ce5c145a4c3
* 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.
RELEASE-NOTES