aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db
Commit message (Expand)AuthorAgeFilesLines
...
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+3
* docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Remove unused PatchFileLocation traitDannyS7122021-06-021-90/+0
* Avoid errors in CLI mode when user has no namedaniel2021-05-191-1/+6
* Merge "rdbms: Use REQUEST_TIME_FLOAT for LBFactory::getCPInfoFromCookieValue"jenkins-bot2021-04-291-1/+2
|\
| * rdbms: Use REQUEST_TIME_FLOAT for LBFactory::getCPInfoFromCookieValueTimo Tijhof2021-04-281-1/+2
* | Merge "rdbms: Move setLBFactoryTriggers from doMaintenance to service wiring"jenkins-bot2021-04-281-1/+48
|\|
| * rdbms: Move setLBFactoryTriggers from doMaintenance to service wiringTimo Tijhof2021-04-271-1/+48
* | Merge "Setup: Move LBFactory::setRequestInfo() to service wiring"jenkins-bot2021-04-271-1/+52
|\|
| * Setup: Move LBFactory::setRequestInfo() to service wiringTimo Tijhof2021-04-261-1/+52
* | 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-112-2/+2
* 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
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-3/+0
* 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
* CloneDatabase, add domain alias when prefix is changedaddshore2020-06-151-1/+11
* Pass function name to database functionsUmherirrender2020-06-071-2/+2
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* 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-253-174/+1
* More clean up of oracle/mssqlAmir Sarabadani2019-08-141-3/+1
* Drop Oracle and MssqlAmir Sarabadani2019-08-141-1387/+0
* Merge "rdbms: remove various deprecated methods"jenkins-bot2019-07-261-4/+0
|\
| * rdbms: remove various deprecated methodsAaron Schulz2019-07-261-4/+0
* | rdbms: normalize Database open() code and error handlingAaron Schulz2019-07-262-71/+66
|/
* rdbms: cleanup some Database error message wording for consistencyAaron Schulz2019-07-111-2/+15
* Merge "rdbms: fix typo and clean up some cruft in MWLBFactory"jenkins-bot2019-07-041-8/+10
|\
| * rdbms: fix typo and clean up some cruft in MWLBFactoryAaron Schulz2019-07-041-8/+10
* | rdbms: make implement IResultWrapper directly instead of via inheritenceAaron Schulz2019-07-041-26/+6
|/
* rdbms: combine trxLevel and trxShortId fields in DatabaseAaron Schulz2019-06-281-11/+9
* rdbms: remove $opened field from Database for simplicityAaron Schulz2019-06-271-5/+4