Trigger a SET NAMES utf8 when encoding is
            forced to utf8 or
            utf-8 via the
            characterEncoding property. Previously,
            only the Java-style encoding name of
            utf-8 would trigger this.
          
            AutoReconnect time was growing faster
            than exponentially. (Bug#2447)
          
Fixed failover always going to last host in list. (Bug#2578)
            Added useUnbufferedInput parameter, and
            now use it by default (due to JVM issue
            http://developer.java.sun.com/developer/bugParade/bugs/4401235.html)
          
            Detect on/off or
            1, 2,
            3 form of
            lower_case_table_names value on server.
          
            Return java.lang.Integer for
            TINYINT and SMALLINT
            types from
            ResultSetMetaData.getColumnClassName().
            (Bug#2852)
          
            Return java.lang.Double for
            FLOAT type from
            ResultSetMetaData.getColumnClassName().
            (Bug#2855)
          
            Return [B instead of
            java.lang.Object for
            BINARY, VARBINARY and
            LONGVARBINARY types from
            ResultSetMetaData.getColumnClassName()
            (JDBC compliance).
          
            Issue connection events on all instances created from a
            ConnectionPoolDataSource.
          
Ésta es una traducción del manual de referencia de MySQL, que puede encontrarse en dev.mysql.com. El manual de referencia original de MySQL está escrito en inglés, y esta traducción no necesariamente está tan actualizada como la versión original. Para cualquier sugerencia sobre la traducción y para señalar errores de cualquier tipo, no dude en dirigirse a mysql-es@vespito.com.

