aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage/orphanStats.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-6/+5
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-1/+4
* Avoid overridden getDB in maintenance script orphanStats.phpUmherirrender2022-03-071-3/+3
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+1
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+1
* Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-021-1/+1
* Normalize the code style of some ResultWrapper iteration loopsAaron Schulz2019-07-101-3/+3
* Merge "Replace wfGetLBFactory"jenkins-bot2018-03-091-1/+4
|\
| * Replace wfGetLBFactoryUmherirrender2018-02-271-1/+4
* | Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-1/+1
|/
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-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
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-3/+4
* Pass phpcs-strict on maintenance/storage/Siebrand Mazeland2014-04-221-2/+8
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-211-2/+9
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Make OrphanStats::getDB()'s signature compatible with parent.Alexandre Emsenhuber2012-08-181-1/+1
* Cannot make method visibility lower than super's.Siebrand Mazeland2012-08-181-1/+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-2/+2
* More unused variables, whitespaceSam Reed2010-07-251-1/+0
* Stylize maintenance folder..Sam Reed2010-05-221-3/+3
* Move dumpRev and orphanStats to subclass Maintenance. Make orphanStats bail o...Chad Horohoe2009-08-211-9/+34
* Avoid division by zeroTim Starling2009-01-031-2/+4
* Stats on the blob_orphans table, to make sure we're not losing anything by dr...Tim Starling2008-12-191-0/+44