rulescan移除了quick模式,对此进行适配。

This commit is contained in:
zhengchao
2019-04-01 10:39:42 +06:00
parent 047eec538f
commit d83fdcb0df
3 changed files with 2 additions and 37 deletions

View File

@@ -1700,11 +1700,6 @@ stream_para_t Maat_stream_scan_string_start(Maat_feather_t feather,int table_id,
}
struct expr_table_desc* expr_desc=&(p_table->expr);
if(expr_desc->quick_expr_switch==1)
{
_feather->scan_err_cnt++;
return NULL;
}
struct _stream_para_t* sp=ALLOC(struct _stream_para_t ,1);
scanner=_feather->scanner;
sp->feather=_feather;