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 Namespace remaining files under includes/deferred 2023-11-22 10:08:53 -05:00
LinksUpdate Use namespaced classes 2024-10-21 20:41:20 +02:00
AtomicSectionUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
AutoCommitUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
CdnCacheUpdate.php Migrate all uses of deprecated URL global functions to use wfGetUrlUtils() 2024-09-10 16:50:02 -07:00
DataUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
DeferrableCallback.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
DeferrableUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
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 Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
EnqueueableDataUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
HtmlFileCacheUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
JobQueueEnqueueUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
MergeableUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
MessageCacheUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
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 Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
SiteStatsUpdate.php Fix GREATEST usage in site_stats 2025-03-20 15:48:17 +00:00
TransactionRoundAwareUpdate.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
TransactionRoundDefiningUpdate.php deferred: Add @phan-mandatory-param for function name arguments 2024-10-11 20:46:13 +02:00
UserEditCountInfo.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
UserEditCountUpdate.php Use expression builder instead of raw sql 2024-07-23 23:30:45 +02:00