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 mysql_ssl_set() with mysql_options() #373

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented Oct 24, 2023

In the MySQL 8.0.35 release notes mysql_ssl_set() is listed as deprecated.

"The mysql_ssl_set() C API function is deprecated and subject to removal in a future MySQL release. There are equivalent mysql_options() TLS options for all mysql_ssl_set() parameters. (WL #11091)"

Source: https://docs.oracle.com/cd/E17952_01/mysql-8.0-relnotes-en/news-8-0-35.html

In the MySQL 8.0.35 release notes `mysql_ssl_set()` is listed as deprecated.

"The mysql_ssl_set() C API function is deprecated and subject to removal
in a future MySQL release. There are equivalent mysql_options() TLS
options for all mysql_ssl_set() parameters. (WL #11091)"

Source: https://docs.oracle.com/cd/E17952_01/mysql-8.0-relnotes-en/news-8-0-35.html
@dveeden dveeden self-assigned this Oct 27, 2023
@dveeden dveeden merged commit affa32c into perl5-dbi:master Oct 31, 2023
4 of 5 checks passed
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.

1 participant