aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/MWLBFactory.php
Commit message (Expand)AuthorAgeFilesLines
...
* | Migrate user table to abstract schemaAmmarpad2021-04-241-5/+1
|/
* rdbms: Remove unused 'hostname' in LBFactory and LoadBalancerTimo Tijhof2021-04-081-1/+0
* rdbms: detect corrupt Database instances due to critical section failureAaron Schulz2021-03-241-1/+5
* Add $wgChronologyProtectorStash and improve $wgMainStash commentsAaron Schulz2021-03-011-3/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* MWLBFactory: rename magic HTTP header for opting out of sqlite write lockC. Scott Ananian2021-02-041-2/+2
* Allow REST API POST handlers to opt out of mandatory sqlite lockingC. Scott Ananian2021-02-031-0/+8
* Migrate text table to abstract schemaAmir Sarabadani2021-01-091-1/+1
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-2/+1
* rdbms: Simplify MWLBFactory::getLBFactoryClassTimo Tijhof2020-06-231-29/+9
* Introduce wfDeprecatedMsg()Tim Starling2020-06-221-3/+4
* Simplify use of ?? in MWLBFactoryUmherirrender2020-06-181-1/+1
* objectcache: dependency inject LoadBalancer into SqlBagOStuffAaron Schulz2020-05-181-30/+3
* More flexible deprecation warningsTim Starling2020-04-221-7/+1
* rdbms: Fix debug toolbar query tab when $wgDebugLogFile is not setHolger Knust2020-03-241-1/+5
* rdbms: dependency inject domain aliases into LBFactoryAaron Schulz2020-02-151-0/+15
* Remove $wgDBWindowsAuthenticationmainframe982019-11-101-1/+0
* Merge "rdbms: Restore debug toolbar "Queries" feature"jenkins-bot2019-10-151-4/+5
|\
| * rdbms: Restore debug toolbar "Queries" featureTimo Tijhof2019-10-111-4/+5
* | Services: Convert MWLBFactory's static to a const now HHVM is goneJames D. Forrester2019-10-081-4/+2
|/
* Remove MySQL index aliasing for user_newtalk indexesBrad Jorsch2019-09-271-29/+0
* Clean up ar_usertext_timestamp index messBrad Jorsch2019-09-181-1/+0
* Make ObjectCache check the value of apc.enable_cli in CLI modeAaron Schulz2019-08-291-3/+8
* Remove more Oracle and Mssql leftoversDaimona Eaytoy2019-08-251-11/+1
* rdbms: normalize Database open() code and error handlingAaron Schulz2019-07-261-3/+0
* rdbms: fix typo and clean up some cruft in MWLBFactoryAaron Schulz2019-07-041-8/+10
* Merge "Fix some docs"jenkins-bot2019-05-221-2/+2
|\
| * Fix some docsMatěj Suchánek2019-05-221-2/+2
* | rdbms: improve query logging logic in DatabaseAaron Schulz2019-05-081-0/+2
|/
* Don't pass Config to service constructorsAryeh Gregor2019-05-021-39/+76
* rdbms: inject reserved word table name rewrite logic into DatabaseOracleAaron Schulz2019-04-111-0/+5
* rdbms: inject more dependencies into DatabaseOracle and remove $wgContLang useAaron Schulz2019-04-111-0/+3
* rdbms: reduce code duplication and make LBFactoryMulti sanity checks workAaron Schulz2019-04-101-71/+76
* Use HTTP method as hint for the locking mode of sqliteAaron Schulz2019-04-041-1/+11
* Replace several uses of wfWikiId() with WikiMap methodsAaron Schulz2019-03-291-4/+4
* Make MWLBFactory sanity check that postgres is not used with a table prefixAaron Schulz2019-03-251-14/+50
* Merge "DefaultSettings: Remove deprecated $wgDBmysql5 from core"jenkins-bot2019-03-251-3/+0
|\
| * DefaultSettings: Remove deprecated $wgDBmysql5 from coreDerick Alangi2019-03-231-3/+0
* | Fix overzealous prefix check in MWLBFactoryAaron Schulz2019-03-231-1/+1
|/
* rdbms: halt on some common broken $wgDBServers configurationsAaron Schulz2019-03-221-7/+72
* rdbms: change "profiler" argument in Database::factory so it works againAaron Schulz2019-03-141-1/+3
* Allow passing the default DB group to use in Maintenance scriptsMarius Hoch2018-06-121-0/+1
* rdbms: make sure cpPosIndex cookie is applied to LBFactory in timeAaron Schulz2018-04-231-4/+2
* rdbms: Add a deprecationLogger callbackBrad Jorsch2018-04-051-0/+23
* rdbms: inject the mysql index name aliases into DatabaseAaron Schulz2018-03-121-0/+27
* Merge "rdbms: set the schema in the LBFactory local domain"jenkins-bot2018-02-021-1/+1
|\
| * rdbms: set the schema in the LBFactory local domainAaron Schulz2018-01-311-1/+1
* | Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
|/
* Use the main stash for LBFactory "memStash" parameterAaron Schulz2017-11-101-5/+7
* rdbms: Rename "memCache" to "memStash" in LBFactoryAaron Schulz2017-08-171-1/+1