aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage
Commit message (Expand)AuthorAgeFilesLines
* * (bug 34735) Updated compressOld.php documentation to mention the different ...Alexandre Emsenhuber2012-03-201-4/+5
* Bug 34734 - compressOld.php ignoring -s optionAntoine Musso2012-03-011-1/+1
* More __METHOD__ in our madnessSam Reed2012-02-242-8/+8
* More __METHOD__ into db related methodsSam Reed2012-02-241-2/+2
* Remove some unused getting of non existent argumentsSam Reed2011-10-184-3/+25
* Fixup some assignments in conditionalsSam Reed2011-10-161-0/+3
* Moved global define into class constant, replaced a bunch of $fname with __ME...Chad Horohoe2011-09-101-20/+15
* Followup r96479, move files to WikimediaMaintenanceSam Reed2011-09-072-226/+0
* adding tools to parse the output of storageTypeStats.phpBen Hartshorne2011-09-072-0/+226
* Fix numerous undefined variablesSam Reed2011-07-011-0/+1
* Followup r90020: use startid for consistency, and document endidChad Horohoe2011-06-211-2/+3
* Rewrite compressOld to subclass maintenananceChad Horohoe2011-06-132-355/+344
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-205-7/+7
* Fixup a couple more undefined variablesSam Reed2011-03-301-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-134-4/+4
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-1610-0/+184
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-0410-44/+44
* More unused variablesSam Reed2010-11-301-1/+1
* follow-up to r74742: fix typosJack Phoenix2010-10-131-1/+1
* Assignment in loop conditions suckSam Reed2010-10-134-11/+11
* Remove some unused variablesSam Reed2010-09-201-1/+0
* Remove some unused variablesSam Reed2010-08-131-1/+0
* Change require_once to actual pathSam Reed2010-08-091-5/+1
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-083-6/+1
* More unused variables, whitespaceSam Reed2010-07-252-3/+1
* Stylize maintenance folder..Sam Reed2010-05-2211-103/+103
* Fixed object type unserialization. Based on WMF working copy patch, tested th...Tim Starling2010-03-181-1/+2
* * Quieter, more frequent slave waitsTim Starling2010-03-181-14/+43
* Don't allow trackBlobs.php to continue if there is a potential for corruption...Tim Starling2010-03-051-0/+42
* Fix for MySQL 4.0Tim Starling2010-02-251-1/+11
* In fixBug20757.php:Tim Starling2010-02-223-13/+23
* Resolve stubs which may be broken by running RCT. Added a --start option. Not...Tim Starling2010-02-191-12/+49
* Classify rows with old_flags='object,utf-8' (there are 1800 in enwiki). Tim Starling2010-02-181-1/+1
* Don't format old_id ranges in scientific (%E) notation.Tim Starling2010-02-121-3/+3
* A script for doing full scans of the text table and presenting some resulting...Tim Starling2010-02-111-0/+98
* Bug fix: bt_page and bt_rev_id should be 0 for orphans, not null.Tim Starling2010-02-091-6/+6
* Fixed a bug which came up during testing, world-destruction thus averted.Tim Starling2010-02-081-1/+1
* Fix script for bug 20757.Tim Starling2010-02-081-0/+265
* Fixup for r57989: removed artifacts of the previous version of my patch, impr...Max Semenik2009-12-171-2/+2
* (bug 20275) Fixed LIKE queries on SQLite backendMax Semenik2009-10-214-6/+7
* Apply live hack from wmf-deployment r53208: allows passing alt table nameBrion Vibber2009-09-141-3/+8
* Move dumpRev and orphanStats to subclass Maintenance. Make orphanStats bail o...Chad Horohoe2009-08-212-53/+100
* config/index.php:Leons Petrazickis2009-08-151-1/+2
* Assorted minor live patches to command-line scripts.Tim Starling2009-04-301-0/+5
* Insert blob_orphans rows in batches.Tim Starling2009-04-241-4/+11
* (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriateChad Horohoe2009-04-061-1/+1
* fix 16-bit index pointers in MyISAM....Domas Mituzas2009-03-091-1/+1
* * Support for the "blobs table" LB config parameterTim Starling2009-02-031-4/+8
* Fixed a bug where the last batch of orphans would be skipped. Tim Starling2009-01-271-1/+7
* * Fix some command-line propagation issuesTim Starling2009-01-031-4/+7