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

mysql_ssl_set is deprecated #48

Open
Pentarctagon opened this issue Jan 15, 2024 · 1 comment
Open

mysql_ssl_set is deprecated #48

Pentarctagon opened this issue Jan 15, 2024 · 1 comment

Comments

@Pentarctagon
Copy link

When building recently, it gives the deprecation warning:
src/connection.cpp:98:13: error: 'mysql_ssl_set' is deprecated: Use mysql_options() instead.

@roussosalex
Copy link
Member

Looks like the replacement mysql_options is also deprecated in mariadb in favor of mysql_optionsv, which is not supported in mysql.

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

2 participants