We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a16db3 commit 13b4683Copy full SHA for 13b4683
go/logic/applier.go
@@ -106,12 +106,6 @@ func (this *Applier) InitDBConnections() (err error) {
106
return nil
107
}
108
109
-// validateAndReadTimeZone potentially reads server time-zone
110
-func (this *Applier) validateAndReadTimeZone() error {
111
- this.migrationContext.Log.Infof("will use time_zone='%s' on applier", this.ServerInfo().TimeZone)
112
- return nil
113
-}
114
-
115
// generateSqlModeQuery return a `sql_mode = ...` query, to be wrapped with a `set session` or `set global`,
116
// based on gh-ost configuration:
117
// - User may skip strict mode
0 commit comments