We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4244ae2 commit b3a220bCopy full SHA for b3a220b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.2.18 (December 6th, 2011)
4
+* change mysql error detection strategy from using mysql_field_count to the more explicit mysql_errno
5
+* bugfix to avoid race condition with active connections that error out
6
+* revert back to using xmalloc/xfree for allocations
7
+* avoid potentially unsafe Ruby C API usage w/o GVL
8
+* reacquire GVL before retrying on EINTR on connect
9
+
10
## 0.2.17 (November 9th, 2011)
11
12
## 0.2.16 (November 9th, 2011)
lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
- VERSION = "0.2.17"
+ VERSION = "0.2.18"
end
0 commit comments