Skip to content

Commit

Permalink
revert 39030
Browse files Browse the repository at this point in the history
  • Loading branch information
okJiang committed Nov 14, 2022
1 parent 86d3b46 commit 3676ccd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dumpling/export/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ func (conf *Config) GetDriverConfig(db string) *mysql.Config {
driverCfg.MaxAllowedPacket = 0
if conf.Security.DriveTLSName != "" {
driverCfg.TLSConfig = conf.Security.DriveTLSName
} else {
// Use TLS first.
driverCfg.TLSConfig = "preferred"
}
if conf.AllowCleartextPasswords {
driverCfg.AllowCleartextPasswords = true
Expand Down

0 comments on commit 3676ccd

Please sign in to comment.