aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/runBatchedQuery.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-4/+2
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-5/+12
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-1/+1
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-3/+1
* Convert various callers to LoadBalancer::getConnectionRef()Aaron Schulz2022-02-031-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Fix runBatchedQuery.php for no result from selectUmherirrender2020-07-281-0/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+3
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* Rewrite runBatchedQuery.phpTim Starling2016-11-161-8/+56
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Pass phpcs-strict on maintenance/ (2/8)Siebrand Mazeland2014-04-221-1/+2
* Fixed spacingumherirrender2013-11-211-1/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-111-0/+6
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-1/+0
* Correct case in function call: wfGetDb() -> wfGetDB()Alexandre Emsenhuber2011-05-191-1/+1
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Put the code for waiting for slave lag the new-and-improved way (using master...Roan Kattouw2011-04-191-2/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Add __METHOD__ to query() call in runBatchedQuery.phpRoan Kattouw2010-10-221-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* Fix child class visibilityChad Horohoe2010-03-101-1/+1
* Add maintenance script for running queries in batches. This is especially use...Roan Kattouw2009-12-121-0/+60