fix: rawBlockBindData
This commit is contained in:
parent
ccba2c6612
commit
3439ff6e63
|
@ -669,9 +669,6 @@ int rawBlockBindData(SQuery* query, STableMeta* pTableMeta, void* data, SVCreate
|
||||||
int32_t numOfRows = *(int32_t*)p;
|
int32_t numOfRows = *(int32_t*)p;
|
||||||
p += sizeof(int32_t);
|
p += sizeof(int32_t);
|
||||||
|
|
||||||
// blankFill
|
|
||||||
p += sizeof(bool);
|
|
||||||
|
|
||||||
int32_t numOfCols = *(int32_t*)p;
|
int32_t numOfCols = *(int32_t*)p;
|
||||||
p += sizeof(int32_t);
|
p += sizeof(int32_t);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue