Re-issue character set configuration commands when re-using
            pooled connections and/or
            Connection.changeUser() when connected to
            MySQL-4.1 or newer.
          
            Fixed ResultSetMetaData.isReadOnly() to
            detect non-writable columns when connected to MySQL-4.1 or
            newer, based on existence of “original” table
            and column names.
          
            ResultSet.updateByte() when on insert row
            throws ArrayOutOfBoundsException. (Bug#5664)
          
            Fixed DatabaseMetaData.getTypes()
            returning incorrect (this is, non-negative) scale for the
            NUMERIC type.
          
            Off-by-one bug in
            Buffer.readString(.
            (Bug#5664)
          string)
            Made TINYINT(1) ->
            BIT/Boolean conversion
            configurable via tinyInt1isBit property
            (default true to be JDBC compliant out of
            the box).
          
            Only set character_set_results during
            connection establishment if server version >= 4.1.1.
          
            Fixed regression where useUnbufferedInput
            was defaulting to false.
          
            ResultSet.getTimestamp() on a column with
            TIME in it fails. (Bug#5664)
          
É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.

