This should fix T105373
See also Ia481d8a4cd9ed347874d351fa58b2712f3077a47 which is the same change on 1.26wmf14, but in a different file because this class moved since the branch cut for wmf14. Bug: T105373 Change-Id: Ib46e82a8c14f1f1955da268ef0ade2ab9cb39ab7
This commit is contained in:
parent
93fd3f8191
commit
eb74225bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class LoadMonitorMySQL implements LoadMonitor {
|
|||
} );
|
||||
} elseif ( $staleValue ) {
|
||||
# Could not acquire lock but an old cache exists, so use it
|
||||
return $value['lagTimes'];
|
||||
return $staleValue['lagTimes'];
|
||||
}
|
||||
|
||||
$lagTimes = array();
|
||||
|
|
|
|||
Loading…
Reference in a new issue