proxy_error("Error setting multistatement on server %s , %d : %d, %s\n",myconn->parent->address,myconn->parent->port,mysql_errno(myconn->mysql),mysql_error(myconn->mysql));
// the command failed
intmyerr=mysql_errno(myconn->mysql);
if(myerr>=2000){
boolretry_conn=false;
// client error, serious
proxy_error("Detected a broken connection during setting MYSQL_OPTION_MULTI_STATEMENTS on %s , %d : %d, %s\n",myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));