wiki.techinc.nl/includes/libs/rdbms/database
Aaron Schulz c9ad7037ce rdbms: do not bother making DBO_TRX transactions in IDatabase::lock()
Named locks are session-level constructs and this transaction agnostic.
Also make lockIsFree() a bit more consistent when the thread has the
lock itself.

Change-Id: Ief51196161bbc50c798740f3c738fd0e39880508
2018-02-15 16:32:35 -08:00
..
position rdbms: make MySQLMasterPos handle inactive GTIDs 2018-02-15 22:55:29 +00:00
resultwrapper Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
utils Deprecate IDatabase::nextSequenceValue() 2017-08-31 11:16:26 -04:00
Database.php rdbms: do not bother making DBO_TRX transactions in IDatabase::lock() 2018-02-15 16:32:35 -08:00
DatabaseDomain.php Move DatabaseDomain to Rdbms namespace 2017-02-07 13:21:40 -08:00
DatabaseMssql.php rdbms: remove "m" prefix from Database fields 2018-02-15 23:29:34 +00:00
DatabaseMysqlBase.php rdbms: do not bother making DBO_TRX transactions in IDatabase::lock() 2018-02-15 16:32:35 -08:00
DatabaseMysqli.php rdbms: remove "m" prefix from Database fields 2018-02-15 23:29:34 +00:00
DatabasePostgres.php rdbms: do not bother making DBO_TRX transactions in IDatabase::lock() 2018-02-15 16:32:35 -08:00
DatabaseSqlite.php rdbms: remove "m" prefix from Database fields 2018-02-15 23:29:34 +00:00
DBConnRef.php rdbms: Support secondary autocommit connections in LoadBalancer 2017-08-18 01:28:34 +00:00
IDatabase.php rdbms: do not bother making DBO_TRX transactions in IDatabase::lock() 2018-02-15 16:32:35 -08:00
IMaintainableDatabase.php A few doc comment fixups 2017-12-04 11:11:52 +11:00
MaintainableDBConnRef.php Move Database and subclasses to Rdbms namespace 2017-04-12 10:43:57 -07:00