Added query/connection expectation support to TransactionProfiler
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 15 Jan 2015 23:55:17 +0000 (15:55 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 11 Feb 2015 18:57:03 +0000 (18:57 +0000)
commit505394a5a93524cdc0b449bba64d4940c330631d
tree6b6835f96e5c5b0a15a7b930ad783fb9aac50337
parent532ef7851c696cbbccecdad365d5dd44486245fd
Added query/connection expectation support to TransactionProfiler

* Master connections and writes on read requests will now be logged to
  get visibility into code that reduces performance and site availability.

bug: T88445
bug: T86862
Change-Id: Ic2ae95c33facbb54e062aef2ce67d6182caa044a
includes/MediaWiki.php
includes/db/Database.php
includes/profiler/TransactionProfiler.php