提交 90024cb1 编写于 作者: H Haojun Liao

refactor: do some internal refactor.

上级 716dd2c5
...@@ -1348,7 +1348,7 @@ int32_t setResultDataPtr(SReqResultInfo* pResultInfo, TAOS_FIELD* pFields, int32 ...@@ -1348,7 +1348,7 @@ int32_t setResultDataPtr(SReqResultInfo* pResultInfo, TAOS_FIELD* pFields, int32
int32_t bytes = *(int32_t*) p; int32_t bytes = *(int32_t*) p;
p += sizeof(int32_t); p += sizeof(int32_t);
ASSERT(type == pFields[i].type && bytes == pFields[i].bytes); // ASSERT(type == pFields[i].type && bytes == pFields[i].bytes);
} }
int32_t* colLength = (int32_t*)p; int32_t* colLength = (int32_t*)p;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册