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 f938368 commit ef53a0fCopy full SHA for ef53a0f
README.markdown
@@ -7,6 +7,7 @@ Revision History
7
8
0.2.x series [current]
9
10
+* 0.2.12 - Forgot to bump the version constant.
11
* 0.2.11 - Fix a bug in getPrepareResult() causing queries returning no fields (e.g. DROP TABLE ...) to hang.
12
* 0.2.10 - Compatability update for Go release.2011-01-20
13
* 0.2.9 - Added support for MySQL 5.5
mysql.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
const (
21
- Version = "0.2.10"
+ Version = "0.2.12"
22
DefaultPort = 3306
23
DefaultSock = "/var/run/mysqld/mysqld.sock"
24
MaxPacketSize = 1 << 24
0 commit comments