Support more coupled DBs in AtomicSectionUpdate/AutoCommitUpdate
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 21 Mar 2019 21:05:35 +0000 (14:05 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 21 Mar 2019 21:07:51 +0000 (14:07 -0700)
commit17080453a1a94d317247197b639472f87e2aaa03
tree14faba21db4a0dc2f60dfaad6228c0fa437adfb4
parentacd7c48f12ea1eca1abbe3a3d1ee4e57bac9b3b2
Support more coupled DBs in AtomicSectionUpdate/AutoCommitUpdate

This is useful for updating a secondary database based on a
commit to the main one, especially for using auto-commit.

Change-Id: Iad9084d2fb0490ecdfd5fcc97db33bfbcbfa5d21
includes/deferred/AtomicSectionUpdate.php
includes/deferred/AutoCommitUpdate.php
includes/deferred/MWCallableUpdate.php