Bug 30120 - Interwiki links error after upgrade
authorSam Reed <reedy@users.mediawiki.org>
Tue, 1 Nov 2011 06:17:40 +0000 (06:17 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 1 Nov 2011 06:17:40 +0000 (06:17 +0000)
commit627ceb7d09933dca6533e1503b5ec4e878de9e1d
tree15af27592bc242e7bdf7e62a5dfc56442c053e05
parentc0a5f90eb058a94efde8218be5739b608133348a
Bug 30120 - Interwiki links error after upgrade

Per Emufarmers, in wgDBTableOptions replace TYPE with ENGINE

Should at least stop the errors. Do need to do something in the updaters (can we have some "delayed messages" or something?

Needed more for the CLI updater/update.php, as putting it in the middle of the updaters is just pointless, as it won't be seen. Needs to be at the end...

Doing it in the webupdater is saner/easier, as it'll be displayed

Certainly, this does suffice for the moment

Fine on MySQL 4, as it accepts {TYPE|ENGINE}
includes/db/DatabaseMysql.php