Connector/J 1.7.4 Release Notes

DownloadRelease NotesChangelogConnector/J Overview

Release date: 30 May 2018

MariaDB Connector/J 1.7.4 is a Stable (GA) release.

For an overview of MariaDB Connector/J see theAbout MariaDB Connector/J page

Minor change:

  • [CONJ-602] Add server hostname to connection packet for proxy

  • [CONJ-604] handle support for mysql 8.0 tx_isolation replacement by transaction_isolation

  • [CONJ-595] Create option to configure DONOR/DESYNCED Galera nodes to be unavailable for load-balancing: Usually, Connection.isValid just send an empty packet to the server, and the server sends a small response to ensure connectivity. When a new option "useBulkStmts" option is set, the connector will ensure Galera server state ("wsrep_local_state" correspond to allowed values (4 = sync mode). see galera state to now more.

Bug correction:

  • [CONJ-613] Connection using "replication" Parameters fail when no slave is available

  • [CONJ-605] Newlines where breaking calling stored procedures

  • [CONJ-609] Using getDate with function DATE_ADD() with parameter using string format where return wrong result using the binary protocol

  • [CONJ-610] Option "allowMasterDownConnection" improvement on connection validation and Exceptions on master down

Last updated

Was this helpful?