chore: code optimization for rsma fs build
This commit is contained in:
parent
a2a483c721
commit
11ffbfa70f
|
@ -150,6 +150,8 @@ static int32_t tdFetchQTaskInfoFiles(SSma *pSma, int64_t version, SArray **outpu
|
||||||
regex_t regex;
|
regex_t regex;
|
||||||
int code = 0;
|
int code = 0;
|
||||||
|
|
||||||
|
terrno = TSDB_CODE_SUCCESS;
|
||||||
|
|
||||||
tdGetVndDirName(TD_VID(pVnode), tfsGetPrimaryPath(pVnode->pTfs), VNODE_RSMA_DIR, true, dir);
|
tdGetVndDirName(TD_VID(pVnode), tfsGetPrimaryPath(pVnode->pTfs), VNODE_RSMA_DIR, true, dir);
|
||||||
|
|
||||||
if (!taosCheckExistFile(dir)) {
|
if (!taosCheckExistFile(dir)) {
|
||||||
|
|
Loading…
Reference in New Issue