Fixes for r75545: don't use MEDIAWIKI_INSTALL in the updaters classes, it's not what...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 6 Jan 2011 19:25:47 +0000 (19:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 6 Jan 2011 19:25:47 +0000 (19:25 +0000)
commit60e537e7741580a71b52530d0ea3b0e65b1b82ff
tree5490b2a5e93629a878b298745b469625b8690629
parent4cd08cba20f1a2135816a5a5998fa937a8289c49
Fixes for r75545: don't use MEDIAWIKI_INSTALL in the updaters classes, it's not what it's for. Add new DBO_DDLMODE flag which does the same thing (and moved it up to DatabaseUpdater, in case any other children need it)
includes/Defines.php
includes/db/DatabaseOracle.php
includes/installer/DatabaseUpdater.php
includes/installer/OracleUpdater.php