wiki.techinc.nl/includes/db
2008-09-13 16:00:38 +00:00
..
Database.php $msg not defined...use $text? 2008-09-13 16:00:38 +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 Fixed bug 15148, total breakage of Special:BlockIP on PostgreSQL: 2008-09-06 07:05:14 +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 ExternalStore tweaks: 2008-09-10 12:07:56 +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