enh: batch create table

This commit is contained in:
kailixu 2024-04-28 04:58:05 +08:00
parent 3b504e6e96
commit 53e9e0b3af
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ void dmSendNotifyReq(SDnodeMgmt *pMgmt, SNotifyReq *pReq) {
int32_t contLen = tSerializeSNotifyReq(NULL, 0, pReq);
void *pHead = rpcMallocCont(contLen);
tSerializeSNotifyReq(pHead, contLen, pReq);
tFreeSNotifyReq(&req);
SRpcMsg rpcMsg = {.pCont = pHead,
.contLen = contLen,