This commit is contained in:
yihaoDeng 2022-03-07 19:43:39 +08:00
parent a12bb2dbf0
commit db2f17e6e2
1 changed files with 2 additions and 1 deletions

View File

@ -281,7 +281,8 @@ static int indexQueryMem(MemTable* mem, CacheTerm* ct, EIndexQueryType qtype, SI
} }
} else if (qtype == QUERY_PREFIX) { } else if (qtype == QUERY_PREFIX) {
} else if (qtype == QUERY_SUFFIX) { } else if (qtype == QUERY_SUFFIX) {
} else if (qtype == QUERY_RANGE) } else if (qtype == QUERY_RANGE) {
}
} }
} }
tSkipListDestroyIter(iter); tSkipListDestroyIter(iter);