-
Notifications
You must be signed in to change notification settings - Fork 681
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
varchar value should use quotation marks #4951
Comments
@alex-quan-001 Do we also need to quote "true" in commands like |
@MyonKeminta Could you please take a look? Thanks! |
This is fixed in #4552 where the recommended GC configuration moves to sysvars. The With sysvars, there is both validation and type normalization (oN, 1, on, ON --> ON). |
@alex-quan-001 Does this answer address your question? |
Error Report
Please answer the following questions before submitting your issue. Thanks!
https://docs.pingcap.com/tidb/stable/garbage-collection-configuration
tikv_gc_enable
Enables or disables GC
Default: true
tikv_gc_enable
Enables or disables GC
Default:" true"
all variable value's type is varchar, so it should be include in quotes.
The text was updated successfully, but these errors were encountered: