Maat command支持批量提交

This commit is contained in:
zhengchao
2020-06-17 19:59:55 +08:00
parent 2dbbd55c95
commit af27d7197c
5 changed files with 165 additions and 121 deletions

View File

@@ -356,6 +356,7 @@ struct serial_rule_t //rm= Redis Maat
char* table_line;
int n_foreign;
struct foreign_key* f_keys;
TAILQ_ENTRY(serial_rule_t) entries;
};
int parse_accept_tag(const char* value, struct rule_tag** result, void* logger);