Avoid profiler spam for numeric IN() clauses for each possible number of items
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Aug 2013 18:42:05 +0000 (11:42 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Aug 2013 18:44:24 +0000 (11:44 -0700)
commit9d5fe1eb2dfd6d8fc62508d8d0c1932e181ad95c
tree57a22ddfa187459f79079c299d58906fcc9a2a39
parent31ffa94c4a5c1f119c0b88682ce3e53b95b4e9fa
Avoid profiler spam for numeric IN() clauses for each possible number of items

* This currently can be seen in several category queries with IN() clauses on graphite

Change-Id: I04e7745c7d4f11f5f2905c7f86f1558a9fdb0b5c
includes/db/Database.php