proxy_error("Detected a broken connection while setting INIT CONNECT on %s , %d : %d, %s\n",myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting INIT CONNECT on %s:%d hg %d : %d, %s\n",myconn->parent->address,myconn->parent->port,current_hostgroup,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting LDAP USER VARIABLE on %s , %d : %d, %s\n",myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting LDAP USER VARIABLE on %s:%d hg %d : %d, %s\n",myconn->parent->address,myconn->parent->port,current_hostgroup,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting SQL_LOG_BIN on %s , %d : %d, %s\n",myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting SQL_LOG_BIN on %s:%d hg %d : %d, %s\n",myconn->parent->address,myconn->parent->port,current_hostgroup,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting %s on %s , %d : %d, %s\n",var_name,myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection while setting %s on %s:%d hg %d : %d, %s\n",var_name,myconn->parent->address,myconn->parent->port,current_hostgroup,myerr,mysql_error(myconn->mysql));
*_rc=-1;// an error happened, we should destroy the Session
returnret;
}else{
proxy_warning("Error while setting %s to \"%s\": %d, %s\n",var_name,var_value,myerr,mysql_error(myconn->mysql));
proxy_warning("Error while setting %s to \"%s\" on %s:%d hg %d : %d, %s\n",var_name,var_value,myconn->parent->address,myconn->parent->port,current_hostgroup,myerr,mysql_error(myconn->mysql));