summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-31 11:00:22 +0200
committerSarven Capadisli <csarven@status.net>2010-03-31 11:00:22 +0200
commit89bb05311685d1bab404300e600f61deb954e18c (patch)
treeeb3ad499fac437d2eb0cdf7afa7090a817047a77 /lib/default.php
parent534c12e540f57846af82758678a0e8064ac49f5b (diff)
parentcfeb1bfa419e886a1b60dfcbd4260d2f5de0515b (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index 10f3f1a97..7b0d08e4c 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -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' =>