scan_hit_status_update_by_compile函数的循环中,未重置n_exsited_path,导致丢失命中的compile。

This commit is contained in:
zhengchao
2020-04-20 16:56:51 +08:00
parent 7f46a386cf
commit 8205efb1b3
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
#include "stream_fuzzy_hash.h"
#include "gram_index_engine.h"
int MAAT_FRAME_VERSION_2_8_20200403=1;
int MAAT_FRAME_VERSION_2_8_20200420=1;
int is_valid_table_name(const char* str)
{