add missed compile option
This commit is contained in:
parent
5716d72e32
commit
88ba2f4935
|
@ -263,7 +263,9 @@ typedef struct {
|
|||
TSKEY minKey;
|
||||
TSKEY maxKey;
|
||||
SFileGroup fGroup;
|
||||
SFile nIdxF;
|
||||
#ifdef TSDB_IDX
|
||||
SFile nIdxF;
|
||||
#endif
|
||||
SFile nHeadF;
|
||||
SFile nLastF;
|
||||
} SHelperFile;
|
||||
|
|
Loading…
Reference in New Issue