X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=532ccb03ae9d6cf0f28f055d970f5fa2dc5d1cb8;hb=6e58bfb43a161235444d10d8cf42e8f0eaee4efe;hp=a9ca28614dba819b3ebcaf73650c39e1bc6a2277;hpb=0756849eb8450909d14dcb619307bdf07f0c7fcd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index a9ca28614d..532ccb03ae 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -372,6 +372,9 @@ class MysqlUpdater extends DatabaseUpdater { [ 'addField', 'ipblocks', 'ipb_sitewide', 'patch-ipb_sitewide.sql' ], [ 'addTable', 'ipblocks_restrictions', 'patch-ipblocks_restrictions-table.sql' ], [ 'migrateImageCommentTemp' ], + + // 1,33 + [ 'dropField', 'change_tag', 'ct_tag', 'patch-drop-ct_tag.sql' ], ]; } @@ -931,7 +934,9 @@ class MysqlUpdater extends DatabaseUpdater { if ( $count == 0 ) { $lbFactory = $services->getDBLoadBalancerFactory(); $lbFactory->waitForReplication( [ - 'wiki' => wfWikiID(), 'timeout' => self::REPLICATION_WAIT_TIMEOUT ] ); + 'domain' => $lbFactory->getLocalDomainID(), + 'timeout' => self::REPLICATION_WAIT_TIMEOUT + ] ); } $this->db->insert( 'templatelinks', [