MediaWiki REL1_34
|
Public Member Functions | |
doSchemaRestructuring () | |
doWatchlistUpdate () | |
Check if we need to add talk page rows to the watchlist. | |
getSchemaVars () | |
Get appropriate schema variables in the current database connection. | |
Public Member Functions inherited from DatabaseUpdater | |
addExtensionField ( $tableName, $columnName, $sqlPath) | |
addExtensionIndex ( $tableName, $indexName, $sqlPath) | |
addExtensionTable ( $tableName, $sqlPath) | |
Convenience wrapper for addExtensionUpdate() when adding a new table (which is the most common usage of updaters in an extension) | |
addExtensionUpdate (array $update) | |
Add a new update coming from an extension. | |
addPostDatabaseUpdateMaintenance ( $class) | |
Add a maintenance script to be run after the database updates are complete. | |
appendLine ( $line) | |
Append a line to the open filehandle. | |
copyFile ( $filename) | |
Append an SQL fragment to the open file handle. | |
doUpdates (array $what=[ 'core', 'extensions', 'stats']) | |
Do all the updates. | |
dropExtensionField ( $tableName, $columnName, $sqlPath) | |
dropExtensionIndex ( $tableName, $indexName, $sqlPath) | |
Drop an index from an extension table. | |
dropExtensionTable ( $tableName, $sqlPath) | |
dropTable ( $table, $patch=false, $fullpath=false) | |
If the specified table exists, drop it, or execute the patch if one is provided. | |
getDB () | |
Get a database connection to run updates. | |
getPostDatabaseUpdateMaintenance () | |
insertUpdateRow ( $key, $val=null) | |
Helper function: Add a key to the updatelog table Obviously, only use this for updates that occur after the updatelog table was created! | |
modifyExtensionField ( $tableName, $fieldName, $sqlPath) | |
modifyExtensionTable ( $tableName, $sqlPath) | |
modifyField ( $table, $field, $patch, $fullpath=false) | |
Modify an existing field. | |
modifyTable ( $table, $patch, $fullpath=false) | |
Modify an existing table, similar to modifyField. | |
output ( $str) | |
Output some text. | |
patchPath (IDatabase $db, $patch) | |
Get the full path of a patch file. | |
purgeCache () | |
Purge various database caches. | |
renameExtensionIndex ( $tableName, $oldIndexName, $newIndexName, $sqlPath, $skipBothIndexExistWarning=false) | |
Rename an index on an extension table. | |
runMaintenance ( $class, $script) | |
Run a maintenance script. | |
setFileAccess () | |
Set any .htaccess files or equivilent for storage repos. | |
tableExists ( $tableName) | |
updateRowExists ( $key) | |
Helper function: check if the given key is present in the updatelog table. | |
Protected Member Functions | |
checkBin ( $table, $field, $patchFile) | |
1.4 betas were missing the 'binary' marker from logging.log_title, which causes a collation mismatch error on joins in MySQL 4.1. | |
doBacklinkingIndicesUpdate () | |
doCategorylinksIndicesUpdate () | |
doCategoryPopulation () | |
doClFieldsUpdate () | |
doExtendCommentLengths () | |
doFilearchiveIndicesUpdate () | |
doFixAncientImagelinks () | |
doIndexUpdate () | |
Check that proper indexes are in place. | |
doInterwikiUpdate () | |
Check that interwiki table exists; if it doesn't source it. | |
doIwlinksIndexNonUnique () | |
doLangLinksLengthUpdate () | |
doMaybeProfilingMemoryUpdate () | |
doNamespaceSize () | |
doNonUniquePlTlIl () | |
doOldLinksUpdate () | |
doPagelinksUpdate () | |
doPageRandomUpdate () | |
Set page_random field to a random value where it is equals to 0. | |
doPopulateParentId () | |
doRestrictionsUpdate () | |
Adding page_restrictions table, obsoleting page.page_restrictions. | |
doRevisionPageRevIndexNonUnique () | |
doTemplatelinksUpdate () | |
doUnsignedSyncronisation () | |
doUpdateMimeMinorField () | |
doUserGroupsUpdate () | |
doUserNewTalkTimestampNotNull () | |
doUserUniqueUpdate () | |
doWatchlistNull () | |
Make sure wl_notificationtimestamp can be NULL, and update old broken items. | |
getCoreUpdateList () | |
Get an array of updates to perform on the database. | |
indexHasField ( $table, $index, $field) | |
Check whether an index contain a field. | |
Protected Member Functions inherited from DatabaseUpdater | |
__construct (IMaintainableDatabase &$db, $shared, Maintenance $maintenance=null) | |
addField ( $table, $field, $patch, $fullpath=false) | |
Add a new field to an existing table. | |
addIndex ( $table, $index, $patch, $fullpath=false) | |
Add a new index to an existing table. | |
addIndexIfNoneExist ( $table, $indexes, $patch, $fullpath=false) | |
Add a new index to an existing table if none of the given indexes exist. | |
addTable ( $name, $patch, $fullpath=false) | |
Add a new table to the database. | |
applyPatch ( $path, $isFullPath=false, $msg=null) | |
Applies a SQL patch. | |
canUseNewUpdatelog () | |
Updatelog was changed in 1.17 to have a ul_value column so we can record more information about what kind of updates we've done (that's what this class does). | |
checkStats () | |
Check the site_stats table is not properly populated. | |
disableContentHandlerUseDB () | |
Turns off content handler fields during parts of the upgrade where they aren't available. | |
doActiveUsersInit () | |
Sets the number of active users in the site_stats table. | |
doCollationUpdate () | |
Update CategoryLinks collation. | |
doEnableProfiling () | |
Enable profiling table when it's turned on. | |
doLogSearchPopulation () | |
Migrate log params to new table and index for searching. | |
doLogUsertextPopulation () | |
Populates the log_user_text field in the logging table. | |
doMigrateUserOptions () | |
Migrates user options from the user table blob to user_properties. | |
doTable ( $name) | |
Returns whether updates should be executed on the database table $name. | |
dropField ( $table, $field, $patch, $fullpath=false) | |
Drop a field from an existing table. | |
dropIndex ( $table, $index, $patch, $fullpath=false) | |
Drop an index from an existing table. | |
enableContentHandlerUseDB () | |
Turns content handler fields back on. | |
getExtensionUpdates () | |
Get the list of extension-defined updates. | |
getOldGlobalUpdates () | |
Before 1.17, we used to handle updates via stuff like $wgExtNewTables/Fields/Indexes. | |
ifNoActorTable ( $func,... $params) | |
Only run a function if the actor table does not exist. | |
migrateActors () | |
Migrate actors to the new 'actor' table. | |
migrateArchiveText () | |
Migrate ar_text to modern storage. | |
migrateComments () | |
Migrate comments to the new 'comment' table. | |
migrateImageCommentTemp () | |
Merge image_comment_temp into the image table. | |
populateArchiveRevId () | |
Populate ar_rev_id, then make it not nullable. | |
populateContentTables () | |
Populates the MCR content tables. | |
populateExternallinksIndex60 () | |
Populates the externallinks.el_index_60 field. | |
rebuildLocalisationCache () | |
Rebuilds the localisation cache. | |
renameIndex ( $table, $oldIndex, $newIndex, $skipBothIndexExistWarning, $patch, $fullpath=false) | |
Rename an index from an existing table. | |
Additional Inherited Members | |
Static Public Member Functions inherited from DatabaseUpdater | |
static | newForDB (IMaintainableDatabase $db, $shared=false, Maintenance $maintenance=null) |
Public Attributes inherited from DatabaseUpdater | |
const | REPLICATION_WAIT_TIMEOUT = 300 |
Protected Attributes inherited from DatabaseUpdater | |
IMaintainableDatabase | $db |
Handle to the database subclass. | |
array | $extensionUpdates = [] |
List of extension-provided database updates. | |
resource | $fileHandle = null |
File handle for SQL output. | |
$holdContentHandlerUseDB = true | |
Hold the value of $wgContentHandlerUseDB during the upgrade. | |
Maintenance | $maintenance |
string[] | $postDatabaseUpdateMaintenance |
Scripts to run after database update Should be a subclass of LoggedUpdateMaintenance. | |
$shared = false | |
bool | $skipSchema = false |
Flag specifying whether or not to skip schema (e.g. | |
array | $updates = [] |
Array of updates to perform on the database. | |
array | $updatesSkipped = [] |
Array of updates that were skipped. | |
Definition at line 34 of file MysqlUpdater.php.
|
protected |
1.4 betas were missing the 'binary' marker from logging.log_title, which causes a collation mismatch error on joins in MySQL 4.1.
string | $table | Table name |
string | $field | Field name to check |
string | $patchFile | Path to the patch to correct the field |
Definition at line 441 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Definition at line 1017 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and indexHasField().
|
protected |
Definition at line 1055 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and indexHasField().
|
protected |
Definition at line 1061 of file MysqlUpdater.php.
References DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
|
protected |
Definition at line 1155 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
|
protected |
Definition at line 1283 of file MysqlUpdater.php.
References $res, DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Definition at line 1111 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch().
|
protected |
Definition at line 529 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Check that proper indexes are in place.
Definition at line 510 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Check that interwiki table exists; if it doesn't source it.
Definition at line 486 of file MysqlUpdater.php.
References $IP, DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Definition at line 1207 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Definition at line 1169 of file MysqlUpdater.php.
References $res, DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Definition at line 1091 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Definition at line 779 of file MysqlUpdater.php.
References DatabaseUpdater\output().
|
protected |
Definition at line 1120 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Definition at line 524 of file MysqlUpdater.php.
|
protected |
Definition at line 805 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Set page_random field to a random value where it is equals to 0.
Definition at line 955 of file MysqlUpdater.php.
References DatabaseUpdater\output().
|
protected |
Definition at line 1079 of file MysqlUpdater.php.
References DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
|
protected |
Adding page_restrictions table, obsoleting page.page_restrictions.
Migrating old restrictions to new table – Andrew Garrett, January 2007.
Definition at line 1031 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
|
protected |
Definition at line 1263 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
MysqlUpdater::doSchemaRestructuring | ( | ) |
Definition at line 597 of file MysqlUpdater.php.
References $wgLegacySchemaConversion, DatabaseUpdater\output(), and wfTimestamp().
|
protected |
Definition at line 967 of file MysqlUpdater.php.
References $res, DatabaseUpdater\applyPatch(), NS_TEMPLATE, DatabaseUpdater\output(), and DatabaseUpdater\REPLICATION_WAIT_TIMEOUT.
|
protected |
Definition at line 1227 of file MysqlUpdater.php.
References $fullName, $s, DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Definition at line 1141 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\output(), and DatabaseUpdater\updateRowExists().
|
protected |
Definition at line 859 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Definition at line 1185 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Definition at line 841 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), DatabaseUpdater\doTable(), and DatabaseUpdater\output().
|
protected |
Make sure wl_notificationtimestamp can be NULL, and update old broken items.
Definition at line 932 of file MysqlUpdater.php.
References DatabaseUpdater\applyPatch(), and DatabaseUpdater\output().
MysqlUpdater::doWatchlistUpdate | ( | ) |
Check if we need to add talk page rows to the watchlist.
Definition at line 551 of file MysqlUpdater.php.
References DatabaseUpdater\output().
|
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 35 of file MysqlUpdater.php.
MysqlUpdater::getSchemaVars | ( | ) |
Get appropriate schema variables in the current database connection.
This should be called after any request data has been imported, but before any write operations to the database. The result should be passed to the DB setSchemaVars() method.
Reimplemented from DatabaseUpdater.
Definition at line 1299 of file MysqlUpdater.php.
References $wgDBTableOptions.
|
protected |
Check whether an index contain a field.
string | $table | Table name |
string | $index | Index name to check |
string | $field | Field that should be in the index |
Definition at line 463 of file MysqlUpdater.php.
References DatabaseUpdater\doTable(), and DatabaseUpdater\output().
Referenced by doBacklinkingIndicesUpdate(), and doCategorylinksIndicesUpdate().