proxy_error("Detected a broken connection during query on server %s, %d : %d, %s\n",myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
proxy_error("Detected a broken connection during query on (%d,%s,%d) : %d, %s\n",myconn->parent->myhgc->hid,myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
proxy_warning("Error during query: %d, %s\n",myerr,mysql_error(myconn->mysql));
proxy_warning("Error during query on (%d,%s,%d): %d, %s\n",myconn->parent->myhgc->hid,myconn->parent->address,myconn->parent->port,myerr,mysql_error(myconn->mysql));
// FIXME: deprecate old MySQL_Result_to_MySQL_wire , not completed yet