mariadbpp
mariadbpp copied to clipboard
mysql_ssl_set is deprecated
When building recently, it gives the deprecation warning:
src/connection.cpp:98:13: error: 'mysql_ssl_set' is deprecated: Use mysql_options() instead.
Looks like the replacement mysql_options is also deprecated in mariadb in favor of mysql_optionsv, which is not supported in mysql.