]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Add $config['db']['annotate_queries'] option to include caller ID comments into queri...
[quix0rs-gnu-social.git] / lib / default.php
index 10f3f1a97e7355ac6d724f167121a8a25e8b06eb..7b0d08e4ca218524d744be846e1b9085ceb44c52 100644 (file)
@@ -72,6 +72,7 @@ $default =
               'quote_identifiers' => false,
               'type' => 'mysql',
               'schemacheck' => 'runtime', // 'runtime' or 'script'
+              'annotate_queries' => false, // true to add caller comments to queries, eg /* POST Notice::saveNew */
               'log_queries' => false, // true to log all DB queries
               'log_slow_queries' => 0), // if set, log queries taking over N seconds
         'syslog' =>