From 5aa0c32e8f96db1db1f20a16a4b37ab113652fc3 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Wed, 26 Oct 2016 18:58:07 +0200 Subject: [PATCH] Minor changes Minor changes --- server/modules/filter/maxrows/maxrows.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/server/modules/filter/maxrows/maxrows.c b/server/modules/filter/maxrows/maxrows.c index e1415f1ea..8785c67ba 100644 --- a/server/modules/filter/maxrows/maxrows.c +++ b/server/modules/filter/maxrows/maxrows.c @@ -25,7 +25,7 @@ * @endverbatim */ -#define MXS_MODULE_NAME "cache" +#define MXS_MODULE_NAME "maxrows" #include #include #include @@ -459,12 +459,10 @@ static void diagnostics(FILTER *instance, void *sdata, DCB *dcb) */ static uint64_t getCapabilities(void) { - return RCAP_TYPE_TRANSACTION_TRACKING; + return RCAP_TYPE_STMT_INPUT; } -// -// API END -// +/* API END */ /** * Reset cache response state