Search



Search Results
Displaying 3201 to 3210 of 3657 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
(In previous releases of NDB Cluster, this file was named ndberror.c.) These types are also shown in the error_status column of the ndbinfo.error_messages table. This section contains a number of error code lists, one for each type of NDB API error. The text of the error message Similar errors have been grouped together in each ...
https://dev.mysql.com/doc/ndbapi/en/ndb-hierarchy.html
Ndb Key_part_ptr PartitionSpec NdbBlob Ndb_cluster_connection NdbDictionary AutoGrowSpecification Dictionary List Element Column Object Datafile Event ForeignKey HashMap Index LogfileGroup Table Tablespace Undofile RecordSpecification NdbError ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecord.html
Decription NdbRecord is an interface which provides a mapping to a full or a partial record stored in NDB. In the latter case, it can be used in conjunction with a bitmap to assist in access. An NdbRecord can be created in NDB API programs by ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are allocated in advance; if those resources are not available, the method returns an error in the ...
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/ndbapi/en/overview-application-programs.html
Identify the tables, columns, and indexes on which you wish to operate, using NdbDictionary and one or more of its subclasses. The main structure of an application program is as follows: Connect to a cluster using the Ndb_cluster_connection object.
https://dev.mysql.com/doc/ndbapi/en/overview-cluster-concepts.html
(If the node with the desired transaction coordinator is down, then another TC will automatically take its place.) Each data node has an ACC and a TUP which store the indexes and data portions of the database table fragment. Abstract This section ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html
Previously, the MSI installer accepted the Visual C++ Redistributable for Visual Studio 2015. The MSI installer now accepts the Visual C++ Redistributable for Visual Studio 2017 or 2015. mysqlx_collection_t *c1 = mysqlx_get_collection(schema, "c1", ... Configuration Notes Packaging Notes X DevAPI Notes Configuration Notes These CMake options have been added to enable more fine-grained specification of installation ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
If a user creates a table with text columns that use a non-UTF-8 character set, and this column holds a string with non-ASCII characters, errors will occur for attempts to access that string (for example, in a query result). (WL #10785) X DevAPI ...
Displaying 3201 to 3210 of 3657 total results