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
/
MWLBFactory.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Migrate user table to abstract schema
Ammarpad
2021-04-24
1
-5
/
+1
|
/
*
rdbms: Remove unused 'hostname' in LBFactory and LoadBalancer
Timo Tijhof
2021-04-08
1
-1
/
+0
*
rdbms: detect corrupt Database instances due to critical section failure
Aaron Schulz
2021-03-24
1
-1
/
+5
*
Add $wgChronologyProtectorStash and improve $wgMainStash comments
Aaron Schulz
2021-03-01
1
-3
/
+3
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
MWLBFactory: rename magic HTTP header for opting out of sqlite write lock
C. Scott Ananian
2021-02-04
1
-2
/
+2
*
Allow REST API POST handlers to opt out of mandatory sqlite locking
C. Scott Ananian
2021-02-03
1
-0
/
+8
*
Migrate text table to abstract schema
Amir Sarabadani
2021-01-09
1
-1
/
+1
*
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-2
/
+1
*
rdbms: Simplify MWLBFactory::getLBFactoryClass
Timo Tijhof
2020-06-23
1
-29
/
+9
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-3
/
+4
*
Simplify use of ?? in MWLBFactory
Umherirrender
2020-06-18
1
-1
/
+1
*
objectcache: dependency inject LoadBalancer into SqlBagOStuff
Aaron Schulz
2020-05-18
1
-30
/
+3
*
More flexible deprecation warnings
Tim Starling
2020-04-22
1
-7
/
+1
*
rdbms: Fix debug toolbar query tab when $wgDebugLogFile is not set
Holger Knust
2020-03-24
1
-1
/
+5
*
rdbms: dependency inject domain aliases into LBFactory
Aaron Schulz
2020-02-15
1
-0
/
+15
*
Remove $wgDBWindowsAuthentication
mainframe98
2019-11-10
1
-1
/
+0
*
Merge "rdbms: Restore debug toolbar "Queries" feature"
jenkins-bot
2019-10-15
1
-4
/
+5
|
\
|
*
rdbms: Restore debug toolbar "Queries" feature
Timo Tijhof
2019-10-11
1
-4
/
+5
*
|
Services: Convert MWLBFactory's static to a const now HHVM is gone
James D. Forrester
2019-10-08
1
-4
/
+2
|
/
*
Remove MySQL index aliasing for user_newtalk indexes
Brad Jorsch
2019-09-27
1
-29
/
+0
*
Clean up ar_usertext_timestamp index mess
Brad Jorsch
2019-09-18
1
-1
/
+0
*
Make ObjectCache check the value of apc.enable_cli in CLI mode
Aaron Schulz
2019-08-29
1
-3
/
+8
*
Remove more Oracle and Mssql leftovers
Daimona Eaytoy
2019-08-25
1
-11
/
+1
*
rdbms: normalize Database open() code and error handling
Aaron Schulz
2019-07-26
1
-3
/
+0
*
rdbms: fix typo and clean up some cruft in MWLBFactory
Aaron Schulz
2019-07-04
1
-8
/
+10
*
Merge "Fix some docs"
jenkins-bot
2019-05-22
1
-2
/
+2
|
\
|
*
Fix some docs
Matěj Suchánek
2019-05-22
1
-2
/
+2
*
|
rdbms: improve query logging logic in Database
Aaron Schulz
2019-05-08
1
-0
/
+2
|
/
*
Don't pass Config to service constructors
Aryeh Gregor
2019-05-02
1
-39
/
+76
*
rdbms: inject reserved word table name rewrite logic into DatabaseOracle
Aaron Schulz
2019-04-11
1
-0
/
+5
*
rdbms: inject more dependencies into DatabaseOracle and remove $wgContLang use
Aaron Schulz
2019-04-11
1
-0
/
+3
*
rdbms: reduce code duplication and make LBFactoryMulti sanity checks work
Aaron Schulz
2019-04-10
1
-71
/
+76
*
Use HTTP method as hint for the locking mode of sqlite
Aaron Schulz
2019-04-04
1
-1
/
+11
*
Replace several uses of wfWikiId() with WikiMap methods
Aaron Schulz
2019-03-29
1
-4
/
+4
*
Make MWLBFactory sanity check that postgres is not used with a table prefix
Aaron Schulz
2019-03-25
1
-14
/
+50
*
Merge "DefaultSettings: Remove deprecated $wgDBmysql5 from core"
jenkins-bot
2019-03-25
1
-3
/
+0
|
\
|
*
DefaultSettings: Remove deprecated $wgDBmysql5 from core
Derick Alangi
2019-03-23
1
-3
/
+0
*
|
Fix overzealous prefix check in MWLBFactory
Aaron Schulz
2019-03-23
1
-1
/
+1
|
/
*
rdbms: halt on some common broken $wgDBServers configurations
Aaron Schulz
2019-03-22
1
-7
/
+72
*
rdbms: change "profiler" argument in Database::factory so it works again
Aaron Schulz
2019-03-14
1
-1
/
+3
*
Allow passing the default DB group to use in Maintenance scripts
Marius Hoch
2018-06-12
1
-0
/
+1
*
rdbms: make sure cpPosIndex cookie is applied to LBFactory in time
Aaron Schulz
2018-04-23
1
-4
/
+2
*
rdbms: Add a deprecationLogger callback
Brad Jorsch
2018-04-05
1
-0
/
+23
*
rdbms: inject the mysql index name aliases into Database
Aaron Schulz
2018-03-12
1
-0
/
+27
*
Merge "rdbms: set the schema in the LBFactory local domain"
jenkins-bot
2018-02-02
1
-1
/
+1
|
\
|
*
rdbms: set the schema in the LBFactory local domain
Aaron Schulz
2018-01-31
1
-1
/
+1
*
|
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-2
/
+2
|
/
*
Use the main stash for LBFactory "memStash" parameter
Aaron Schulz
2017-11-10
1
-5
/
+7
*
rdbms: Rename "memCache" to "memStash" in LBFactory
Aaron Schulz
2017-08-17
1
-1
/
+1
[prev]
[next]