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:
haojun Liao 2020-01-06 11:38:26 +08:00 committed by GitHub
parent 0ad471e3ff
commit d6f8f02eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ typedef struct _sql_obj {
tsem_t emptyRspSem; tsem_t emptyRspSem;
SSqlCmd cmd; SSqlCmd cmd;
SSqlRes res; SSqlRes res;
uint8_t numOfSubs; uint16_t numOfSubs;
char* asyncTblPos; char* asyncTblPos;
void* pTableHashList; void* pTableHashList;
struct _sql_obj **pSubs; struct _sql_obj **pSubs;