[td-2895] fix compiler error.
This commit is contained in:
parent
0b67415845
commit
7e91c54e35
|
@ -102,7 +102,7 @@ typedef struct SGroupResInfo {
|
|||
*/
|
||||
typedef struct SRspResultInfo {
|
||||
int64_t total; // total generated result size in rows
|
||||
int64_t capacity; // capacity of current result output buffer
|
||||
int32_t capacity; // capacity of current result output buffer
|
||||
int32_t threshold; // result size threshold in rows.
|
||||
} SRspResultInfo;
|
||||
|
||||
|
|
Loading…
Reference in New Issue