aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/initEditCount.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use expression builder instead of raw sqlUmherirrender2024-07-221-1/+1
* maintenance: Fix missing where in initEditCount.phpUmherirrender2024-06-161-0/+2
* Use RawSQLValue/RawSQLExpression for some subqueriesBartosz DziewoƄski2024-05-291-2/+6
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-24/+20
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-1/+4
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-0/+1
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-2/+1
* rdbms: Drop deprecated functions from LoadBalancerAmir Sarabadani2022-09-291-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+2
* initEditCount.php: Fix text flow in param descriptionAmmar Abdulhamid2020-03-231-6/+4
* Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+1
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-94/+18
* Replace wfGetLBUmherirrender2018-05-021-1/+4
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-13/+99
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Remove a few unused variablesMax Semenik2016-09-261-2/+0
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-2/+2
* Remove checks formerly for MySQL server versionKevin Israel2016-08-111-6/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* Remove version check for mysql 4.1 from Maintenance scriptstonythomas012013-12-311-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-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-1/+1
* Use the load balancer to get the server count, not $wgServersAlexandre Emsenhuber2010-10-101-3/+2
* Added a description and @fileAlexandre Emsenhuber2010-10-101-0/+4
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-1/+0
* Use the canonical names for classes.Platonides2010-07-271-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-8/+8
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* Changed $wgDBname to wfWikiID() (used for display) to be consistent with othe...Alexandre Emsenhuber2009-08-151-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* * Add way to get full input from stdin() without having to check the lengthChad Horohoe2009-08-021-0/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-71/+89
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Add replication-friendly background batch update mode.Brion Vibber2006-12-151-19/+64
* Going ahead and adding this field while other DB updates are pending.Brion Vibber2006-12-141-0/+40