Reserve a new system variable, enable_sql_plan_monitor, used to activate SQL plan monitoring.

This commit is contained in:
qingsuijiu 2024-04-24 15:59:37 +00:00 committed by ob-robot
parent 2ee5bd52d4
commit b34c3488c8

View File

@ -6008,5 +6008,19 @@
"info_cn": "用于控制是否使用旧版字符集推导规则",
"background_cn": "",
"ref_url": ""
},
"enable_sql_plan_monitor": {
"id": 10327,
"name": "enable_sql_plan_monitor",
"default_value": "0",
"base_value": "0",
"data_type": "bool",
"info": "To set whether the SQL for the current session is logged into the SQL plan monitor.",
"flags": "SESSION",
"publish_version": "",
"info_cn": "",
"background_cn": "",
"ref_url": "",
"placeholder": true
}
}