aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateBacklinkNamespace.php
Commit message (Expand)AuthorAgeFilesLines
* Remove populateBacklinkNamespace.phpDreamy Jazz2024-08-261-111/+0
* Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-1/+4
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-15/+18
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-4/+13
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-4/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+4
* maintenance: Remove unused code from several maintenance scriptsThiemo Kreuz2019-03-031-2/+0
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Cast block start to int in maintenace SQLPhantom422017-12-081-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Added --lastUpdatedId option to backlink namespace population scriptAaron Schulz2014-08-011-1/+5
* Redo WhatLinksHere query and add a *_from_namespace field to link tablesAaron Schulz2014-07-211-0/+93