more code

This commit is contained in:
Hongze Cheng 2022-11-29 16:41:46 +08:00
parent 49e7c002bb
commit c519e51d0b
1 changed files with 5 additions and 0 deletions

View File

@ -900,6 +900,11 @@ static int32_t vnodeProcessSubmitReq(SVnode *pVnode, int64_t version, void *pReq
// create table
if (pSubmitTbData->pCreateTbReq) {
if (metaCreateTable(pVnode->pMeta, version, pSubmitTbData->pCreateTbReq, NULL /* todo */) < 0) {
// TODO
} else {
// TODO
}
}
// insert data