Skip to content

Instantly share code, notes, and snippets.

View evancauwenberg's full-sized avatar

Evert Van Cauwenberg evancauwenberg

View GitHub Profile
dependencies[] = ctools
; Views Handlers
files[] = views/mymodule_handler_handlername.inc
<?php
namespace Renoir\AggregationBundle;
/**
* Abstract client to use for each Client
*
* Example location: src/Renoir/AggregationBundle/AbstractClient.php
**/
# Slow query log
SET GLOBAL query_cache_type=OFF;
SET GLOBAL log_slow_queries = 1;
SET GLOBAL log_queries_not_using_indexes = 'ON';
SET GLOBAL long_query_time = 2;
FLUSH LOGS;
# Log all queries
SET GLOBAL query_cache_type=OFF;
SET global log_output = 'FILE';
dependencies[] = ctools
; Views Handlers
files[] = views/mymodule_handler_handlername.inc