Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
This commit is contained in:
commit
4e8b255f46
|
@ -779,6 +779,7 @@ static int32_t tscCheckIfCreateTable(char **sqlstr, SSqlObj *pSql) {
|
||||||
|
|
||||||
STagData *pTag = (STagData *)pCmd->payload;
|
STagData *pTag = (STagData *)pCmd->payload;
|
||||||
memset(pTag, 0, sizeof(STagData));
|
memset(pTag, 0, sizeof(STagData));
|
||||||
|
pCmd->payloadLen = sizeof(STagData);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* the source super table is moved to the secondary position of the pTableMetaInfo list
|
* the source super table is moved to the secondary position of the pTableMetaInfo list
|
||||||
|
|
Loading…
Reference in New Issue