wiki.techinc.nl/includes/db
2008-12-09 15:00:17 +00:00
..
Database.php DB layer compatibility with MySQL 5+ - allow both >Exec_master_log_pos and ->Exec_Master_Log_Pos in SHOW SLAVE STATUS. 2008-12-09 15:00:17 +00:00
DatabaseMssql.php * fixed Doxygen errors in Database.php, DatabasePostgres.php, DatabaseOracle.php and DatabaseMssql.php 2008-11-29 18:50:39 +00:00
DatabaseOracle.php * fixed Doxygen errors in Database.php, DatabasePostgres.php, DatabaseOracle.php and DatabaseMssql.php 2008-11-29 18:50:39 +00:00
DatabasePostgres.php * fixed Doxygen errors in Database.php, DatabasePostgres.php, DatabaseOracle.php and DatabaseMssql.php 2008-11-29 18:50:39 +00:00
DatabaseSqlite.php * Allow $wgDiff3=false 2008-10-06 00:45:18 +00:00
LBFactory.php * LBFactory is not really much of a factory if it doesn't have new*() functions, is it? Introduced them, for use in parserTests.inc. 2008-07-08 10:41:08 +00:00
LBFactory_Multi.php Add readOnlyBySection setting, to replace live hack. 2008-10-12 14:29:55 +00:00
LoadBalancer.php Revert r41506 and make LoadBalancer::openForeignConnection() call Database::tablePrefix() on successful new connection 2008-10-13 18:38:01 +00:00
LoadMonitor.php Allow DB to be used during LocalSettings.php et al by changing plain get of global $wgMemc to wfGetMainCache(), which will load memcached if necessary. 2008-11-30 09:44:00 +00:00