brianmario / mysql2

A modern, simple and very fast Mysql library for Ruby - binding to libmysql
http://github.com/brianmario/mysql2
MIT License
2.25k stars 550 forks source link

use mysql_options if mysql_ssl_set isn't available (mysql client 8.3 support) #1352

Closed flavorjones closed 9 months ago

flavorjones commented 9 months ago

for mysql client 8.3 support.

This is based on #1347 by @xjunior (who is credited in the commit log), but is backwards-compatible with all other client versions.

Fixes #1346