This commit is contained in:
liuwentan
2023-04-13 18:53:36 +08:00
parent 571ce08d3b
commit ffc1740a00
6 changed files with 13 additions and 13 deletions

View File

@@ -31,10 +31,10 @@ struct compile_schema {
int compile_id_column;
int rule_tag_column;
int declared_clause_num_column;
struct ex_data_schema ex_schema;
int set_flag;
int table_id; //ugly
char table_name[NAME_MAX];
int set_flag;
struct ex_data_schema ex_schema;
struct table_manager *ref_tbl_mgr;
struct log_handle *logger;