I stumbled on a bug involoving the interaction between the driver and MySQL. After much trial & error, I managed to extract the following test cases : [gist : extra_mysql_test.go](https://gist.github.com/LeGEC/9913382) This file contains 5 test cases. On my machine : Tests 1-2-3 pass, tests 4-5 fail. I would expect the 5 tests to pass. I would like to know if it fails on other configurations. Go version : go1.2.1 linux/amd64 MySQL version : the original bug was triggered under MySQL 5.1.63 (Debian squeeze), and MySQL 5.5.35 (Ubuntu 13.10).