Avoid logging query in wasDeletedSinceLastEdit() if the page still exists
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 20 Jul 2015 22:15:53 +0000 (15:15 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 20 Jul 2015 22:15:53 +0000 (15:15 -0700)
commit377df958bf287ad8e3f2a05ae25ad16a0060081d
tree968ae172e5d7d3cf9b9d5f56c6e0a7fd5d003994
parent0de09ffac9ce1c0993ad4c9ab462c6a282684c77
Avoid logging query in wasDeletedSinceLastEdit() if the page still exists

* This avoids hitting a long tail of logging table queries that
  cannot easily use the buffer pool all the time.

Change-Id: Id2ad6b9699f1a8c579ebb1c3c0319183772af1bd
includes/EditPage.php