diff --git a/lib/Query_Processor.cpp b/lib/Query_Processor.cpp index f4d4b9b07..3ca18d5d5 100644 --- a/lib/Query_Processor.cpp +++ b/lib/Query_Processor.cpp @@ -613,7 +613,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(30); + SQLite3_result *result=new SQLite3_result(32); #ifdef PROXYSQL_QPRO_PTHREAD_MUTEX pthread_rwlock_rdlock(&rwlock); #else