diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index 2df96e8..e7530d1 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -33,7 +33,7 @@ #include "stream_fuzzy_hash.h" #include "gram_index_engine.h" -int MAAT_FRAME_VERSION_2_9_20200611=1; +int MAAT_FRAME_VERSION_2_9_20200622=1; int is_valid_table_name(const char* str) { diff --git a/src/entry/Maat_table_runtime.cpp b/src/entry/Maat_table_runtime.cpp index 74718b7..c15531c 100644 --- a/src/entry/Maat_table_runtime.cpp +++ b/src/entry/Maat_table_runtime.cpp @@ -137,8 +137,8 @@ static struct Maat_table_runtime* table_runtime_new(const struct Maat_table_sche break; case TABLE_TYPE_IP_PLUGIN: table_rt->ip_plugin.ex_data_rt=EX_data_rt_new(table_schema->table_id, - table_schema->plugin.estimate_size, - table_schema->plugin.ex_schema.key2index_func, + table_schema->ip_plugin.estimate_size, + table_schema->ip_plugin.ex_schema.key2index_func, free); if(table_schema->ip_plugin.have_exdata) {