Change ss_dassert -> mxb_assert
Caused by merge from 2.2.
This commit is contained in:
@ -3034,7 +3034,7 @@ public:
|
|||||||
|
|
||||||
void set_type_mask(uint32_t type_mask)
|
void set_type_mask(uint32_t type_mask)
|
||||||
{
|
{
|
||||||
ss_dassert(this_thread.initialized);
|
mxb_assert(this_thread.initialized);
|
||||||
m_type_mask = type_mask;
|
m_type_mask = type_mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3734,7 +3734,7 @@ extern void maxscale_update_function_info(const char* name, const Expr* pExpr)
|
|||||||
extern void maxscale_set_type_mask(unsigned int type_mask)
|
extern void maxscale_set_type_mask(unsigned int type_mask)
|
||||||
{
|
{
|
||||||
QcSqliteInfo* pInfo = this_thread.pInfo;
|
QcSqliteInfo* pInfo = this_thread.pInfo;
|
||||||
ss_dassert(pInfo);
|
mxb_assert(pInfo);
|
||||||
|
|
||||||
pInfo->set_type_mask(type_mask);
|
pInfo->set_type_mask(type_mask);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user