Avoid use of rollback() in WikiPage::doEditContent()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Oct 2015 20:01:20 +0000 (13:01 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Nov 2015 23:22:51 +0000 (15:22 -0800)
commitc11474714cb1e38b50e329c59854ed40a269d888
treef9e6fcd27bd0379d16ad33bf0f57688ac0c0fc41
parent4efc28e66aa7feeb3bf303bf34e0088490ed4cd0
Avoid use of rollback() in WikiPage::doEditContent()

* Use the CAS style page row checks instead
* This a first step towards switching to startAtomic/endAtomic
* Only a sanity check uses rollback() now, which should never
  be hit unless there is a serious DB layer bug

Change-Id: Ideb189f918dee5d3e3c7b91cb92179df514ef35a
includes/page/WikiPage.php