wiki.techinc.nl/includes/deferred
Pppery b9c99fc622 Fix GREATEST usage in site_stats
For the positive-delta case since the row can't be negative the
`GREATEST` is useless, so delete it. For the negative-delta case do the
GREATEST before the subtraction so that it doesn't try to temporarily go
negative.

Bug: T315573
Change-Id: I0a27a57835048ee6a06266d377ed8f3f52ddf435
(cherry picked from commit 4017d2b6d60c6eb5c02ca48c8d8eeb74a18ba262)
2025-03-20 15:48:17 +00:00
..
Hook
LinksUpdate Use namespaced classes 2024-10-21 20:41:20 +02:00
AtomicSectionUpdate.php
AutoCommitUpdate.php
CdnCacheUpdate.php Migrate all uses of deprecated URL global functions to use wfGetUrlUtils() 2024-09-10 16:50:02 -07:00
DataUpdate.php
DeferrableCallback.php
DeferrableUpdate.php
DeferredUpdates.php Merge "deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs" 2024-08-20 16:59:42 +00:00
DeferredUpdatesScope.php deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs 2024-08-20 15:14:02 +00:00
DeferredUpdatesScopeMediaWikiStack.php rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChanges() 2024-10-09 20:34:25 +00:00
DeferredUpdatesScopeStack.php
EnqueueableDataUpdate.php
HtmlFileCacheUpdate.php
JobQueueEnqueueUpdate.php
MergeableUpdate.php
MessageCacheUpdate.php
MWCallableUpdate.php deferred: Add @phan-mandatory-param for function name arguments 2024-10-11 20:46:13 +02:00
RefreshSecondaryDataUpdate.php Replace User, Title, and WikiPage in more signatures 2024-07-10 01:25:57 +02:00
SearchUpdate.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
SendPasswordResetEmailUpdate.php
SiteStatsUpdate.php Fix GREATEST usage in site_stats 2025-03-20 15:48:17 +00:00
TransactionRoundAwareUpdate.php
TransactionRoundDefiningUpdate.php deferred: Add @phan-mandatory-param for function name arguments 2024-10-11 20:46:13 +02:00
UserEditCountInfo.php
UserEditCountUpdate.php Use expression builder instead of raw sql 2024-07-23 23:30:45 +02:00