From: Aaron Schulz Date: Wed, 24 Sep 2014 20:07:34 +0000 (-0700) Subject: Made JobQueueDB::doWaitForBackups wait for the right slaves X-Git-Tag: 1.31.0-rc.0~13834^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=87e33d67c9324587870b6b23ce5f2a0ed49e693e;p=lhc%2Fweb%2Fwiklou.git Made JobQueueDB::doWaitForBackups wait for the right slaves Change-Id: I6022fea7add5c317da89d5361d166a047bcc95e4 --- diff --git a/includes/jobqueue/JobQueueDB.php b/includes/jobqueue/JobQueueDB.php index 08873cc12d..056e5a83de 100644 --- a/includes/jobqueue/JobQueueDB.php +++ b/includes/jobqueue/JobQueueDB.php @@ -556,7 +556,7 @@ class JobQueueDB extends JobQueue { * @return void */ protected function doWaitForBackups() { - wfWaitForSlaves(); + wfWaitForSlaves( false, $this->wiki, $this->cluster ?: false ); } /**