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

@ -146,7 +146,7 @@ dShowThreads(DCB *dcb)
for (int i = 0; i < n_threads; i++)
{
Worker* worker = RoutingWorker::get(i);
ss_dassert(worker);
mxb_assert(worker);
const char *state = "Unknown";
@ -169,7 +169,7 @@ dShowThreads(DCB *dcb)
break;
default:
ss_dassert(!true);
mxb_assert(!true);
}
uint32_t nCurrent;