[TD-2210] <fix>: use LWP tid. fix assertion on mac.

This commit is contained in:
Shuduo Sang 2021-02-27 19:55:06 +08:00
parent fc6596fba2
commit d05413ca45
1 changed files with 0 additions and 1 deletions

View File

@ -2592,7 +2592,6 @@ bool tscSetSqlOwner(SSqlObj* pSql) {
}
void tscClearSqlOwner(SSqlObj* pSql) {
assert(taosCheckPthreadValid(pSql->owner));
atomic_store_64(&pSql->owner, 0);
}