메뉴 건너뛰기

Korea Oracle User Group

새소식

MariaDB Java Connector 2.7.5 now available

명품관 2022.01.20 12:34 조회 수 : 552

MariaDB Java Connector 2.7.5 now available

 

원본링크 : https://mariadb.com/resources/blog/mariadb-java-connector-2-7-5-now-available

 

RELEASE NOTES

MariaDB Connector/Java 2.7.5

    Release Notes for MariaDB Connector/Java 2.7.5

 

MariaDB Connector/Java 2.7.5 is a Stable (GA) release. Notable changes in this release include:

  • The connection ID is now included in important log messages. This allows the messages to be more easily correlated with messages in the MariaDB Server log.
  • The connect call does not set the session_track_schema system variable anymore, which is the MariaDB Server default.

 

Issues fixed in this release include:

  • When MariaDB Connector/J connects to MariaDB Xpand, error message [1036] Unknown variable: session_track_schema is logged.
  • When a socket fails in a Connection Pool, the other connections in the pool are not validated before use.
  • Options useBatchMultiSend and usePipelineAuth are disabled without reason for the standard RDS instance.

 

See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/java8-connector/ to download.

 

위로