add all tab to meta

This commit is contained in:
yihaoDeng 2022-10-23 11:52:11 +08:00
parent edc0f38921
commit 5e19f2d24a
1 changed files with 0 additions and 2 deletions

View File

@ -572,8 +572,6 @@ static int metaBuildCtimeIdxKey(SCtimeIdxKey *ctimeKey, const SMetaEntry *pME) {
}
static int metaBuildNColIdxKey(SNcolIdxKey *ncolKey, const SMetaEntry *pME) {
if (pME->type != TSDB_NORMAL_TABLE) return -1;
ncolKey->ncol = pME->ntbEntry.schemaRow.nCols;
ncolKey->uid = pME->uid;
return 0;