Search Results
https://dev.mysql.com/doc/refman/8.4/en/sys-schema-object-index.html
The following tables list sys schema objects and provide a short description of each one.
https://dev.mysql.com/doc/extending-mysql/8.4/en/services-for-plugins.html
It complements the plugin API and has these characteristics: Services enable plugins to access code inside the server using ordinary function calls. The interface includes a versioning mechanism so that service versions supported by the server can ... MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/introduction.html
NDB Operator provides services that allow for connections of the following two types: Connections to NDB Cluster management nodes by applications which use the MGM API such as ndb_mgm and ndb_config. This means that NDB utility programs such as ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset.html
You can rejoin an invalidated primary cluster to the InnoDB ClusterSet topology afterwards, provided that there are no issues and the transaction set is consistent with the other clusters in the topology. Checking, restoring, and rejoining the ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-page-compression.html
Supported Platforms Page compression requires sparse file and hole punching support. For example, if innodb_page_size=16K and the file system block size is 4K, page data must compress to less than or equal to 12K to make hole punching possible. Hole ... InnoDB supports page-level compression for tables that reside in file-per-table ...
Connectors and APIs Manual :: 3.5.12.4 Connecting Using Web Authentication (WebAuthn) Authentication
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
Locks can be requested several times for a given find or select statement. For X DevAPI, CollectionFind and TableSelect implement .lockExclusive() and .lockShared() methods, which request exclusive or shared locks, respectively, on returned ...An ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
Among other capabilities, .NET 5.0 offers uniform runtime behaviors and developer experiences by taking the best of .NET Core, .NET Framework, Xamarin, and Mono. (Bug #31669587, Bug #100306) Microseconds were deserialized incorrectly when ...(Bug ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
Sessions are produced by the mysqlx factory, and the returned sessions can encapsulate access to one or more MySQL server instances running X Plugin. Applications that use Session objects by default can be deployed on both single server setups and ... The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use ...