database: Improve DatabaseMysql::masterPosWait() performance by caching the position
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 23 May 2013 00:23:21 +0000 (17:23 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 26 Jun 2013 23:39:43 +0000 (23:39 +0000)
commit3bb52cc804d1e4e8fffaa43bf08e7df54d8175cd
tree7a39cfd9e745c2c318a03ca5ed13f663c1ec0889
parentdb77dcc7310b38ca5d6e5df0a2c9802f45d2e3df
database: Improve DatabaseMysql::masterPosWait() performance by caching the position

* This is useful for things like loads of refreshLinks jobs that call wfGetLB()->waitFor().

Change-Id: I05a564a3b73999517fec2476ed946e092c16c3d4
includes/db/DatabaseMysqlBase.php