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

Replace compile time version detection by runtime version detection #193

Open
pali opened this issue Aug 22, 2023 · 0 comments
Open

Replace compile time version detection by runtime version detection #193

pali opened this issue Aug 22, 2023 · 0 comments

Comments

@pali
Copy link
Member

pali commented Aug 22, 2023

Compile time macro MYSQL_VERSION_ID should be replaced by runtime function mysql_get_client_version() where possible. This allows to update system MariaDB/MySQL client library without need to recompile DBD::MariaDB XS module. Reason: Lot of Linux distributions compile DBD::MariaDB just once and not with every minor MariaDB/MySQL client library update.

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

No branches or pull requests

1 participant