Merge remote-tracking branch 'origin/3.0' into feature/qnode
This commit is contained in:
commit
68caddbf60
|
@ -313,7 +313,7 @@ int32_t doCheckForCreateCTable(SSqlInfo* pInfo, SParseBasicCtx *pCtx, SMsgBuf* p
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
code = tNameExtractFullName(&name, pCreateTableInfo->tagdata.name);
|
code = tNameGetTableName(&name, pCreateTableInfo->tagdata.name);
|
||||||
|
|
||||||
SArray* pValList = pCreateTableInfo->pTagVals;
|
SArray* pValList = pCreateTableInfo->pTagVals;
|
||||||
if (code != TSDB_CODE_SUCCESS) {
|
if (code != TSDB_CODE_SUCCESS) {
|
||||||
|
|
Loading…
Reference in New Issue