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).
Dies ist eine Übersetzung des MySQL-Referenzhandbuchs, das sich auf dev.mysql.com befindet. Das ursprüngliche Referenzhandbuch ist auf Englisch, und diese Übersetzung ist nicht notwendigerweise so aktuell wie die englische Ausgabe. Das vorliegende deutschsprachige Handbuch behandelt MySQL bis zur Version 5.1.

