tidb_enable_noop_variables
cannot be set to WARN
#36647
Labels
affects-6.2
severity/moderate
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
This is introduced by #35496.
2. What did you expect to see? (Required)
set global tidb_enable_noop_variables='warn';
should report a warning or error.POSSIBLE_VALUES
should not includewarn
.3. What did you see instead (Required)
possible_values
includeswarn
, but it cannot be set towarn
.4. What is your TiDB version? (Required)
master.
The text was updated successfully, but these errors were encountered: