Fixed ResultSet.getRow() off-by-one bug.
          
            Fixed RowDataStatic.getAt() off-by-one
            bug.
          
            Added limited Clob functionality
            (ResultSet.getClob(),
            PreparedStatemtent.setClob(),
            PreparedStatement.setObject(Clob).
          
            Added socketTimeout parameter to URL.
          
            Connection.isClosed() no longer
            “pings” the server.
          
            Connection.close() issues
            rollback() when
            getAutoCommit() is
            false.
          
            Added paranoid parameter, which sanitizes
            error messages by removing “sensitive”
            information from them (such as hostnames, ports, or
            usernames), as well as clearing “sensitive”
            data structures when possible.
          
            Fixed ResultSetMetaData.isSigned() for
            TINYINT and BIGINT.
          
Charsets now automatically detected. Optimized code for single-byte character set conversion.
            Implemented
            ResultSet.getCharacterStream().
          
            Added LOCAL TEMPORARY to table types in
            DatabaseMetaData.getTableTypes().
          
Massive code clean-up to follow Java coding conventions (the time had come).
É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.

