r76791 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76790‎ | r76791 | r76792 >
Date:13:44, 16 November 2010
Author:demon
Status:ok
Tags:
Comment:
Fix for r69917: Should be using DB_ADMIN if we were using $wgUseRootUser
Modified paths:
  • /trunk/phase3/maintenance/fixSlaveDesync.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/fixSlaveDesync.php
@@ -24,8 +24,11 @@
2525 public function __construct() {
2626 parent::__construct();
2727 $this->mDescription = "";
28 -
2928 }
 29+
 30+ public function getDbType() {
 31+ return self::DB_ADMIN;
 32+ }
3033
3134 public function execute() {
3235 $this->slaveIndexes = array();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69917Kill $wgUseRootUser variable.platonides21:37, 25 July 2010

Status & tagging log