$autoExtensionHookContainer | DatabaseUpdater | protected |
$db | DatabaseUpdater | protected |
$extensionUpdates | DatabaseUpdater | protected |
$fileHandle | DatabaseUpdater | protected |
$maintenance | DatabaseUpdater | protected |
$postDatabaseUpdateMaintenance | DatabaseUpdater | protected |
$shared | DatabaseUpdater | protected |
$skipSchema | DatabaseUpdater | protected |
$updates | DatabaseUpdater | protected |
$updatesSkipped | DatabaseUpdater | protected |
__construct(IMaintainableDatabase &$db, $shared, Maintenance $maintenance=null) | DatabaseUpdater | protected |
addExtensionField( $tableName, $columnName, $sqlPath) | DatabaseUpdater | |
addExtensionIndex( $tableName, $indexName, $sqlPath) | DatabaseUpdater | |
addExtensionTable( $tableName, $sqlPath) | DatabaseUpdater | |
addExtensionUpdate(array $update) | DatabaseUpdater | |
addField( $table, $field, $patch, $fullpath=false) | DatabaseUpdater | protected |
addIndex( $table, $index, $patch, $fullpath=false) | DatabaseUpdater | protected |
addIndexIfNoneExist( $table, $indexes, $patch, $fullpath=false) | DatabaseUpdater | protected |
addPostDatabaseUpdateMaintenance( $class) | DatabaseUpdater | |
addTable( $name, $patch, $fullpath=false) | DatabaseUpdater | protected |
appendLine( $line) | DatabaseUpdater | protected |
applyPatch( $path, $isFullPath=false, $msg=null) | DatabaseUpdater | protected |
canUseNewUpdatelog() | DatabaseUpdater | protected |
checkBin( $table, $field, $patchFile) | MysqlUpdater | protected |
checkStats() | DatabaseUpdater | protected |
copyFile( $filename) | DatabaseUpdater | protected |
doCollationUpdate() | DatabaseUpdater | protected |
doFixIpbAddressUniqueIndex() | MysqlUpdater | protected |
doLanguageLinksLengthSync() | MysqlUpdater | protected |
doNonUniquePlTlIl() | MysqlUpdater | protected |
doRevisionPageRevIndexNonUnique() | MysqlUpdater | protected |
doTable( $name) | DatabaseUpdater | protected |
doUnsignedSyncronisation() | MysqlUpdater | protected |
doUpdates(array $what=[ 'core', 'extensions', 'stats']) | DatabaseUpdater | |
dropDefault( $table, $field) | MysqlUpdater | protected |
dropExtensionField( $tableName, $columnName, $sqlPath) | DatabaseUpdater | |
dropExtensionIndex( $tableName, $indexName, $sqlPath) | DatabaseUpdater | |
dropExtensionTable( $tableName, $sqlPath=false) | DatabaseUpdater | |
dropField( $table, $field, $patch, $fullpath=false) | DatabaseUpdater | protected |
dropIndex( $table, $index, $patch, $fullpath=false) | DatabaseUpdater | protected |
dropTable( $table, $patch=false, $fullpath=false) | DatabaseUpdater | protected |
getCoreUpdateList() | MysqlUpdater | protected |
getDB() | DatabaseUpdater | |
getExtensionUpdates() | DatabaseUpdater | protected |
getPostDatabaseUpdateMaintenance() | DatabaseUpdater | |
getSchemaVars() | MysqlUpdater | |
ifFieldExists( $table, $field, $func,... $params) | DatabaseUpdater | protected |
ifNoActorTable( $func,... $params) | DatabaseUpdater | protected |
ifTableNotExists( $table, $func,... $params) | DatabaseUpdater | protected |
indexHasField( $table, $index, $field) | MysqlUpdater | protected |
insertUpdateRow( $key, $val=null) | DatabaseUpdater | |
loadExtensions() | DatabaseUpdater | private |
loadExtensionSchemaUpdates() | DatabaseUpdater | private |
migrateActors() | DatabaseUpdater | protected |
migrateArchiveText() | DatabaseUpdater | protected |
migrateComments() | DatabaseUpdater | protected |
migrateImageCommentTemp() | DatabaseUpdater | protected |
modifyExtensionField( $tableName, $fieldName, $sqlPath) | DatabaseUpdater | |
modifyExtensionTable( $tableName, $sqlPath) | DatabaseUpdater | |
modifyField( $table, $field, $patch, $fullpath=false) | DatabaseUpdater | protected |
modifyTable( $table, $patch, $fullpath=false) | DatabaseUpdater | protected |
newForDB(IMaintainableDatabase $db, $shared=false, Maintenance $maintenance=null) | DatabaseUpdater | static |
output( $str) | DatabaseUpdater | |
patchPath(IDatabase $db, $patch) | DatabaseUpdater | |
populateArchiveRevId() | DatabaseUpdater | protected |
populateContentTables() | DatabaseUpdater | protected |
populateExternallinksIndex60() | DatabaseUpdater | protected |
purgeCache() | DatabaseUpdater | |
rebuildLocalisationCache() | DatabaseUpdater | protected |
renameExtensionIndex( $tableName, $oldIndexName, $newIndexName, $sqlPath, $skipBothIndexExistWarning=false) | DatabaseUpdater | |
renameIndex( $table, $oldIndex, $newIndex, $skipBothIndexExistWarning, $patch, $fullpath=false) | DatabaseUpdater | protected |
REPLICATION_WAIT_TIMEOUT | DatabaseUpdater | |
runMaintenance( $class, $script) | DatabaseUpdater | protected |
runUpdates(array $updates, $passSelf) | DatabaseUpdater | private |
setAutoExtensionHookContainer(HookContainer $hookContainer) | DatabaseUpdater | |
setDefault( $table, $field, $default) | MysqlUpdater | protected |
setFileAccess() | DatabaseUpdater | |
tableExists( $tableName) | DatabaseUpdater | |
updateRowExists( $key) | DatabaseUpdater | |
writeSchemaUpdateFile(array $schemaUpdate=[]) | DatabaseUpdater | private |