proxy_warning("Client [%s] (user: %s) requested wait_timeout = %llu ms, exceeds the global mysql-wait_timeout = %d ms. Global timeout will still be enforced.",
client_myds->myconn->connected_host_details.ip,
client_myds->myconn->userinfo->username,
client_timeout,
mysql_thread___wait_timeout);
}
if(wait_timeout!=client_timeout){
wait_timeout=client_timeout;
proxy_debug(PROXY_DEBUG_MYSQL_COM,8,"Changing connection wait_timeout to %llu ms\n",client_timeout);
}
wait_timeout=client_timeout;
proxy_debug(PROXY_DEBUG_MYSQL_COM,8,"Changing connection wait_timeout to %llu ms\n",client_timeout);
}elseif(var=="tx_isolation"){
std::stringvalue1=*values;
proxy_debug(PROXY_DEBUG_MYSQL_COM,5,"Processing SET tx_isolation value %s\n",value1.c_str());