Skip to content

Commit

Permalink
multiStatements is not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Oct 2, 2020
1 parent 450611c commit 16d04aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ type mysqlConfig struct {
func (c mysqlConfig) DSN() string {
v := url.Values{}
v.Set("parseTime", "true")
v.Set("multiStatements", "true")
return fmt.Sprintf("%s:%s@tcp(%s:%d)/%s?"+v.Encode(), c.User, c.Password, c.Host, c.Port, c.DB)
}

Expand Down

0 comments on commit 16d04aa

Please sign in to comment.