We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 038ee80 + 559c789 commit 1a76c04Copy full SHA for 1a76c04
1 file changed
go/logic/inspect.go
@@ -327,7 +327,7 @@ func (this *Inspector) validateLogSlaveUpdates() error {
327
if err := this.db.QueryRow(query).Scan(&logSlaveUpdates); err != nil {
328
return err
329
}
330
- if !logSlaveUpdates && !this.migrationContext.InspectorIsAlsoApplier() {
+ if !logSlaveUpdates && !this.migrationContext.InspectorIsAlsoApplier() && !this.migrationContext.IsTungsten {
331
return fmt.Errorf("%s:%d must have log_slave_updates enabled", this.connectionConfig.Key.Hostname, this.connectionConfig.Key.Port)
332
333
0 commit comments