aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/rdbms/loadmonitor
Commit message (Expand)AuthorAgeFilesLines
* Use parent function in mysql DB class in getWeightScale()Aaron Schulz2017-11-301-1/+1
* Reduce replication log spam from LoadBalancerAaron Schulz2017-11-231-3/+28
* build: Updating mediawiki/mediawiki-codesniffer to 0.12.0Umherirrender2017-09-101-1/+1
* Merge "rdbms: Avoid selectDB() call in LoadMonitor new connections"jenkins-bot2017-08-221-1/+1
|\
| * rdbms: Avoid selectDB() call in LoadMonitor new connectionsAaron Schulz2017-08-221-1/+1
* | Use short type bool/int in param documentationUmherirrender2017-08-202-2/+2
|/
* Remove "memCache" field from LoadBalancerAaron Schulz2017-08-174-16/+20
* LoadMonitor: Group some logging parametersChad Horohoe2017-06-131-2/+8
* Fix php code stylePaladox2017-05-051-3/+0
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-282-2/+0
* Move ILoadBalancer to Rdbms namespaceAaron Schulz2017-02-074-4/+0
* Move LoadMonitor to Rdbms namespaceAaron Schulz2017-01-314-1/+23
* Ignore query cache in LoadMonitorMySQLAaron Schulz2016-12-021-2/+0
* Merge "Update weblinks in comments from HTTP to HTTPS"jenkins-bot2016-11-081-1/+1
|\
| * Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* | Use namespaced ScopedCallbackKunal Mehta2016-10-171-0/+1
|/
* LoadMonitor: Avoid "host not replicating?" log messages by checking "is static"Aaron Schulz2016-10-081-4/+8
* Make LoadMonitor use $serverIndexes in the cache keyAaron Schulz2016-10-053-28/+23
* Add version to LoadMonitor::getCacheKey()Aaron Schulz2016-10-041-0/+3
* Add missing array_keys() call to scaleLoads()Aaron Schulz2016-10-041-1/+2
* Implement scaleLoads() in LoadMonitorMySQLAaron Schulz2016-10-034-26/+115
* Move LoadMonitorMySQL to LoadMonitorAaron Schulz2016-09-154-168/+201
* Rename LBFactory => LBFactoryMW and make LBFactory in /libsAaron Schulz2016-09-151-2/+2
* More DB related class cleanups to prepare files for /libsAaron Schulz2016-09-153-9/+11
* Move LoadMonitor classes to libs/rdbms/loadmonitorAaron Schulz2016-09-143-0/+262