Incorrect number of columns in Query_Processor::get_current_query_rules()

Crashing bug affecting only 1.4
pull/1130/head
René Cannaò 9 years ago
parent 07b3f2556a
commit a8846cc543

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

Loading…
Cancel
Save