trilogy-libraries / trilogy

Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding.
MIT License
697 stars 68 forks source link

Update mysql2 to a version that can compile with MySQL 8.3. #160

Closed nirvdrum closed 6 months ago

nirvdrum commented 6 months ago

mysql2 0.5.6 was released with a fix for a compliation issue with MySQL 8.3. While it can be worked around by installing older MySQL client libraries, bumping the gem would obviate the need for doing so.