修改scan status重的测试用例,覆盖更多分支。
This commit is contained in:
@@ -95,7 +95,7 @@ struct Maat_hierarchy_clause
|
||||
struct Maat_hierarchy
|
||||
{
|
||||
pthread_rwlock_t rwlock;
|
||||
time_t version;
|
||||
time_t version; //After full update, clause id may indicate a different clause. Comparing hier->version and mid->hier_ver can prevent false positive match.
|
||||
struct bool_matcher* bm;
|
||||
|
||||
struct Maat_hierarchy_compile* hash_compile_by_id; //key: compile_id, value: struct Maat_hierarchy_compile*.
|
||||
|
||||
@@ -160,7 +160,6 @@ struct Maat_region_inner
|
||||
int expr_id_cnt;
|
||||
int expr_id_lb; //low boundary
|
||||
int expr_id_ub; //up boundary
|
||||
enum MAAT_TABLE_TYPE table_type;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user