修复删除region时,笔误导致错误计算rulescan expr_id的bug,该bug导致rulescan_update失败的assert。

This commit is contained in:
zhengchao
2020-07-06 19:46:55 +08:00
parent 41b3628b53
commit 2962c6c90a
2 changed files with 19 additions and 17 deletions

View File

@@ -127,6 +127,8 @@ struct db_group_rule_t
int virtual_table_id;
int clause_id;
};
#define RULESCAN_OP_ADD 0
#define RULESCAN_OP_DEL 1
struct op_expr_t
{
boolean_expr_t* p_expr;