Merge "Add $wgDebugDumpSqlLength"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index c1825c5..98eaf7c 100644 (file)
@@ -4996,6 +4996,13 @@ $wgDebugDBTransactions = false;
  */
 $wgDebugDumpSql = false;
 
+/**
+ * Trim logged SQL queries to this many bytes. Set 0/false/null to do no
+ * trimming.
+ * @since 1.24
+ */
+$wgDebugDumpSqlLength = 500;
+
 /**
  * Map of string log group names to log destinations.
  *