From 6b1362131f5c896223e5821a298a0eeb9a89ec9b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 24 May 2017 13:54:21 -0700 Subject: [PATCH] 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 --- extensions/ProofreadPage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1