Fixed Statement.cancel() causes
            NullPointerException if underlying
            connection has been closed due to server failure. (Bug#20650)
          
            Added configuration option
            noAccessToProcedureBodies which will
            cause the driver to create basic parameter metadata for
            CallableStatements when the user does not
            have access to procedure bodies via SHOW CREATE
            PROCEDURE or selecting from
            mysql.proc instead of throwing an
            exception. The default value for this option is
            false
          
Bugs fixed:
            If the connection to the server has been closed due to a
            server failure, then the cleanup process will call 
            Statement.cancel(), triggering a
            NullPointerException, even though there
            is no active connection. (Bug#20650)
          
É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.

