From 42bb19426e8f953b8da6973ab51b83d7e4291603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 24 Jul 2016 03:28:05 +0000 Subject: [PATCH] MySQL_Monitor calls purge_idle_connections() --- lib/MySQL_Monitor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MySQL_Monitor.cpp b/lib/MySQL_Monitor.cpp index 5e915b5f7..eae5375ef 100644 --- a/lib/MySQL_Monitor.cpp +++ b/lib/MySQL_Monitor.cpp @@ -1404,6 +1404,7 @@ void * MySQL_Monitor::run() { //proxy_error("%s\n","MySQL_Monitor refreshing variables"); //My_Conn_Pool->purge_missing_servers(NULL); } + My_Conn_Pool->purge_idle_connections(); usleep(500000); int qsize=queue.size(); if (qsize>1000) {