$db | MssqlUpdater | protected |
$extensionUpdates | DatabaseUpdater | protected |
$fileHandle | DatabaseUpdater | protected |
$holdContentHandlerUseDB | 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 | |
applyPatch( $path, $isFullPath=false, $msg=null) | MssqlUpdater | protected |
canUseNewUpdatelog() | DatabaseUpdater | protected |
checkStats() | DatabaseUpdater | protected |
copyFile( $filename) | DatabaseUpdater | |
disableContentHandlerUseDB() | DatabaseUpdater | protected |
doActiveUsersInit() | DatabaseUpdater | protected |
doCollationUpdate() | DatabaseUpdater | protected |
doEnableProfiling() | DatabaseUpdater | protected |
doLogSearchPopulation() | DatabaseUpdater | protected |
doLogUsertextPopulation() | DatabaseUpdater | protected |
doMigrateUserOptions() | DatabaseUpdater | protected |
doTable( $name) | DatabaseUpdater | protected |
doUpdates(array $what=[ 'core', 'extensions', 'stats']) | DatabaseUpdater | |
dropExtensionField( $tableName, $columnName, $sqlPath) | DatabaseUpdater | |
dropExtensionIndex( $tableName, $indexName, $sqlPath) | DatabaseUpdater | |
dropExtensionTable( $tableName, $sqlPath) | DatabaseUpdater | |
dropField( $table, $field, $patch, $fullpath=false) | DatabaseUpdater | protected |
dropIndex( $table, $index, $patch, $fullpath=false) | DatabaseUpdater | protected |
dropTable( $table, $patch=false, $fullpath=false) | DatabaseUpdater | |
enableContentHandlerUseDB() | DatabaseUpdater | protected |
getCoreUpdateList() | MssqlUpdater | protected |
getDB() | DatabaseUpdater | |
getExtensionUpdates() | DatabaseUpdater | protected |
getOldGlobalUpdates() | DatabaseUpdater | protected |
getPostDatabaseUpdateMaintenance() | DatabaseUpdater | |
getSchemaVars() | DatabaseUpdater | |
initOldGlobals() | DatabaseUpdater | private |
insertUpdateRow( $key, $val=null) | DatabaseUpdater | |
loadExtensions() | 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 | |
modifyTable( $table, $patch, $fullpath=false) | DatabaseUpdater | |
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 | |
runUpdates(array $updates, $passSelf) | DatabaseUpdater | private |
setFileAccess() | DatabaseUpdater | |
tableExists( $tableName) | DatabaseUpdater | |
updateRowExists( $key) | DatabaseUpdater | |
updateSchema( $table, $updatekey, $patch, $fullpath=false) | MssqlUpdater | protected |
writeSchemaUpdateFile(array $schemaUpdate=[]) | DatabaseUpdater | private |