[TD-2210] <fix>: use LWP tid. fix assertion on mac.
This commit is contained in:
parent
fc6596fba2
commit
d05413ca45
|
@ -2592,7 +2592,6 @@ bool tscSetSqlOwner(SSqlObj* pSql) {
|
|||
}
|
||||
|
||||
void tscClearSqlOwner(SSqlObj* pSql) {
|
||||
assert(taosCheckPthreadValid(pSql->owner));
|
||||
atomic_store_64(&pSql->owner, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue