fix: add create table response message
This commit is contained in:
parent
6d008aa9cb
commit
af9aba51a5
|
@ -942,7 +942,7 @@ static int32_t vnodeProcessSubmitReq(SVnode *pVnode, int64_t version, void *pReq
|
||||||
taosArrayPush(newTbUids, &pSubmitTbData->uid);
|
taosArrayPush(newTbUids, &pSubmitTbData->uid);
|
||||||
|
|
||||||
if (pCreateTbRsp->pMeta) {
|
if (pCreateTbRsp->pMeta) {
|
||||||
// TODO
|
vnodeUpdateMetaRsp(pVnode, pCreateTbRsp->pMeta);
|
||||||
}
|
}
|
||||||
} else { // create table failed
|
} else { // create table failed
|
||||||
if (terrno != TSDB_CODE_TDB_TABLE_ALREADY_EXIST) {
|
if (terrno != TSDB_CODE_TDB_TABLE_ALREADY_EXIST) {
|
||||||
|
|
Loading…
Reference in New Issue