0.2.18
版本发布时间: 2013-06-13 10:21:06
brianmario/mysql2最新发布版本:0.5.6(2024-02-16 01:19:00)
- change mysql error detection strategy from using mysql_field_count to the more explicit mysql_errno
- bugfix to avoid race condition with active connections that error out
- revert back to using xmalloc/xfree for allocations
- avoid potentially unsafe Ruby C API usage w/o GVL
- reacquire GVL before retrying on EINTR on connect