just a test

This commit is contained in:
Ping Xiao 2020-08-18 14:28:35 +08:00
parent de7b632ac4
commit a9c951bd12
1 changed files with 1 additions and 1 deletions

View File

@ -2430,7 +2430,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