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:
fengweihao
2024-11-05 11:57:39 +08:00
parent cb35a2b92b
commit ef4658d38d
5 changed files with 23 additions and 24 deletions

View File

@@ -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",