Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vttablet shouldn't require its own mysql client binary #3553

Closed
derekperkins opened this issue Jan 12, 2018 · 0 comments · Fixed by #13347
Closed

vttablet shouldn't require its own mysql client binary #3553

derekperkins opened this issue Jan 12, 2018 · 0 comments · Fixed by #13347

Comments

@derekperkins
Copy link
Member

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)

https://github.com/youtube/vitess/blob/master/go/vt/mysqlctl/schema.go#L341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants