Skip to content

Commit

Permalink
tidb-lightning: replace NO_ENGINE_SUBSTITUTION with `NO_AUTO_CREATE…
Browse files Browse the repository at this point in the history
…_USER` (#15939)
  • Loading branch information
hfxsd authored Jan 2, 2024
1 parent ccf90b5 commit ffdd4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-lightning/tidb-lightning-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ index-serial-scan-concurrency = 20
checksum-table-concurrency = 2

# The default SQL mode used to parse and execute the SQL statements.
sql-mode = "ONLY_FULL_GROUP_BY,NO_ENGINE_SUBSTITUTION"
sql-mode = "ONLY_FULL_GROUP_BY,NO_AUTO_CREATE_USER"
# Sets maximum packet size allowed for SQL connections.
# Set this to 0 to automatically fetch the `max_allowed_packet` variable from server on every connection.
max-allowed-packet = 67_108_864
Expand Down

0 comments on commit ffdd4f9

Please sign in to comment.