TSG-23303 Negate hit path fix
TSG-23330 Statistics strategy complile table name changed TSG-23363 Using incorrect judgment results in duplicate objects
This commit is contained in:
@@ -111,20 +111,20 @@
|
||||
},
|
||||
{
|
||||
"table_id":15,
|
||||
"table_name":"STATISTICS_COMPILE",
|
||||
"table_name":"STATISTICS_RULE",
|
||||
"table_type":"rule"
|
||||
},
|
||||
{
|
||||
"table_id":16,
|
||||
"table_name":"STATISTICS_COMPILE_CONJUNCTION",
|
||||
"db_tables":["STATISTICS_COMPILE"],
|
||||
"table_name":"STATISTICS_RULE_CONJUNCTION",
|
||||
"db_tables":["STATISTICS_RULE"],
|
||||
"default_rule_table":1,
|
||||
"table_type":"rule"
|
||||
},
|
||||
{
|
||||
"table_id":17,
|
||||
"table_name":"STATISTICS_COMPILE_PLUGIN",
|
||||
"db_tables":["STATISTICS_COMPILE"],
|
||||
"table_name":"STATISTICS_RULE_PLUGIN",
|
||||
"db_tables":["STATISTICS_RULE"],
|
||||
"table_type":"plugin",
|
||||
"custom": {
|
||||
"key_name":"uuid",
|
||||
|
||||
Reference in New Issue
Block a user