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

compatible with tidb_6.1 #2444

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/tidb.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# TiDB Configuration.
# TiDB Configuration.
Comment on lines 1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate content, please delete


# TiDB server host.
host = "0.0.0.0"
Expand Down Expand Up @@ -49,7 +50,7 @@ alter-primary-key = true
index-limit = 512

# Whether new collations are enabled, as indicated by its name, this configuration entry take effect ONLY when a TiDB cluster bootstraps for the first time.
new_collations_enabled_on_first_bootstrap = false
new_collations_enabled_on_first_bootstrap = true

[log]
# Log level: info, debug, warn, error, fatal.
Expand Down