diff options
| author | 郑超 <[email protected]> | 2020-04-03 19:45:19 +0800 |
|---|---|---|
| committer | 郑超 <[email protected]> | 2020-04-03 19:45:19 +0800 |
| commit | 576ba6c0de03d3be7942e47de5c50c8fdd15ae74 (patch) | |
| tree | 76de6d23d67a14e8b88aa86d77e7599b355b9632 /src/entry/Maat_rule.cpp | |
| parent | 737f3775114b5353d8a14f44276b59f4be8d6287 (diff) | |
| parent | 7f46a386cfc34d263665c002537b216fe6984d5f (diff) | |
Merge branch 'bugfix-hit-path-miss-no-reference-group' into 'master'
修复bug:命中未被compile或其它group引用的group时,未将其加入hit path。
See merge request MESA_framework/maat!39
Diffstat (limited to 'src/entry/Maat_rule.cpp')
| -rw-r--r-- | src/entry/Maat_rule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index 0097105..0adf775 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_8_20200331=1; +int MAAT_FRAME_VERSION_2_8_20200403=1; int is_valid_table_name(const char* str) { |
