MediaWiki
REL1_22
|
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 149 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 120 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
SqliteUpdater::sqliteSetupSearchindex | ( | ) | [protected] |
Definition at line 133 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseSqlite\getFulltextSearchModule(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().