Search Results
https://dev.mysql.com/doc/internals/en/selects.html
...
https://dev.mysql.com/doc/internals/en/transformations.html
The Item_subselect virtual method select_transformer is used to rewrite subqueries. It is called from Item_subselect::init (which is called just after the call to the fix_fields() method for all items in JOIN::prepare).
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation.html
This package provides annotations for domain object model interfaces mapped to database tables.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterj.html
Provides classes and interfaces for using NDB Cluster directly from Java. A class for bootstrapping Interfaces for use in application programs Classes to define exceptions This package contains three main groups of classes and interfaces: .
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query.html
Provides interfaces for building queries for ClusterJ. ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples.html
This section contains a number of examples performing basic database operations such as retrieving, inserting, or deleting rows from a table. The source for these files ca also be found in share/nodejs/samples, under the NDB Cluster installation ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html
(WL #12101) X DevAPI Notes Connector/C++ now provides collection counting methods for applications that use X DevAPI for C: mysqlx_collection_count(): The number of documents in a collection without filtering. mysqlx_collection_t *c1 = ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-18.html
Compilation Notes It is now possible to compile Connector/C++ using OpenSSL 1.1. (WL #13162) Connector/C++ no longer supports using wolfSSL as an alternative to OpenSSL.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Examples: mysqlx://user:password@host:port/db?compression=DISABLED mysqlx://user:password@host:port/db?compression=PREFERRED mysqlx://user:password@host:port/db?compression=REQUIRED SessionSettings objects permit a SessionOption::COMPRESSION option ... Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
(WL #13061) Functionality Added or Changed The MySQL_Connection_Options enumeration is no longer sensitive to the order in which the underlying options are declared in the C API source. Configuration Notes JSON Notes Security Notes X DevAPI Notes ...