fix: another error
This commit is contained in:
parent
3c37ad11e6
commit
1640ccc4b2
|
@ -137,6 +137,7 @@ static int32_t vnodePreProcessSubmitTbData(SVnode *pVnode, SDecoder *pCoder, int
|
|||
|
||||
if (submitTbData.flags & SUBMIT_REQ_AUTO_CREATE_TABLE) {
|
||||
*(int64_t *)(pCoder->data + pCoder->pos) = uid;
|
||||
pCoder->pos += sizeof(int64_t);
|
||||
} else {
|
||||
tDecodeI64(pCoder, &submitTbData.uid);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue