未验证 提交 d6f8f02e 编写于 作者: H haojun Liao 提交者: GitHub

increase the value range for pSql->numOfSubs

increase the value range for pSql->numOfSubs from uint8_t to uint16_t
上级 0ad471e3
......@@ -390,7 +390,7 @@ typedef struct _sql_obj {
tsem_t emptyRspSem;
SSqlCmd cmd;
SSqlRes res;
uint8_t numOfSubs;
uint16_t numOfSubs;
char* asyncTblPos;
void* pTableHashList;
struct _sql_obj **pSubs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册