fix error in sort logic

This commit is contained in:
wangmm0220 2022-04-06 19:51:28 +08:00
parent c9de8b3b15
commit 4cc93f9984
1 changed files with 1 additions and 0 deletions

View File

@ -576,6 +576,7 @@ static int32_t loadSysTableContentCb(void* param, const SDataBuf* pMsg, int32_t
} }
tsem_post(&pScanResInfo->ready); tsem_post(&pScanResInfo->ready);
return TSDB_CODE_SUCCESS;
} }
static SSDataBlock* doFilterResult(SSysTableScanInfo* pInfo) { static SSDataBlock* doFilterResult(SSysTableScanInfo* pInfo) {