Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistent style in configuration naming #16912

Open
BusyJay opened this issue Apr 28, 2020 · 0 comments
Open

inconsistent style in configuration naming #16912

BusyJay opened this issue Apr 28, 2020 · 0 comments

Comments

@BusyJay
Copy link
Contributor

BusyJay commented Apr 28, 2020

% grep 'enabled* =' config/config.toml.example -B 3 | grep -v '#' | grep -v -- --
header-timeout = 5

[prepared-plan-cache]
enabled = false

[opentracing]
enable = false
[tikv-client.copr-cache]
enabled = true
[binlog]
enable = false

[pessimistic-txn]
enable = true

[stmt-summary]
enable = true

Some use "enable", others use "enabled".

@BusyJay BusyJay added the type/bug The issue is confirmed as a bug. label Apr 28, 2020
@zz-jason zz-jason added type/usability and removed type/bug The issue is confirmed as a bug. labels Apr 28, 2020
@winoros winoros self-assigned this May 14, 2020
@ghost ghost added the component/config label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants