Update tsdbRead.c
This commit is contained in:
parent
4ee5b5bb37
commit
fe1cbc31af
|
@ -2551,7 +2551,7 @@ int32_t tsdbQuerySTableByTagCond(TSDB_REPO_T* tsdb, uint64_t uid, TSKEY skey, co
|
||||||
} CATCH( code ) {
|
} CATCH( code ) {
|
||||||
CLEANUP_EXECUTE();
|
CLEANUP_EXECUTE();
|
||||||
terrno = code;
|
terrno = code;
|
||||||
//tsdbUnlockRepoMeta(tsdb); // unlock tsdb in any cases
|
tsdbUnlockRepoMeta(tsdb); // unlock tsdb in any cases
|
||||||
|
|
||||||
goto _error;
|
goto _error;
|
||||||
// TODO: more error handling
|
// TODO: more error handling
|
||||||
|
|
Loading…
Reference in New Issue