Download | Release Notes | Changelog |
Release date: 23 Mar 2016
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
: Server prepare statement failover use the associated connection
Performance improvement : using directly the query.getByte("UTF-8") array to avoid recreating a new array, rewriteStatement improvement (parsing query to verify that the query can be rewritten + performance) , Local file upload correction when using useCompression option.
: SQLException when calling PreparedStatement.executeBatch() without calling addBatch().
: Error in stored procedure or SQL statement with allowMultiQueries does not raise Exception when there is a result returned prior to erroneous statement.
: getString on '0000-00-00' date was returning npe.
PrepareStatement
Misc
ServerPrepareStatement avoid the fallback to Client PrepareStatement when there is a socket exception.
This page is: Copyright © 2025 MariaDB. All rights reserved.