From 4d3e45fc1bce22f823806eb192c44d76d83d0224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Fri, 18 Jan 2019 04:03:01 +1100 Subject: [PATCH] Fixed bug in get_current_query_rules --- lib/Query_Processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Query_Processor.cpp b/lib/Query_Processor.cpp index 7b699464d..85529ab73 100644 --- a/lib/Query_Processor.cpp +++ b/lib/Query_Processor.cpp @@ -686,7 +686,7 @@ SQLite3_result * Query_Processor::get_stats_query_rules() { SQLite3_result * Query_Processor::get_current_query_rules() { proxy_debug(PROXY_DEBUG_MYSQL_QUERY_PROCESSOR, 4, "Dumping current query rules, using Global version %d\n", version); - SQLite3_result *result=new SQLite3_result(33); + SQLite3_result *result=new SQLite3_result(35); #ifdef PROXYSQL_QPRO_PTHREAD_MUTEX pthread_rwlock_rdlock(&rwlock); #else