aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/sql.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / sql.php in interactive no more exit on DBerrorAntoine Musso2012-10-251-1/+2
|/
* Added missing GPLv2 headers in maintenance scripts.Alexandre Emsenhuber2012-09-041-0/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-021-0/+5
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Fixed reading from file from r108774Sam Reed2012-01-171-6/+10
* Give sql.php eval.php type scrollbackSam Reed2012-01-121-25/+37
* 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-2/+2
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* Fix child class visibilityChad Horohoe2010-03-101-1/+1
* Fix regression in sql.php: needs to run w/ DB admin privileges in order to do...Brion Vibber2009-09-221-0/+4
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-42/+62
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-46/+40
* Merge maintenance-work branch:Chad Horohoe2009-06-241-40/+46
* Don't die horribly from sql.php when making INSERT/DELETE/UPDATE/CREATE TABLE...Brion Vibber2008-08-011-3/+3
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+3
* A few comment tag tweaks.Nick Jenkins2007-07-111-0/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Removed mysql5 SQL files, obviously we're collectively incapable of keeping...Tim Starling2007-04-221-0/+67