fix TD-29562
This commit is contained in:
parent
ee8a96fb42
commit
2314771209
|
@ -164,6 +164,7 @@ int metaDecodeEntry(SDecoder *pCoder, SMetaEntry *pME) {
|
||||||
uDebug("set default type: %d, tableName:%s", pME->type, pME->name);
|
uDebug("set default type: %d, tableName:%s", pME->type, pME->name);
|
||||||
metatInitDefaultSColCmprWrapper(pCoder, &pME->colCmpr, &pME->ntbEntry.schemaRow);
|
metatInitDefaultSColCmprWrapper(pCoder, &pME->colCmpr, &pME->ntbEntry.schemaRow);
|
||||||
}
|
}
|
||||||
|
TABLE_SET_COL_COMPRESSED(pME->flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
tEndDecode(pCoder);
|
tEndDecode(pCoder);
|
||||||
|
|
Loading…
Reference in New Issue