Update git submodules
authorChad Horohoe <chadh@wikimedia.org>
Wed, 24 May 2017 20:54:21 +0000 (13:54 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 24 May 2017 21:08:15 +0000 (21:08 +0000)
* 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

index b7c76ae..8f39838 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b7c76ae3c8f08d231659dbd8c58bbf1260c041f2
+Subproject commit 8f3983853dc6911f8780b106a3bd1878d3e26426