Merge pull request #1081 from taosdata/beta/v1.6.5.2

increase the value range for pSql->numOfSubs
This commit is contained in:
slguan 2020-01-06 11:59:16 +08:00 committed by GitHub
commit cfbcd4f438
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;