Batch updateNotificationTimestamp() UPDATE queries (without wl_id)
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 23 May 2016 18:49:21 +0000 (20:49 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 23 May 2016 19:16:38 +0000 (21:16 +0200)
commit14b888c515b02115aa412696af8e3f85e7beade2
tree931d9ac3edf8d7f7c733b06e7c577fc155eb0f15
parentf826f2f5f6facdce2c92dcb9e70bb0cf20ff9db0
Batch updateNotificationTimestamp() UPDATE queries (without wl_id)

The new primary key is not usable in production (T130067), so batch the
query using the old where condition.

Some code ideas from I3dbe1de4cf39499728a2077a71157d4bcc203e44

Bug: T134613
Change-Id: Ic12926a5166f7578a1136c7944d883c2fe1f3b3a
includes/WatchedItemStore.php