Bugs fixed:
Return
java.lang.DoubleforFLOATtype fromResultSetMetaData.getColumnClassName(). (Bug#2855)Return
[Binstead ofjava.lang.ObjectforBINARY,VARBINARYandLONGVARBINARYtypes fromResultSetMetaData.getColumnClassName()(JDBC compliance). (Bug#2855)Issue connection events on all instances created from a
ConnectionPoolDataSource. (Bug#2855)Return
java.lang.IntegerforTINYINTandSMALLINTtypes fromResultSetMetaData.getColumnClassName(). (Bug#2852)Added
useUnbufferedInputparameter, and now use it by default (due to JVM issue http://developer.java.sun.com/developer/bugParade/bugs/4401235.html) (Bug#2578)Fixed failover always going to last host in list. (Bug#2578)
Detect
on/offor1,2,3form oflower_case_table_namesvalue on server. (Bug#2578)AutoReconnecttime was growing faster than exponentially. (Bug#2447)Trigger a
SET NAMES utf8when encoding is forced toutf8orutf-8using thecharacterEncodingproperty. Previously, only the Java-style encoding name ofutf-8would trigger this.