index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
runBatchedQuery.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-4
/
+2
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
1
-5
/
+12
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-1
/
+1
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-3
/
+1
*
Convert various callers to LoadBalancer::getConnectionRef()
Aaron Schulz
2022-02-03
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
Fix runBatchedQuery.php for no result from select
Umherirrender
2020-07-28
1
-0
/
+1
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-1
/
+3
*
Have class match filename in some maintenance scripts
Kunal Mehta
2018-05-23
1
-2
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+2
*
Rewrite runBatchedQuery.php
Tim Starling
2016-11-16
1
-8
/
+56
*
Change "slave" => "replica DB" in /maintenance
Aaron Schulz
2016-09-06
1
-3
/
+3
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-2
/
+2
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Pass phpcs-strict on maintenance/ (2/8)
Siebrand Mazeland
2014-04-22
1
-1
/
+2
*
Fixed spacing
umherirrender
2013-11-21
1
-1
/
+0
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-1
/
+2
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-08-11
1
-0
/
+6
*
Remove some unused getting of non existent arguments
Sam Reed
2011-10-18
1
-1
/
+0
*
Correct case in function call: wfGetDb() -> wfGetDB()
Alexandre Emsenhuber
2011-05-19
1
-1
/
+1
*
Merge r86398 into the old wfWaitForSlaves. Update core calls.
Platonides
2011-04-20
1
-1
/
+1
*
Put the code for waiting for slave lag the new-and-improved way (using master...
Roan Kattouw
2011-04-19
1
-2
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-1
/
+1
*
Add __METHOD__ to query() call in runBatchedQuery.php
Roan Kattouw
2010-10-22
1
-1
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-1
/
+1
*
Fix child class visibility
Chad Horohoe
2010-03-10
1
-1
/
+1
*
Add maintenance script for running queries in batches. This is especially use...
Roan Kattouw
2009-12-12
1
-0
/
+60