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

Fixed enable_cleartext_plugin mode #874

Merged

Conversation

denisenkom
Copy link
Contributor

Fixed enable_cleartext_plugin mode by properly detecting existence of MYSQL_ENABLE_CLEARTEXT_PLUGIN constant, previous code was assuming that MYSQL_ENABLE_CLEARTEXT_PLUGIN is a preprocessor definition while it actually is a C enum.

Added simple test for enable_cleartext_plugin

@sodabrew sodabrew added this to the 0.4.9 milestone Aug 8, 2017
@sodabrew sodabrew merged commit a321723 into brianmario:master Aug 8, 2017
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.

2 participants