[TD-5797]<feature> support distict multi column
This commit is contained in:
parent
0fc9f7e3f3
commit
9c9aae1632
|
@ -59,6 +59,7 @@ extern char tsLocale[];
|
|||
extern char tsCharset[]; // default encode string
|
||||
extern int8_t tsEnableCoreFile;
|
||||
extern int32_t tsCompressMsgSize;
|
||||
extern int32_t tsMaxNumOfDistinctResults;
|
||||
extern char tsTempDir[];
|
||||
|
||||
//query buffer management
|
||||
|
|
Loading…
Reference in New Issue