wiki.techinc.nl/includes/Storage
Brad Jorsch 5799b2f001 Make sure we don't try to use a deleted rev ID.
MySQL until 8.0 and MariaDB until some version after 10.1.34 don't save
the auto-increment value to disk, so on server restart it might reuse
IDs from deleted revisions. We can fix that with an insert with an
explicit rev_id value, if necessary.

Bug: T202032
Change-Id: I14e5b6c8ec8b5f1aeb2305fae4b103665f8f6686
2018-08-22 15:32:16 -04:00
..
BlobAccessException.php
BlobStore.php Make LocalFile check early if the revision store is available 2018-02-22 22:07:30 +00:00
BlobStoreFactory.php [MCR] Introduce BlobStoreFactory 2017-12-24 23:22:30 +00:00
DerivedPageDataUpdater.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
IncompleteRevisionException.php
MutableRevisionRecord.php [MCR] Factor PageUpdater out of WikiPage 2018-06-14 13:22:13 +00:00
MutableRevisionSlots.php [MCR] Factor PageUpdater out of WikiPage 2018-06-14 13:22:13 +00:00
NameTableAccessException.php [MCR] NameTableStore 2018-03-02 19:48:15 +00:00
NameTableStore.php Document cross-wiki cache sharing logic. 2018-08-02 18:55:41 +00:00
PageUpdateException.php [MCR] Factor PageUpdater out of WikiPage 2018-06-14 13:22:13 +00:00
PageUpdater.php Replace redundant Assert calls with native typehint 2018-07-10 19:31:13 +00:00
RevisionAccessException.php
RevisionArchiveRecord.php Fix handling of ar_length and ar_sha1 in RevisionArchiveRecord. 2018-04-18 21:47:57 +02:00
RevisionFactory.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
RevisionLookup.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
RevisionRecord.php API: Update query modules for MCR 2018-07-27 23:33:45 +00:00
RevisionSlots.php Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
RevisionSlotsUpdate.php [MCR] Factor PageUpdater out of WikiPage 2018-06-14 13:22:13 +00:00
RevisionStore.php Make sure we don't try to use a deleted rev ID. 2018-08-22 15:32:16 -04:00
RevisionStoreFactory.php Add safeguard against loading content across wikis. 2018-08-06 15:46:24 +02:00
RevisionStoreRecord.php Fix handling of ar_length and ar_sha1 in RevisionArchiveRecord. 2018-04-18 21:47:57 +02:00
SlotRecord.php MCR RevisionStore, multi content mode.. 2018-06-14 17:30:33 +02:00
SqlBlobStore.php Document cross-wiki cache sharing logic. 2018-08-02 18:55:41 +00:00
SuppressedDataException.php