Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-requirements.html
The following table provides information about minimum C and C++ language requirements for compiling MGM API applications, NDB API applications, and the libndbclient library against supported versions of NDB Cluster. To use the NDB API with MySQL, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-tablespace.html
Alternatively, you may wish to obtain the ID of the default log file group; see Tablespace::getDefaultLogfileGroupId(). Tablespace Class Overview Tablespace Constructor Tablespace::getAutoGrowSpecification() Tablespace::getDefaultLogfileGroup() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-undofile.html
Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() Undofile::getLogfileGroupId() Undofile::getNode() (OBSOLETE) Undofile::getObjectId() Undofile::getObjectStatus() Undofile::getObjectVersion() ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
This can be accomplished through the usual MySQL APIs discussed in the MySQL Manual and elsewhere.) The NDB API supports both table scans and row scans; the latter can be performed using either unique or ordered indexes. This means that such ... The ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
The NDB API is an NDB Cluster application interface that implements transactions. It consists of the following fundamental classes: Ndb_cluster_connection represents a connection to a cluster. Ndb is the main class, and represents a connection to a ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
This is done by providing a table and a partition key (usually the primary key). The application programmer can specify the partition key from SQL by using the following construct: CREATE TABLE ... The default method is to select the transaction ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection ...Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
For X DevAPI, CollectionFind and TableSelect implement .lockExclusive() and .lockShared() methods, which request exclusive or shared locks, respectively, on returned documents or rows. Schema::dropView() is now a direct-execute method returning void ...Locks can be requested several times for a given find or select ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
With .NET Core 2.0, most of the common ADO.NET classes are available for use, such as: System.Data.DataTable, System.Data.DataColumn, and System.Data.DataRow System.Data.DataSet System.Data.Common.DataAdapter (WL #11394) Support for Entity Framework ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
(Bug #28383721, Bug #91751) Entity Framework Core: A syntax error was generated during an operation attempting to rename a table that was previously migrated from code. Now, the primary key constraint for an existing table can be dropped without ...