aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupInvalidDbKeys.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-5/+4
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* maintenance: Add support for links migration to cleanupInvalidDbKeysAmir Sarabadani2022-08-301-2/+20
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-9/+9
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-2/+4
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-4/+8
* Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+2
* Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-2/+1
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-1/+0
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-9/+3
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Fix a couple of issues with cleanupInvalidDbKeys.php maint scriptTTO2017-05-061-24/+25
* New maintenance script to clean up rows with invalid DB keysThis, that and the other2017-03-111-0/+310