Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj.html
This chapter discusses using NDB Cluster with MySQL NDB Cluster Connector for Java, also known as ClusterJ. Because ClusterJ does not use the MySQL Server to access data in NDB Cluster, it can perform some operations much more quickly than can be ...ClusterJ is a high level database API that is similar in style and concept to object-relational mapping persistence frameworks such as Hibernate and ...
https://dev.mysql.com/doc/ndbapi/en/mysql-cluster-api-overview.html
For an overview of Java APIs that can be used with NDB Cluster, see Section 4.1, “MySQL NDB Cluster Connector for Java: Overview”. For information about writing JavaScript applications for NDB Cluster using Node.js (deprecated in NDB 9.0), see ... Abstract This chapter provides a general overview of essential NDB Cluster, NDB API, and MGM API concepts, terminology, and programming ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-24.html
Typically, the client would see Lost connection to MySQL server during query (CR_SERVER_LOST) or MySQL server has gone away (CR_SERVER_GONE_ERROR). (WL #14425) For connections made using X Plugin, if client with a connection to a server remains idle ...In such cases, the server now writes the reason to the connection before closing it, and client receives a more informative error message, The client was disconnected by the server because of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
Pluggable Authentication Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Pluggable Authentication Connector/C++ now supports authentication to MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-2-0.html
(WL #16645) Now find_package(mysql-concpp) supports a Connector/C++ installation that only contains debug (and not release) builds of the connector libraries. (Bug #116569, Bug #37278704) The -devel RPM package upgrade from 8.4.0 to 9.0.0 failed due ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OPT_WEBAUTHN_DEVICE_NUMBER connection option to the classic Connector/C++ that is passed to and interpreted by the WebAuthN authentication ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-3-0.html
Security Notes Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.16. (Bug #37094209) The mysql-concpp module used the NO_CACHE CMake option, ...For more information, see OpenSSL 3.0 Series Release Notes and OpenSSL Security Advisory (11th February ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports IPV6 connections made using the classic MySQL protocol when the operating system on the server host also supports IPV6. Some applications, such as ...(WL #13114) In tandem with Microsoft, Connector/NET ends support for .NET Core 1.0 and 1.1 (and also for Entity Framework Core 1.1, which depends on .NET Core ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-2-0.html
(WL #15792) Connector/NET now supports an authentication method that enables users to authenticate to MySQL Server using WebAuthn-aware devices for classic MySQL protocol connections. (Bug #110975, Bug #35379875) Multiple MySqlConnection objects on ... Packaging Notes Functionality Added or Changed Bugs Fixed Packaging Notes Updated the Portable.BouncyCastle 1.9.0 NuGet package reference to BouncyCastle.Cryptography 2.2.1, which is the currently maintained ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-4-0.html
(WL #16176) Connector/NET is now ready to support the VECTOR data type when it becomes available with MySQL Enterprise Server. (WL #16175) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-1-0.html
OpenID Connect functionality is supported by MySQL Enterprise Edition Server 9.1.0 and later. (Bug #116028, Bug #37032982) Made improvements to MySqlPoolManager.GetPoolAsync related fixes that were made in Connector/NET 8.2.0. Executing SELECT ...