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
/
includes
/
db
/
LoadBalancer.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved all load balancer classes to /loadbalancer
Aaron Schulz
2015-09-24
1
-1273
/
+0
*
Use APC for caching slave lag times
Aaron Schulz
2015-06-26
1
-14
/
+4
*
database: Make LoadBalancer not yield DB objects that hopelessly lost the con...
Aaron Schulz
2015-06-26
1
-4
/
+10
*
Remove unneeded empty lines at begin of if/else/foreach body
umherirrender
2015-06-19
1
-1
/
+0
*
Made LoadBalancer debug log entries use "localhost" placeholder
Aaron Schulz
2015-05-21
1
-8
/
+11
*
Merge "Added $wgJobSerialCommitThreshold setting"
jenkins-bot
2015-04-27
1
-1
/
+2
|
\
|
*
Added $wgJobSerialCommitThreshold setting
Aaron Schulz
2015-04-24
1
-1
/
+2
*
|
Moved DBConnRef to a separate file
Aaron Schulz
2015-04-24
1
-46
/
+0
|
/
*
Added LoadBalancer::waitForOne method
Aaron Schulz
2015-04-22
1
-0
/
+31
*
Made wfReadOnly() more robust at handling the lagged-slave case
Aaron Schulz
2015-04-08
1
-5
/
+10
*
Made rollbackMasterChanges catch exceptions, throwing the last one
Aaron Schulz
2015-04-03
1
-5
/
+13
*
Added slave/master fallback logic in Revision
Aaron Schulz
2015-03-31
1
-2
/
+37
*
Avoid certain useless dbperformance log entries
Aaron Schulz
2015-03-12
1
-4
/
+11
*
Made master connection expectations actually work
Aaron Schulz
2015-03-03
1
-0
/
+4
*
database: Move LoadBalancer::getConnection debugmsg to getReaderIndex
Timo Tijhof
2015-02-19
1
-2
/
+2
*
Fixed backwards $group check in LoadBalancer
Aaron Schulz
2015-02-18
1
-2
/
+2
*
Merge "Log to DBPerformance log when many LB connections are acquired"
jenkins-bot
2015-01-08
1
-0
/
+15
|
\
|
*
Log to DBPerformance log when many LB connections are acquired
Aaron Schulz
2015-01-08
1
-0
/
+15
*
|
Fix phpcs errors in includes/
Ricordisamoa
2015-01-08
1
-1
/
+0
|
/
*
Converted some section profiling to scopedProfileIn
Aaron Schulz
2015-01-07
1
-2
/
+0
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-15
/
+0
*
Merge "Cleaned up LoadBalancer::getConnection"
jenkins-bot
2014-12-12
1
-10
/
+10
|
\
|
*
Cleaned up LoadBalancer::getConnection
Aaron Schulz
2014-12-10
1
-10
/
+10
*
|
Avoid blocking on ChronologyProtecter check in LoadBalancer::getConnection()
Aaron Schulz
2014-12-12
1
-4
/
+22
|
/
*
Add missing visibility keywords to all LoadBalancer methods
Thiemo Mättig
2014-11-20
1
-39
/
+39
*
Add array type hints to LoadBalancer classes
Thiemo Mättig
2014-11-20
1
-5
/
+5
*
Fix/update inline documentation of LoadBalancer
Thiemo Mättig
2014-11-20
1
-15
/
+15
*
Add logging context to database logs
Bryan Davis
2014-11-19
1
-4
/
+14
*
Added wfLogDBError() call to LoadBalancer::doWait()
Aaron Schulz
2014-11-13
1
-1
/
+4
*
Support empty DB names in LoadBalancer more fully
Aaron Schulz
2014-11-03
1
-1
/
+3
*
Removed unused method
Aaron Schulz
2014-10-06
1
-14
/
+0
*
Simplified getMaxLag() to use getLagTimes()
Aaron Schulz
2014-09-26
1
-49
/
+30
*
Limit active DB connections spawned in waitForAll() to one
Aaron Schulz
2014-09-24
1
-4
/
+13
*
Fixed doc typo
Aaron Schulz
2014-09-24
1
-1
/
+1
*
Slave lag check tweaks to JobRunner
Aaron Schulz
2014-09-24
1
-1
/
+1
*
Commented and re-ordered the LoadBalancer fields
Aaron Schulz
2014-09-12
1
-8
/
+27
*
Vastly increase how long wfWaitForSlaves() can block in CLI mode
Aaron Schulz
2014-07-31
1
-6
/
+14
*
Cleanup some docs (includes/[a-d])
umherirrender
2014-07-24
1
-1
/
+1
*
Added a hasMasterConnection() method to LoadBalancer
Aaron Schulz
2014-07-19
1
-0
/
+8
*
Merge "Made getMaxLag() use caching to reduce connection spam"
jenkins-bot
2014-07-11
1
-2
/
+15
|
\
|
*
Made getMaxLag() use caching to reduce connection spam
Aaron Schulz
2014-07-10
1
-2
/
+15
*
|
Made getMaxLag() skip checking the master DB
Aaron Schulz
2014-07-09
1
-0
/
+3
|
/
*
Merge "Remove LoadBalancer::closeConnecton (deprecated since 1.18)"
jenkins-bot
2014-06-26
1
-11
/
+0
|
\
|
*
Remove LoadBalancer::closeConnecton (deprecated since 1.18)
umherirrender
2014-06-25
1
-11
/
+0
*
|
Removed old DB_LAST cruft
Aaron Schulz
2014-06-25
1
-5
/
+1
|
/
*
Deprecate $wgMasterWaitTimeout
withoutaname
2014-06-11
1
-7
/
+1
*
Fixed some @params documentation (includes/[db|installer])
umherirrender
2014-04-19
1
-20
/
+20
*
Consistently use '@deprecated since <version>'
Bartosz Dziewoński
2014-04-15
1
-1
/
+1
*
Improve handling of uncommitted DB txns with "uncaught" exceptions
Brad Jorsch
2014-03-27
1
-0
/
+43
*
Automatically add a new line at the end of wfLogDBError()
Alexandre Emsenhuber
2014-03-23
1
-2
/
+2
[next]