[td-11818] Add log for create table.
This commit is contained in:
parent
8a4444e5e1
commit
84ca79c5d6
|
@ -84,7 +84,7 @@ int vnodeApplyWMsg(SVnode *pVnode, SRpcMsg *pMsg, SRpcMsg **pRsp) {
|
||||||
if (metaCreateTable(pVnode->pMeta, pCreateTbReq) < 0) {
|
if (metaCreateTable(pVnode->pMeta, pCreateTbReq) < 0) {
|
||||||
// TODO: handle error
|
// TODO: handle error
|
||||||
}
|
}
|
||||||
vTrace("vgId:%d process create table %s", pVnode->vgId, pCreateTbReq->name);
|
vInfo("vgId:%d process create table %s", pVnode->vgId, pCreateTbReq->name);
|
||||||
free(pCreateTbReq->name);
|
free(pCreateTbReq->name);
|
||||||
if (pCreateTbReq->type == TD_SUPER_TABLE) {
|
if (pCreateTbReq->type == TD_SUPER_TABLE) {
|
||||||
free(pCreateTbReq->stbCfg.pSchema);
|
free(pCreateTbReq->stbCfg.pSchema);
|
||||||
|
|
Loading…
Reference in New Issue