Fixed bug in get_current_query_rules

pull/1875/head
René Cannaò 7 years ago
parent f23b66d866
commit 4d3e45fc1b

@ -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

Loading…
Cancel
Save