aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/sql.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup some docs (maintenance)umherirrender2014-08-091-1/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-4/+4
* Pass phpcs-strict on maintenance/ (1/8)Siebrand Mazeland2014-04-221-1/+2
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Added --wikidb param to sql.phpAaron Schulz2013-12-101-10/+12
* Allow server selection when running sql.phpAaron Schulz2013-05-221-3/+29
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-4/+4
* Add a wfWaitForSlaves() call at the end of sql.phpReedy2013-02-251-0/+1
* Made sql.php except a "cluster" option and cleaned up the arguments.Aaron Schulz2013-02-211-4/+10
* misc style issuesAntoine Musso2013-01-301-0/+1
* Merge "alter sql.php prompt on line continuation"Demon2012-10-251-1/+10
|\
| * alter sql.php prompt on line continuationAntoine Musso2012-10-251-1/+10
* | Merge "(bug 37020) sql.php with readline eats semicolon"Demon2012-10-251-1/+3
|\ \
| * | (bug 37020) sql.php with readline eats semicolonAntoine Musso2012-10-251-1/+3
| |/