add all tab to meta
This commit is contained in:
parent
edc0f38921
commit
5e19f2d24a
|
@ -572,8 +572,6 @@ static int metaBuildCtimeIdxKey(SCtimeIdxKey *ctimeKey, const SMetaEntry *pME) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int metaBuildNColIdxKey(SNcolIdxKey *ncolKey, 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->ncol = pME->ntbEntry.schemaRow.nCols;
|
||||||
ncolKey->uid = pME->uid;
|
ncolKey->uid = pME->uid;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue