Search



Search Results
Displaying 3111 to 3120 of 3510 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-autotools.html
To create all necessary build files, run the following: aclocal autoconf automake -a -c configure --with-mysql=/mysql/prefix/path Normally, this needs to be done only once, after which make will accommodate any file changes. It is often faster and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
To establish a connection to the server, you must create an instance of Ndb_cluster_connection, whose constructor takes as its argument a cluster connection string. The cluster connection is not actually initiated until the ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
When a new table is created, its attribute schema is specified for the table as a whole, and thus each table row has the same structure. The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
Both of these methods require that the table being operated on was specified when creating the NdbInterpretedCode object for which they are called. The next few sections provide information about performing different types of operations with ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
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 coordinator (TC) determined to be the "nearest" data node, using a heuristic for ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Functionality Added or Changed The X DevAPI and X DevAPI for C now support configurable read and write timeouts. These timeouts can be set in milliseconds with the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-6-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.18. For more ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-7-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.5.5. For more ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
(WL #13368) When creating a new connection using classic MySQL protocol, multiple hosts can be tried until a successful connection is established. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38029691) An invalid cast exception occurred with CreateMigrationDatabaseLock() when using the Entity Framework Core, which has been fixed by this patch.
Displaying 3111 to 3120 of 3510 total results