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

Fixes compilation failure with pre-5.7 C API #2

Closed
wants to merge 1 commit into from

Commits on Feb 27, 2016

  1. Fixes compilation failure with pre-5.7 C API

    When compiling against a MySQL C API prior to 5.7, the compilation
    fails due to the reference to MYSQL_TYPE_JSON.
    
    This patch will conditionally compile support for MYSQL_TYPE_JSON
    only if it is supported in the underlying C API.
    
    Resolves: Bug #80539
    David Bennett committed Feb 27, 2016
    Copy the full SHA
    357e5ad View commit details
    Browse the repository at this point in the history