Add version to LoadMonitor::getCacheKey()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Oct 2016 21:04:20 +0000 (14:04 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Oct 2016 21:07:57 +0000 (21:07 +0000)
commit3fa55237b6e471e6008d415c270242f766774f27
tree17fc23490148baa2d175d19db41e701ab4b2ffb8
parentd8f594f9e68d453113836ba6a9475dd0c51f371b
Add version to LoadMonitor::getCacheKey()

This avoids undefined index and "servers down" errors when
using Het Deploy since only the version has the new fields.

Bug: T147359
Change-Id: Ic2d0d147df2e1c015ec4a6675294203b2adf5ed9
includes/libs/rdbms/loadmonitor/LoadMonitor.php