Aaron Schulz has uploaded a new change for review. Change subject: Reverted "FOR UPDATE" in 61f246aa786d824d0653522ed679c16be719da80. ......................................................................
Reverted "FOR UPDATE" in 61f246aa786d824d0653522ed679c16be719da80. * Previously, this code would select FOR UPDATE unless ALF_NO_LINK_LOCK was set in $wgAntiLockFlags (which in fact was set for wmf sites for ages to reduce contention). In this case, it was just loading from the master, without locking, and relying on the page_latest check. Now, it just never selects FOR UPDATE, regardless of the lock flags, relying on page_latest. Change-Id: Ie6301de4415f56e6be3899cf4ab37924963ce8c4 --- M includes/EditPage.php 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/29/16229/1 -- To view, visit https://gerrit.wikimedia.org/r/16229 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie6301de4415f56e6be3899cf4ab37924963ce8c4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
