Merge pull request #1081 from taosdata/beta/v1.6.5.2
increase the value range for pSql->numOfSubs
This commit is contained in:
commit
cfbcd4f438
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue