wiki.techinc.nl/includes/db
Greg Sabino Mullane bc1196170d Typo.
2009-11-27 15:19:05 +00:00
..
Database.php Abstracted some parts of database interaction for parser tests, needs verification on Postgres. SQLite still doesn't work, though fails much later 2009-11-06 10:17:44 +00:00
DatabaseIbm_db2.php - DB2 bugfix: Blob class now converted to string where appropriate 2009-10-26 16:32:31 +00:00
DatabaseMssql.php (bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving the previous implementation to where it belongs - DatabaseMysql, and replacing it with slightly tweaked DB2 implementation. 2009-10-21 12:21:09 +00:00
DatabaseMysql.php Abstracted some parts of database interaction for parser tests, needs verification on Postgres. SQLite still doesn't work, though fails much later 2009-11-06 10:17:44 +00:00
DatabaseOracle.php Fixed wrong field definition for filearchive. Fixed delete function to handle encoding checking of array values in condition. 2009-11-27 13:44:57 +00:00
DatabasePostgres.php Typo. 2009-11-27 15:19:05 +00:00
DatabaseSqlite.php Abstracted some parts of database interaction for parser tests, needs verification on Postgres. SQLite still doesn't work, though fails much later 2009-11-06 10:17:44 +00:00
LBFactory.php
LBFactory_Multi.php
LoadBalancer.php API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed. 2009-11-06 14:38:55 +00:00
LoadMonitor.php