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)
commit6b1362131f5c896223e5821a298a0eeb9a89ec9b
treec43e2a4eb939b5ca72d162f696471b2327019fbb
parent30b848c4dfd9c68b91d13e1ae98ef6f64652614d
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