Update tsdbRead.c

This commit is contained in:
Shengliang Guan 2020-09-29 10:39:19 +08:00 committed by GitHub
parent 4ee5b5bb37
commit fe1cbc31af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2551,7 +2551,7 @@ int32_t tsdbQuerySTableByTagCond(TSDB_REPO_T* tsdb, uint64_t uid, TSKEY skey, co
} CATCH( code ) {
CLEANUP_EXECUTE();
terrno = code;
//tsdbUnlockRepoMeta(tsdb); // unlock tsdb in any cases
tsdbUnlockRepoMeta(tsdb); // unlock tsdb in any cases
goto _error;
// TODO: more error handling