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

latest releases: 3.5.6, 3.5.5, 3.5.4...
8 years ago

This version is a general availability (GA) release.

Changelog

  • CONJ-467 - changing database metadata compability to 4.2
  • CONJ-460 - Query that contain multiqueries with fetch and EOF deprecation failed
  • CONJ-464 - Using of "slowQueryThresholdNanos" option with value > Integer.MAX_VALUE results in class cast exception
  • CONJ-452 - correcting inline ssl server certificate parsing
  • CONJ-461 - LAST_INSERT_ID() validation check correction for rewrite statement
  • CONJ-468 - autoIncrementIncrement value loaded during connection, avoiding a query for first statement for rewrite

New Option :
CONJ-465 - new option "enablePacketDebug"

Option Description
enablePacketDebug Driver will save the last 16 MySQL packet exchanges (limited to first 1000 bytes). Hexadecimal value of those packets will be added to stacktrace when an IOException occur.
This option has no impact on performance but driver will then take 16kb more memory.
Default: false.

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

NewReleases is sending notifications on new releases.