Moved first of the updaters functions to the appropriate classes (addTable is shared...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 17 Aug 2010 13:36:59 +0000 (13:36 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 17 Aug 2010 13:36:59 +0000 (13:36 +0000)
commit30aa9cf1221342728b675ae59551558688fa1535
tree992471857a3e28dc7950117c29a2beeb98a88a2d
parent06f726a84fcfc128d804f3d5e0db98859a1eae58
Moved first of the updaters functions to the appropriate classes (addTable is shared, doNamespaceSize was mySQL-only) to give an idea of what the grand scheme is. Still using nasty wfOut()s, need to use Status objects or *something* else here other than just throwing up output
includes/installer/DatabaseUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
maintenance/updaters.inc