From: Chad Horohoe Date: Wed, 24 May 2017 20:54:21 +0000 (-0700) Subject: Update git submodules X-Git-Tag: 1.31.0-rc.0~3141^2~2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=6b1362131f5c896223e5821a298a0eeb9a89ec9b;p=lhc%2Fweb%2Fwiklou.git Update git submodules * Update extensions/ProofreadPage from branch 'wmf/1.30.0-wmf.2' - Properly handle batches of pages to update Using LIMIT on UPDATE/DELETE queries is unsafe when using statement-based replication as you can't ensure the same sets of rows are updated. Instead, select a batch of problematic page_ids, update by them, then continue until we don't find any more to fix Bug: T166261 Change-Id: I8a5d2989285c72450d6a48ccc12d88fdeeb3fb6f --- diff --git a/extensions/ProofreadPage b/extensions/ProofreadPage index b7c76ae3c8..8f3983853d 160000 --- a/extensions/ProofreadPage +++ b/extensions/ProofreadPage @@ -1 +1 @@ -Subproject commit b7c76ae3c8f08d231659dbd8c58bbf1260c041f2 +Subproject commit 8f3983853dc6911f8780b106a3bd1878d3e26426