wiki.techinc.nl/includes/Storage
Aaron Schulz f8c2486d15 rdbms: rename CONN_TRX_AUTO constant to CONN_TRX_AUTOCOMMIT
The "AUTO" means AUTOCOMMIT, not "automatic transactions"/DBO_TRX,
which is basically the opposite concept. The new name does not
suffer from that ambiguity.

Keep the old constant as an alias for backwards compatibility.

Also remove LoadBalancer comment about non-existing field

Change-Id: I63beeb061fc9be73f320308e4d6393b58628b8c8
2018-04-12 13:01:52 -07: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
IncompleteRevisionException.php
MutableRevisionRecord.php
MutableRevisionSlots.php
NameTableAccessException.php [MCR] NameTableStore 2018-03-02 19:48:15 +00:00
NameTableStore.php rdbms: rename CONN_TRX_AUTO constant to CONN_TRX_AUTOCOMMIT 2018-04-12 13:01:52 -07:00
RevisionAccessException.php
RevisionArchiveRecord.php Handle failure to load content in Revision getSize, etc 2018-01-11 15:23:03 +01:00
RevisionFactory.php
RevisionLookup.php Revert "Revert "[MCR] Add and use $title param to RevisionStoregetPrevious/Next"" 2018-01-10 17:05:53 +00:00
RevisionRecord.php Introduce hasSlot in RevisionRecord and RevisionSlots. 2018-02-26 17:34:48 +00:00
RevisionSlots.php Introduce hasSlot in RevisionRecord and RevisionSlots. 2018-02-26 17:34:48 +00:00
RevisionStore.php Merge "MCR: replace slot_inherited with slot_origin" 2018-03-20 12:06:32 +00:00
RevisionStoreRecord.php Handle failure to load content in Revision getSize, etc 2018-01-11 15:23:03 +01:00
SlotRecord.php MCR: replace slot_inherited with slot_origin 2018-03-19 21:51:56 +01:00
SqlBlobStore.php Make LocalFile check early if the revision store is available 2018-02-22 22:07:30 +00:00
SuppressedDataException.php