Remove the STRSRVSTATUS macro

Use server_status() instead.
This commit is contained in:
Esa Korhonen
2018-12-05 12:58:43 +02:00
parent 86574c16fb
commit e979a73cc0
5 changed files with 9 additions and 36 deletions

View File

@ -1219,7 +1219,7 @@ static int gw_MySQLWrite_backend(DCB* dcb, GWBUF* queue)
dcb->server->name,
backend_protocol->protocol_auth_state == MXS_AUTH_STATE_HANDSHAKE_FAILED ?
"handshake" : "authentication",
STRSRVSTATUS(dcb->server));
mxs::server_status(dcb->server).c_str());
}
gwbuf_free(queue);