proxy_debug(PROXY_DEBUG_MYSQL_CONNPOOL,7,"Returning MySQL_Connection %p, server %s:%d with status %d\n",c,mysrvc->address,mysrvc->port,mysrvc->status);
proxy_debug(PROXY_DEBUG_MYSQL_CONNPOOL,7,"Destroying MySQL_Connection %p, server %s:%d with status %d . largest_query_length = %lu\n",c,mysrvc->address,mysrvc->port,mysrvc->status,c->largest_query_length);
proxy_debug(PROXY_DEBUG_MYSQL_CONNPOOL,7,"Destroying MySQL_Connection %p, server %s:%d with status %d because has too many prepared statements\n",c,mysrvc->address,mysrvc->port,mysrvc->status);