Commit graph

5 commits

Author SHA1 Message Date
Tim Starling
1842f903c2 Updated patch files to match the recent update to tables.sql. Removed some defunct patch files. Tested with a 1.3 -> 1.11 upgrade. 2007-06-22 20:09:59 +00:00
Tim Starling
0a93752af6 * 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.
2007-04-22 14:04:06 +00:00
Brion Vibber
c19b7faabc Fix line endings; add line-ending marker property; add final newline. 2006-04-17 05:20:38 +00:00
Rob Church
43363f3e70 Fix issues noted by Brion; proper handing of a missing record, and correct the schema alterations (type is only 32 chars, so don't waste 255 on it). Also, skip the whole read chunk if we're never going to output the data. 2006-04-17 04:48:12 +00:00
Rob Church
2cda98321d (bug 4327) Report age of cached data sets in query pages
[Schema change]
2006-04-17 04:30:39 +00:00