more code
This commit is contained in:
parent
49e7c002bb
commit
c519e51d0b
|
@ -900,6 +900,11 @@ static int32_t vnodeProcessSubmitReq(SVnode *pVnode, int64_t version, void *pReq
|
||||||
|
|
||||||
// create table
|
// create table
|
||||||
if (pSubmitTbData->pCreateTbReq) {
|
if (pSubmitTbData->pCreateTbReq) {
|
||||||
|
if (metaCreateTable(pVnode->pMeta, version, pSubmitTbData->pCreateTbReq, NULL /* todo */) < 0) {
|
||||||
|
// TODO
|
||||||
|
} else {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// insert data
|
// insert data
|
||||||
|
|
Loading…
Reference in New Issue