Add $wgDebugDumpSqlLength
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 27 Jun 2014 14:18:56 +0000 (10:18 -0400)
committerAnomie <bjorsch@wikimedia.org>
Wed, 23 Jul 2014 11:15:49 +0000 (11:15 +0000)
commit053c3c5fd41f37a5a333b8746159a0fe96f46105
tree6989096241f5b2fbd9e21bebd9b5be5e57e17892
parent25629f1e404c1ed164d684011d735f9c6c7c95fd
Add $wgDebugDumpSqlLength

When $wgDebugDumpSql is set, the logged queries are truncated to 500
bytes. This is often not enough if you're wanting to actually debug
the queries instead of just seeing that queries were executed.

Change-Id: Iad3abd20c11d647834aa5546a1a9c82916c6519f
includes/DefaultSettings.php
includes/db/Database.php