Include type in hashKeyIntoSlots()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 3 May 2016 10:53:06 +0000 (03:53 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 9 May 2016 23:54:51 +0000 (16:54 -0700)
commit39ed32922e76422ab6dfbb50d497a2b89d47c9bf
tree4f555b5a6919b506eee7e1f0230553e0c145a6d8
parent773cdb94714db02fbe24b97bc4816d071476b494
Include type in hashKeyIntoSlots()

Otherwise, all pool types that use slots will collide
due to the slotted keys not using a type prefix.

Bug: T134144
Change-Id: Ib367fedf2cfb7fecc290206e69e0d105276e96e6
includes/poolcounter/PoolCounter.php
includes/poolcounter/PoolCounterWork.php
includes/poolcounter/PoolCounterWorkViaCallback.php
tests/phpunit/includes/poolcounter/PoolCounterTest.php