MediaWiki
REL1_19
|
Class for handling updates to Sqlite databases. More...
Protected Member Functions | |
getCoreUpdateList () | |
Get an array of updates to perform on the database. | |
sqliteInitialIndexes () | |
sqliteSetupSearchindex () |
Class for handling updates to Sqlite databases.
Definition at line 15 of file SqliteUpdater.php.
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 17 of file SqliteUpdater.php.
SqliteUpdater::sqliteInitialIndexes | ( | ) | [protected] |
Definition at line 77 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
SqliteUpdater::sqliteSetupSearchindex | ( | ) | [protected] |
Definition at line 88 of file SqliteUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseSqlite\getFulltextSearchModule(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().