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

Ensure vttablet does not crash if not given all parameters it expects #3195

Closed

Commits on Sep 18, 2017

  1. Ensure vttablet does not crash if not given all parameters it expects

    Specifically I managed to crash it when mycnf was empty and it tried to
    reference the socket name to talk to mysqld on. Even if that setting
    is not present the binary should not fail and given it's possible via
    the appropraite dbconfig-XXXX settings to configure access to a remote
    mysqld then the requirement for the socket should not be there.
    
    If you see a better fix then feel free to implement this.
    sjmudd committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    c61fbec View commit details
    Browse the repository at this point in the history