enh: batch create table
This commit is contained in:
parent
3b504e6e96
commit
53e9e0b3af
|
@ -173,7 +173,6 @@ void dmSendNotifyReq(SDnodeMgmt *pMgmt, SNotifyReq *pReq) {
|
||||||
int32_t contLen = tSerializeSNotifyReq(NULL, 0, pReq);
|
int32_t contLen = tSerializeSNotifyReq(NULL, 0, pReq);
|
||||||
void *pHead = rpcMallocCont(contLen);
|
void *pHead = rpcMallocCont(contLen);
|
||||||
tSerializeSNotifyReq(pHead, contLen, pReq);
|
tSerializeSNotifyReq(pHead, contLen, pReq);
|
||||||
tFreeSNotifyReq(&req);
|
|
||||||
|
|
||||||
SRpcMsg rpcMsg = {.pCont = pHead,
|
SRpcMsg rpcMsg = {.pCont = pHead,
|
||||||
.contLen = contLen,
|
.contLen = contLen,
|
||||||
|
|
Loading…
Reference in New Issue