MXS-2020 Replace ss[_info]_dassert with mxb_assert[_message]

This commit is contained in:
Johan Wikman
2018-08-22 09:59:02 +03:00
parent b1e405442f
commit 3f53eddbde
161 changed files with 1640 additions and 1643 deletions

View File

@ -70,7 +70,7 @@ int32_t CatSession::routeQuery(GWBUF* pPacket)
void CatSession::clientReply(GWBUF* pPacket, DCB* pDcb)
{
auto backend = *m_current;
ss_dassert(backend->dcb() == pDcb);
mxb_assert(backend->dcb() == pDcb);
bool send = false;
if (backend->reply_is_complete(pPacket))