github mariadb-corporation/mariadb-connector-j 2.4.2
MariaDB connector/j 2.4.2

latest releases: 3.5.5, 3.5.4, 3.5.3...
6 years ago

This version is a general availability (GA) release.

Changelog

Evolution

New option defaultFetchSize to set default fetch size. When set, all statement will be initialized with indicate fetch size.

Option Description
defaultFetchSize when set, the driver will call setFetchSize(n) with this value on all newly-created Statements

Bugs

  • [CONJ-703] ClassNotFoundException when trying to connect using two-authentication in an OSGI environment.
  • [CONJ-711] Xid format id is unsigned integer, currently sending as signed value.
  • [CONJ-700] autoReconnect=true on Basic Failover doesn't reconnect
  • [CONJ-707] failover might throw an unexpected exception with using "failover"/"sequential" configuration on socket error
  • [CONJ-709] includeThreadDumpInDeadlockExceptions is thrown only if option includeInnodbStatusInDeadlockExceptions is set
  • [CONJ-710] Throw complete stackTrace when having an exception on XA Commands
  • [CONJ-714] Error on connection on galera server when in detached mode.
  • [CONJ-701] typo in error message in SelectResultSet.java
  • [CONJ-679] parse Query when receiving LOAD LOCAL INFILE

Don't miss a new mariadb-connector-j release

NewReleases is sending notifications on new releases.