Download | Release Notes | Changelog |
Release date: 7 Jun 2017
MariaDB Connector/J 2.0.2 is a Stable (GA) release.
- DataSource connectTimeout is in second, but was set on socket timeout that is in milliseconds
- option "useServerPrepStmts" : Possible Buffer overrun reading ResultSet
- option "rewriteBatchedStatements" : Error when executing SQL contains "values" that aren't inserts
- option "usePipelineAuth" : incompatibility with aurora. Now automatically disabled when aurora is detected
- compatibility : ArrayIndexOutOfBoundsException on connect to MySQL 5.1.73
- compatibility : Access denied error on connect to MySQL 5.1.73
- metadata : DatabaseMetadata.getPrimaryKeys() return a null value for PK_NAME, must always be 'PRIMARY'
- metadata : Wrong content of DEFERRABILITY column in MariaDbDatabaseMetaData
- No timeout exception on client PrepareStatement
- log: javax.transaction.xa.XAException message error truncated ( near '0x )
- Change CI tests to use maxscale 2.1 version
- Connection.setNetworkTimeout don't throw exception if no executor
- Use java.net.URL to read keyStore and trustStore again
This page is: Copyright © 2025 MariaDB. All rights reserved.