Search



Search Results
Displaying 491 to 500 of 818 total results
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
An Ndb_cluster_connection object “belongs” to a single management server whose host name or IP address is used in instantiating this object (passed as the connection_string argument to its constructor); once the object is created, it cannot be ... There is no restriction against instantiating multiple Ndb_cluster_connection objects representing connections to different management servers in a single application, nor against using these for creating multiple instances of the Ndb ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-programs.html
Initiate a database connection by constructing and initialising one or more Ndb objects. The main structure of an application program is as follows: Connect to a cluster using the Ndb_cluster_connection object. Identify the tables, columns, and ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
The process of restarting an NDB Cluster and reinitializing its state from disk logs and checkpoints. Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-31.html
(Bug #34414692) Functionality Added or Changed If building the legacy JDBC connector from source, using an additional git command to perform submodule initialization is no longer necessary. Compilation Notes Configuration Notes Security Notes ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
The connector now only validates that the indexDefinition value passed to the method is a valid JSON document with the correct structure. (Bug #27292344, Bug #88660) The case-sensitive lookup of field ordinals was initialized using case-insensitive ... Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode connection option now differs based on the protocol used to make the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-15.html
Bugs Fixed The client library has been modified to initialize the MySqlBulkLoader class with the local-infile capability disabled by default (see Using the BulkLoader Class).
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
Initially, Connector/NET supports a partial EF Core 5.0 feature set (equivalent to EF Core 3.1) in this release. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
This fix omits the initial error message to streamline the connection behavior. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
(Bug #25493086) EF Core: Using System.ComponentModel.DataAnnotations.Schema.TableAttribute to initialize a new class instance that specified the name of an existing MySQL table produced incorrect mappings of table and column names. MySQL Connectors ...
Displaying 491 to 500 of 818 total results