MediaWiki  REL1_22
SqliteUpdater Class Reference

Class for handling updates to Sqlite databases. More...

Inheritance diagram for SqliteUpdater:
Collaboration diagram for SqliteUpdater:

List of all members.

Protected Member Functions

 doEnableProfiling ()
 getCoreUpdateList ()
 Get an array of updates to perform on the database.
 sqliteInitialIndexes ()
 sqliteSetupSearchindex ()

Detailed Description

Class for handling updates to Sqlite databases.

Since:
1.17

Definition at line 30 of file SqliteUpdater.php.


Member Function Documentation

Definition at line 149 of file SqliteUpdater.php.

References DatabaseUpdater\applyPatch(), and global.

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)

Returns:
Array

Reimplemented from DatabaseUpdater.

Definition at line 32 of file SqliteUpdater.php.

References array(), from, listed, and was.


The documentation for this class was generated from the following file: