fix a little bug
This commit is contained in:
parent
482b5865a2
commit
f99074c01c
|
@ -283,7 +283,7 @@ int32_t tsdbCreateTableImpl(STsdbMeta *pMeta, STableCfg *pCfg) {
|
|||
super->superUid = TSDB_INVALID_SUPER_TABLE_ID;
|
||||
super->schema = tdDupSchema(pCfg->schema);
|
||||
super->tagSchema = tdDupSchema(pCfg->tagSchema);
|
||||
super->tagVal = tdDataRowDup(pCfg->tagValues);
|
||||
super->tagVal = NULL;
|
||||
super->name = strdup(pCfg->sname);
|
||||
|
||||
// index the first tag column
|
||||
|
|
Loading…
Reference in New Issue