fix error in sort logic
This commit is contained in:
parent
c9de8b3b15
commit
4cc93f9984
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue