支持文件接口用户自定义信息;

This commit is contained in:
linuxrc@163.com
2021-07-27 16:25:13 +08:00
parent 5217e9188e
commit b32381f7f5
11 changed files with 76 additions and 40 deletions

View File

@@ -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