提交 7ed62985 编写于 作者: H Haojun Liao

[td-225] fix variable overflow bug.

上级 a75dca95
...@@ -49,7 +49,7 @@ typedef struct tMemBucket { ...@@ -49,7 +49,7 @@ typedef struct tMemBucket {
int32_t nTotalBufferSize; int32_t nTotalBufferSize;
int32_t maxElemsCapacity; int32_t maxElemsCapacity;
int16_t pageSize; int32_t pageSize;
int16_t numOfTotalPages; int16_t numOfTotalPages;
int16_t numOfAvailPages; /* remain available buffer pages */ int16_t numOfAvailPages; /* remain available buffer pages */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册