SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

Disable the use of SSL options in MySQL backend with MariaDB #1117

Closed vadz closed 5 months ago

vadz commented 6 months ago

MariaDB doesn't have these options, so the code didn't compile when using it -- not supporting the options is not great, but better than failing to build.


I'm not sure what's the right thing to do here, but this at least allows the build to succeed when using MariaDB headers.