Previously, tryOpportunisticExecute() tried to nest transaction rounds,
which would fail. Added LBFactory::hasTransactionRound() as needed.
Also cleaned up some unqualified class names in callbacks and set the
PRESEND flag for the JobQueueDB AutoCommitUpdate callback. Use the
proper getMasterDB() method while at it. These follow up
|
||
|---|---|---|
| .. | ||
| AtomicSectionUpdate.php | ||
| AutoCommitUpdate.php | ||
| CdnCacheUpdate.php | ||
| DataUpdate.php | ||
| DeferrableCallback.php | ||
| DeferrableUpdate.php | ||
| DeferredUpdates.php | ||
| EnqueueableDataUpdate.php | ||
| HTMLCacheUpdate.php | ||
| LinksDeletionUpdate.php | ||
| LinksUpdate.php | ||
| MergeableUpdate.php | ||
| MWCallableUpdate.php | ||
| SearchUpdate.php | ||
| SiteStatsUpdate.php | ||
| SqlDataUpdate.php | ||
| WANCacheReapUpdate.php | ||