fix: compile error
This commit is contained in:
parent
69e79966b6
commit
927300c924
|
@ -401,7 +401,7 @@ static int32_t tsdbGetOrCreateTbData(SMemTable *pMemTable, tb_uid_t suid, tb_uid
|
|||
code = tsdbMemTableRehash(pMemTable);
|
||||
if (code) {
|
||||
taosWUnLockLatch(&pMemTable->latch);
|
||||
goto _err;
|
||||
goto _exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -798,4 +798,4 @@ SArray *tsdbMemTableGetTbDataArray(SMemTable *pMemTable) {
|
|||
|
||||
_exit:
|
||||
return aTbDataP;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue