提交 eb68f09b 编写于 作者: wmmhello's avatar wmmhello

fix error in windows

上级 0a47da82
...@@ -205,7 +205,7 @@ SResultRowPool* initResultRowPool(size_t size) { ...@@ -205,7 +205,7 @@ SResultRowPool* initResultRowPool(size_t size) {
qError("ResultRow blockSize is too large:%" PRId64, tmp); qError("ResultRow blockSize is too large:%" PRId64, tmp);
tmp = 128*1024*1024; tmp = 128*1024*1024;
} }
p->blockSize = tmp; p->blockSize = (int32_t)tmp;
p->position.pos = 0; p->position.pos = 0;
p->pData = taosArrayInit(8, POINTER_BYTES); p->pData = taosArrayInit(8, POINTER_BYTES);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册