aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/sql.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* build: Use inline ignore for Generic.CodeAnalysis.AssignmentInConditionUmherirrender2024-09-011-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Get environment variable HOME via getenv( 'HOME' )Fomafix2024-08-131-2/+3
* rdbms: Remove ILoadBalancer::getWriterIndex()Amir Sarabadani2024-06-031-1/+3
* installer: Namespace remaining classesReedy2024-01-131-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-3/+3
* maintenance: Add --batch-size to sql.phpTim Starling2022-01-131-0/+6
* sql.php: Fix typosReedy2021-09-231-2/+2
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-6/+5
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-1/+1
* rdbms: cleanup getServer() and connection parameter fields in DatabaseAaron Schulz2021-05-051-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* maintenance: Remove --slave option from sql.phpReedy2020-06-111-1/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-2/+2
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-2/+2
* Revert "maintenance: Remove sql.php temporarily"Tim Starling2020-04-091-0/+230
* maintenance: Remove sql.php temporarilyTimo Tijhof2020-04-071-230/+0
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-2/+2
* Add string cast when outputting exceptions in sql.phpUmherirrender2019-09-011-2/+2
* maintenance: Sanity check that --replicadb isn't using the master in sql.phpAaron Schulz2019-08-241-2/+2
* Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-021-2/+1
* Type hint against IResultWrapper in maintenance classesUmherirrender2019-06-191-2/+2
* Make sql.php exit status more informativeGergő Tisza2018-12-161-4/+23
* Fix sql.php --json behaviorGergő Tisza2018-12-161-2/+9
* Replace wfGetLBFactoryUmherirrender2018-02-271-2/+4
* sql.php: Provide --json output modeChad Horohoe2018-02-161-1/+8
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-5/+9
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-0/+1
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-2/+4
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Fix Database IDEA warnings about callable parametersAaron Schulz2016-10-031-1/+1
* Inject schema vars into DatabaseMysqlAaron Schulz2016-09-221-0/+5
* Fix undefined getDelimiter() call in sql.phpAaron Schulz2016-09-191-11/+15
* More replication var cleanups in /maintenanceAaron Schulz2016-09-051-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-19/+20
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* maintenance: Add --query option in sql.phpTimo Tijhof2015-07-181-7/+19
* Fix sql.php behavior on errorBrad Jorsch2015-07-101-2/+2
* Improve documentation of maintenance/sql.phpMarius Hoch2015-05-201-1/+2
* Allow the empty string as the wiki DBAaron Schulz2014-11-061-1/+2
* No space within the ?: operatorBartosz Dziewoński2014-08-251-1/+1