From a0741442b5dfb4caccd44b5bab0743170752d31a Mon Sep 17 00:00:00 2001 From: Bill Salak Date: Sun, 3 Jun 2018 12:24:55 -0700 Subject: [PATCH] fix for issue 185, making report_defaults query compliant with MySQL only_full_group_by=1 --- conf/sample.config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sample.config.inc.php b/conf/sample.config.inc.php index fe51fbb4..61784c7d 100644 --- a/conf/sample.config.inc.php +++ b/conf/sample.config.inc.php @@ -129,7 +129,7 @@ ); $conf['report_defaults'] = array( - 'fact-group' => 'checksum', + 'fact-group' => 'checksum, snippet', 'fact-order' => 'Query_time_sum DESC', 'fact-limit' => '20', 'dimension-ts_min_start' => date("Y-m-d H:i:s", strtotime( '-1 day')),