just a test
This commit is contained in:
parent
de7b632ac4
commit
a9c951bd12
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue