Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-list.html
Attributes A List has the following two attributes: count, an unsigned integer, which stores the number of elements in the list. Parent class Dictionary Child classes Element (structure) Description The List class is a Dictionary subclass that is ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
Return value This method returns one of the following 4 integer values, interpreted as shown in the following list: -1: Indicates that an error has occurred. NdbScanOperation Class Overview NdbScanOperation::close() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation. Types NdbTransaction defines 2 public types as shown in the following ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
Then the keyData is used as the address of the integer of the primary key and keyLen is 4. The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database systems. When a new ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-28.html
BIT is treated as an unsigned integer (uint64_t), which means applications can get or set the value by using such a type. Deprecation and Removal Notes Pluggable Authentication Security Notes Bugs Fixed Deprecation and Removal Notes The TLSv1 and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
(Bug #21971751, Bug #78760) A primary key having a column or columns of type unsigned BIGINT (unsigned 64-bit integer) was not supported when the table was used with the MySqlCommandBuilder class to generate single-table commands. X DevAPI Notes ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #101507, Bug #32127591) Some methods of the MySqlDataReader class that should retrieve an integer value instead could return unexpected values. An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-20.html
(Bug #28864788, Bug #92429) When binding an SQL_BIT type column to the SQL_C_CHAR type, SQLFetchScroll would return the values as an integer instead of a char. Functionality Added or Changed Bugs Fixed Functionality Added or Changed On Debian, DEB ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
Previously, as an example, a column of type TEXT that only contained digits was read as type=integer by Connector/Python. Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is ...