MediaWiki
REL1_19
|
This file deals with database interface functions and query specifics/optimisations. More...
Go to the source code of this file.
Classes | |
class | DatabaseBase |
Database abstraction object. More... | |
interface | DatabaseType |
Enumerations | |
enum | DEADLOCK_DELAY_MAX |
Maximum time to wait before retry. More... | |
enum | DEADLOCK_DELAY_MIN |
Minimum time to wait before retry, in microseconds. More... | |
enum | DEADLOCK_TRIES |
Number of times to re-try an operation in case of deadlock. More... |
This file deals with database interface functions and query specifics/optimisations.
Base interface for all DBMS-specific code.
At a bare minimum, all of the following must be implemented to support MediaWiki
Definition in file Database.php.
enum DEADLOCK_DELAY_MAX |
Maximum time to wait before retry.
Definition at line 16 of file Database.php.
enum DEADLOCK_DELAY_MIN |
Minimum time to wait before retry, in microseconds.
Definition at line 14 of file Database.php.
enum DEADLOCK_TRIES |
Number of times to re-try an operation in case of deadlock.
Definition at line 12 of file Database.php.