opt sys index

This commit is contained in:
yihaoDeng 2022-10-24 18:59:12 +08:00
parent 6ee7b412ed
commit 1421268479
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ int32_t metaFilterCreateTime(SMeta *pMeta, SMetaFltParam *param, SArray *pUids)
if (tdbTbcMoveTo(pCursor->pCur, &ctimeKey, sizeof(ctimeKey), &cmp) < 0) {
goto END;
}
bool first = true;
int32_t valid = 0;
while (1) {
void *entryKey = NULL;