Made SqlBagOStuff avoid tripping TransactionProfiler
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 26 Feb 2015 23:41:50 +0000 (15:41 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 27 Feb 2015 17:45:48 +0000 (17:45 +0000)
commit61df5e785f22748b259c9e71c277e815a0f66e4f
treeaa5c1e60365f094886858835b06f95a309fb568d
parent4ac9dbee4a1c0688da6dfa91e8c6419c1bd16f69
Made SqlBagOStuff avoid tripping TransactionProfiler

* Set a custom profiler with no expectations to avoid tripping
  the "0 write" expection. This avoids useless log entries.

Change-Id: Iac849a729eb36b1a8affb0dbc8b8c195fab4b03a
includes/db/Database.php
includes/objectcache/SqlBagOStuff.php