MediaWiki
REL1_24
|
Class for handling updates to Sqlite databases. More...
Protected Member Functions | |
doEnableProfiling () | |
getCoreUpdateList () | |
Get an array of updates to perform on the database. | |
sqliteInitialIndexes () | |
sqliteSetupSearchindex () |
Class for handling updates to Sqlite databases.
Definition at line 30 of file SqliteUpdater.php.
SqliteUpdater::doEnableProfiling | ( | ) | [protected] |
Definition at line 172 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), and global.
SqliteUpdater::getCoreUpdateList | ( | ) | [protected] |
Get an array of updates to perform on the database.
Should return a multi-dimensional array. The main key is the MediaWiki version (1.12, 1.13...) with the values being arrays of updates, identical to how updaters.inc did it (for now)
Reimplemented from DatabaseUpdater.
Definition at line 32 of file SqliteUpdater.php.
SqliteUpdater::sqliteInitialIndexes | ( | ) | [protected] |
Definition at line 143 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
SqliteUpdater::sqliteSetupSearchindex | ( | ) | [protected] |
Definition at line 156 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseSqlite\getFulltextSearchModule(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().