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.
Exec
Query
1 parent 2f70faf commit b1282d9Copy full SHA for b1282d9
go/logic/applier.go
@@ -53,7 +53,7 @@ func (this *Applier) setOptimizerSwitch() error {
53
return nil
54
}
55
optimizerString := fmt.Sprintf("SET SESSION optimizer_switch=%q", this.migrationContext.OptimizerSwitch)
56
- _, err := this.db.Query(optimizerString)
+ _, err := this.db.Exec(optimizerString)
57
return err
58
59
0 commit comments