Merge pull request #25498 from taosdata/test/3.0/TD-29817
fix: fix tstream.h
This commit is contained in:
commit
c78b21b0a7
|
@ -484,7 +484,7 @@ struct SStreamTask {
|
|||
SSHashObj* pNameMap;
|
||||
void* pBackend;
|
||||
int8_t subtableWithoutMd5;
|
||||
char reserve[255];
|
||||
char reserve[256];
|
||||
};
|
||||
|
||||
typedef int32_t (*startComplete_fn_t)(struct SStreamMeta*);
|
||||
|
|
Loading…
Reference in New Issue