Allow bogus URLs in
          Driver.getPropertyInfo().
        
          Return list of generated keys when using multi-value
          INSERTS with
          Statement.getGeneratedKeys().
        
          Use JVM charset with filenames and LOAD DATA [LOCAL]
          INFILE.
        
          Fix infinite loop with
          Connection.cleanup().
        
          Changed Ant target compile-core to
          compile-driver, and made testsuite
          compilation a separate target.
        
          Fixed result set not getting set for
          Statement.executeUpdate(), which affected
          getGeneratedKeys() and
          getUpdateCount() in some cases.
        
          Unicode character 0xFFFF in a string would cause the driver to
          throw an ArrayOutOfBoundsException. (Bug#378).
        
          Return correct number of generated keys when using
          REPLACE statements.
        
Fix problem detecting server character set in some cases.
Fix row data decoding error when using very large packets.
Optimized row data decoding.
Issue exception when operating on an already closed prepared statement.
Fixed SJIS encoding bug, thanks to Naoto Sato.
          Optimized usage of EscapeProcessor.
        
          Allow multiple calls to Statement.close().
        
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.

