increase the value range for pSql->numOfSubs
increase the value range for pSql->numOfSubs from uint8_t to uint16_t
This commit is contained in:
parent
0ad471e3ff
commit
d6f8f02eca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue