wiki.techinc.nl/tests
Tim Starling b20eadaca4 rdbms: Deprecate and replace SelectQueryBuilder::lockForUpdate()
SelectQueryBuilder::lockForUpdate() is confusable with a mutator that
enables for update mode, by analogy with lockInShareMode().
IDatabase::lockForUpdate() is a nice shortcut but the name is confusing
when the return value is used.

So,

* Deprecate SelectQueryBuilder::lockForUpdate()
* Add SelectQueryBuilder::acquireRowLocks(), which performs the query
  but throws away the results.
* Migrate callers of IDatabase::lockForUpdate() to SelectQueryBuilder.

Change-Id: I3f18e9c48349838dcf0ba00a5beb67eace3029e1
2023-03-07 12:12:37 +11:00
..
api-testing Merge "TransformHandler: Load stashed page bundle based on ETag." 2023-03-06 22:36:52 +00:00
common search: Make TitleMatcher a MediaWiki service object 2023-02-03 12:35:14 +00:00
parser Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
phpunit rdbms: Deprecate and replace SelectQueryBuilder::lockForUpdate() 2023-03-07 12:12:37 +11:00
qunit qunit: Remove old $.fx and $.ajax tracking from testrunner 2023-02-25 01:32:04 +00:00
selenium openForEditing: Wait until CodeMirror is fully disabled 2023-01-17 06:00:09 +00:00
.htaccess