Skip to content

Commit

Permalink
tidb lightning: expose [tidb.session-vars] in lightning config (#17864)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Jun 12, 2024
1 parent 239dbce commit cb3895f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tidb-lightning/tidb-lightning-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ distsql-scan-concurrency = 15
index-serial-scan-concurrency = 20
checksum-table-concurrency = 2

# Sets other TiDB session variables
# [tidb.session-vars]
# tidb_enable_clustered_index = "OFF"

# The default SQL mode used to parse and execute the SQL statements.
sql-mode = "ONLY_FULL_GROUP_BY,NO_AUTO_CREATE_USER"
# Sets maximum packet size allowed for SQL connections.
Expand Down

0 comments on commit cb3895f

Please sign in to comment.