wiki.techinc.nl/includes/db
Timo Tijhof cbeda77bd3 Database: Generalise SQL before writing to debug log
The log often contains stuff like the following, where the trimmed
snippet can span many many lines:

* DatabaseBase::query: Writes done: INSERT IGNORE INTO `msg_resource`
   (mr_lang,mr_resource,mr_blob,mr_timestamp) VALUES ('۶?2x?ptt?`0<snip>?`0??O?')
* DatabaseBase::query: Writes done: REPLACE INTO `objectcache`
   (keyname,value,exptime) VALUES ('۶?2x?ptt?`0<snip>?`0??O ?`???`0??O ?`???`0?')

Bug: 67382
Change-Id: I76ca042f166fed56d86df15f788702384d48064c
2014-07-01 21:38:53 +02:00
..
ChronologyProtector.php Update documentation for database related classes 2014-01-06 19:45:40 +01:00
CloneDatabase.php Double check its safe before dropping new table during db cloning 2014-06-25 10:56:53 +00:00
Database.php Database: Generalise SQL before writing to debug log 2014-07-01 21:38:53 +02:00
DatabaseError.php DBConnectionError: Expand {{SITENAME}} in pagetitle with Message::text() 2014-05-26 13:40:34 -04:00
DatabaseMssql.php Fix some issues with Microsoft SQL Server support 2014-04-22 01:08:45 -05:00
DatabaseMysql.php Update documentation for database related classes 2014-01-06 19:45:40 +01:00
DatabaseMysqlBase.php Remove DatabaseMysqlBase::getLagFromProcesslist() (deprecated 1.19) 2014-06-25 19:54:15 +02:00
DatabaseMysqli.php Set MYSQLI_OPT_CONNECT_TIMEOUT in mysqli 2014-06-20 15:51:45 +00:00
DatabaseOracle.php Fetch string to pass through writeTemporary() in DatabaseOracle.php 2014-06-08 02:45:46 -07:00
DatabasePostgres.php PostgreSQL: Only rollback when in a transaction 2014-05-29 23:51:57 -07:00
DatabaseSqlite.php Fix: numFields wrong for sqlite 2014-05-21 13:09:13 +00:00
DatabaseUtility.php Add preliminary MS SQL support 2014-02-15 10:40:19 -08:00
IORMRow.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
IORMTable.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
LBFactory.php Deprecate $wgMasterWaitTimeout 2014-06-11 22:24:07 -07:00
LBFactoryMulti.php Deprecate $wgMasterWaitTimeout 2014-06-11 22:24:07 -07:00
LBFactorySingle.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
LoadBalancer.php Merge "Remove LoadBalancer::closeConnecton (deprecated since 1.18)" 2014-06-26 18:47:43 +00:00
LoadMonitor.php Cleanups to LoadMonitor 2014-02-11 06:27:36 +00:00
ORMIterator.php Update formatting on database-related classes 2013-11-21 16:39:38 +00:00
ORMResult.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
ORMRow.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
ORMTable.php Merge "Add 'since <version>' to @deprecated annotations" 2014-04-22 19:46:38 +00:00