Commit ecc5fcb
Fix SSL options for MySQL 8.3.0+ client library
MySQL 8.3.0 client library removed mysql_ssl_set() function. Replacement is
mysql_options() function with appropriate arguments.
This change fixes compilation with MySQL 8.3.0+ client library.
See: https://dev.mysql.com/doc/relnotes/mysql/8.3/en/news-8-3-0.html#mysqld-8-3-0-deprecation-removal1 parent 65a80d2 commit ecc5fcb
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2147 | 2147 | | |
2148 | 2148 | | |
2149 | 2149 | | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
2150 | 2161 | | |
2151 | 2162 | | |
| 2163 | + | |
2152 | 2164 | | |
2153 | 2165 | | |
2154 | 2166 | | |
| |||
0 commit comments