Use ESTIMATE_DB_APPLY for total transaction time estimate
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 11 Sep 2016 22:51:15 +0000 (15:51 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 11 Sep 2016 23:04:21 +0000 (16:04 -0700)
commit703b0691caf0cb5c29ede148c1a9f14c529cf8a1
tree1aeb018907c3b771543fa789f978e8768fd67b0b
parent0e928cc6b7a044d3d92764520b4d24ce1f1b5c51
Use ESTIMATE_DB_APPLY for total transaction time estimate

Individual write queries already do this, but the COMMIT step
still used the old accounting.

Change-Id: I416a524d6652f933cbc49033b49745db732c8b92
includes/db/Database.php
includes/jobqueue/JobRunner.php
tests/phpunit/includes/db/DatabaseTestHelper.php