wiki.techinc.nl/tests/phpunit/includes/Storage
Amir Sarabadani 505bd8e70f Storage: Remove transaction cancel callback from NameTableStore
What it's trying to achieve can be done much simpler by just making an
out of transaction connection via setting CONN_TRX_AUTOCOMMIT flag.

Removing this allows us to get rid of a large portion of transaction
management in rdbms library as this is the only place that uses cancel
callbacks.

Split out of I3cb1e30611b83c0

Bug: T372169
Change-Id: Idad029b6da6b09e084d466d282ef1145ebd8fe73
2024-08-30 20:41:08 +00:00
..
DerivedPageDataUpdaterTest.php Remove ParserOutput::getText() calls from core (getRawText) 2024-08-19 14:20:20 +02:00
NameTableStoreFactoryTest.php
NameTableStoreTest.php Storage: Remove transaction cancel callback from NameTableStore 2024-08-30 20:41:08 +00:00
PageUpdaterFactoryIntegrationTest.php Remove ParserOutput::getText() calls from core (getRawText) 2024-08-19 14:20:20 +02:00
PageUpdaterTest.php Remove ParserOutput::getText() calls from core (getRawText) 2024-08-19 14:20:20 +02:00
RevisionSlotsUpdateTest.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
SqlBlobStoreTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30