wiki.techinc.nl/includes/db
Tim Starling f1a352ccf9 * Revert revert r41234 of ES-related changes. The site_stats complaint should be fixed by the transaction added in r41287.
* Fix broken recursion guard in LoadBalancer::reportConnectionError(), which was causing getConnection() to return false on the second and subsequent errors, instead of throwing an exception. Revert incorrect fix r41229/r41230.
2008-09-28 01:42:55 +00:00
..
Database.php * Revert revert r41234 of ES-related changes. The site_stats complaint should be fixed by the transaction added in r41287. 2008-09-28 01:42:55 +00:00
DatabaseMssql.php No-ops for getSearchEngine(). 2008-08-18 15:36:53 +00:00
DatabaseOracle.php Remove DB logic from SearchEngine. New method in Database and associated subclasses called getSearchEngine() does this now. 2008-08-18 15:22:00 +00:00
DatabasePostgres.php Return numeric version only. 2008-09-22 03:15:17 +00:00
DatabaseSqlite.php Implemented blob support for SQLite. Allows null characters to be inserted into the database. Avoids total breakage of the objectcache table. For trunk and 1.13. 2008-09-06 13:56:59 +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 * 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
LoadBalancer.php * Revert revert r41234 of ES-related changes. The site_stats complaint should be fixed by the transaction added in r41287. 2008-09-28 01:42:55 +00:00
LoadMonitor.php * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area. 2008-07-07 03:31:00 +00:00