支持文件接口用户自定义信息;
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define CM_MAX_TABLE_NUM 256
|
||||
#define MAX_CONFIG_FN_LEN 256
|
||||
#define MAX_CONFIG_LINE (1024*16)
|
||||
#define MAX_USERREGION_LEN 4096
|
||||
|
||||
#define ONCE_BUF_SIZE 1048576
|
||||
|
||||
@@ -35,7 +36,7 @@ struct cfg_table_info
|
||||
char cfg_path[MAX_CONFIG_FN_LEN];
|
||||
int cfg_num;
|
||||
size_t filesize;
|
||||
char encryp_algorithm[MAX_CONFIG_FN_LEN];
|
||||
char user_region[MAX_USERREGION_LEN];
|
||||
};
|
||||
|
||||
struct doris_idxfile_scanner
|
||||
|
||||
Reference in New Issue
Block a user