Avoid wfWaitForSlaves() call when in a transaction in ActiveUsers
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 9 Jul 2014 20:02:22 +0000 (13:02 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 9 Jul 2014 20:02:29 +0000 (13:02 -0700)
commitf49907ac0aa54f86e61ba50b7b9072fed316ee82
tree9d778ccbdce43c24780c40ab2dc48a100858349e
parent8c1932eba1606fc93c3493bc4d26a89a643a26ec
Avoid wfWaitForSlaves() call when in a transaction in ActiveUsers

* This does not do anything except waste time and connections.
  The query should be small in that case anyway.

Change-Id: I010b3f09be36202ccf408e1a2b084fee0a598ff9
includes/specials/SpecialActiveusers.php