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

fix mysql_install_db search path for MySQL 5.6 #4982

Merged
merged 1 commit into from
Jul 15, 2019

Conversation

morgo
Copy link
Contributor

@morgo morgo commented Jul 9, 2019

The generic tarballs for MySQL 5.6 will locate mysql_install_db in scripts/. This moves in MySQL 5.7 to bin, which is correctly found. We should handle both locations.

Fixes #4975

Signed-off-by: Morgan Tocker tocker@gmail.com

Fixes vitessio#4975

Signed-off-by: Morgan Tocker <tocker@gmail.com>
@morgo morgo requested a review from sougou as a code owner July 9, 2019 23:01
Copy link
Member

@deepthi deepthi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@deepthi deepthi requested a review from dkhenry July 10, 2019 17:21
@sougou sougou merged commit 0ef104f into vitessio:master Jul 15, 2019
@morgo morgo deleted the morgo-fix-mysql-install-db branch July 15, 2019 05:39
systay pushed a commit that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mysqlctl does not find mysql_install_db in generic tarballs
3 participants