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().
          
É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.

