You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For at least ApplySchema and potentially other commands, vttablet looks to use a local binary instead of using the same one in the mysql container. We should remove that dependency.
// execute the schema change using an external mysql process
// (to benefit from the extra commands in mysql cli)
For at least
ApplySchema
and potentially other commands,vttablet
looks to use a local binary instead of using the same one in the mysql container. We should remove that dependency.https://github.com/youtube/vitess/blob/master/go/vt/mysqlctl/schema.go#L341
The text was updated successfully, but these errors were encountered: