aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-logging-title.sql
Commit message (Collapse)AuthorAgeFilesLines
* Drop 1.5 upgrade patch filesAmmarpad2021-02-011-6/+0
| | | | | | | | | These are no longer supported, and they don't exist for Sqlite and Postgres Some protected upgrade methods are left to be removed separately. Bug: T272199 Change-Id: Ia0024dd340fe4da73bd6c5c341e7b75ff741681c
* rdbms: Remove outdated MySQL 4 references and fix doc URLsTimo Tijhof2021-01-301-2/+2
| | | | | | | | | | | | - Remove or clarify ancient comments referencing MySQL 4. - Oracle can't afford to host small HTML files for longer than two years, as such they make a point to break their URLs after a while. Update our references to the last 5.x release for now, where the same information resides (instead 404 or redirect to MySQL 8 docs). Bug: T34217 Change-Id: I322cc8936f96c2545c63e7c9c1f5fa241e2b8c18
* Self-revert r80547 per CR, breaks stuff and is undesirableRoan Kattouw2011-01-201-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/80665
* War on varchar. Changed all occurrences of varchar(N) and varchar(N) binary ↵Roan Kattouw2011-01-191-1/+1
| | | | | | | to varbinary(N). varchars cause problems ("Invalid mix of collations" errors) on MySQL databases with certain configs, most notably the default MySQL config Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/80547
* Apparently forgot to check this in.Brion Vibber2005-02-251-0/+6
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7526