table_info.conf support table_name & db_tables to implement all physical tables conjunction
This commit is contained in:
@@ -57,7 +57,7 @@ int compile_runtime_update(void *compile_runtime, void *compile_schema,
|
||||
int compile_runtime_commit(void *compile_runtime, const char *table_name);
|
||||
|
||||
int compile_runtime_match(struct compile_runtime *compile_rt, long long *compile_ids,
|
||||
int ids_index, size_t compile_ids_size, struct maat_state *state);
|
||||
size_t compile_ids_size, struct maat_state *state);
|
||||
|
||||
size_t compile_runtime_get_new_hit_paths(struct compile_runtime *compile_rt,
|
||||
struct maat_compile_state *compile_state,
|
||||
|
||||
@@ -235,8 +235,7 @@ struct maat {
|
||||
struct maat_state {
|
||||
struct maat *maat_instance;
|
||||
int16_t thread_id;
|
||||
size_t n_compile_table;
|
||||
char compile_tables[MAX_COMPILE_TABLE_NUM][NAME_MAX]; //caller can select compile table to scan
|
||||
int compile_table_id;
|
||||
unsigned char is_set_district;
|
||||
unsigned char is_last_scan;
|
||||
long long district_id; //-1: Any District; -2: Unkonwn District;
|
||||
|
||||
Reference in New Issue
Block a user