Search



Search Results
Displaying 2711 to 2720 of 3432 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
Names of unique indexes and primary keys are handled as follows: For a MySQL UNIQUE index, both a B-tree and a hash index are created. For a MySQL primary key only a B-tree index is created. This section discusses mapping of MySQL database objects ...
https://dev.mysql.com/doc/ndbapi/en/ndb-undofile.html
Undofile Constructor Description The class constructor can be used to create a new Undofile instance, or to copy an existing one. Signatures Create a new instance: Undofile ( void ) Copy constructor: Undofile ( const Undofile& undoFile ) Parameters ...Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() Undofile::getLogfileGroupId() Undofile::getNode() (OBSOLETE) Undofile::getObjectId() Undofile::getObjectStatus() Undofile::getObjectVersion() Undofile::getPath() Undofile::getSize() Undofile::setLogfileGroup() Undofile::setNode() (OBSOLETE) Undofile::setPath() Undofile::setSize() Undofile Class Overview Parent class NdbDictionary Child classes None Description The Undofile class models an NDB Cluster Disk Data undo file, which stores data used for rolling back ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/ndbapi/en/overview-synchronous-transactions.html
Synchronous transactions are defined and executed as follows: Begin (create) the transaction, which is referenced by an NdbTransaction object typically created using Ndb::startTransaction(). At this point, the transaction is merely being defined; ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. These new values request using the sha256_memory authentication mechanism when ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
(Bug #31296689) X DevAPI Notes For X DevAPI or X DevAPI for C applications, methods and functions that create or modify collections now accept options to enable validation of a JSON schema that documents must adhere to before they are permitted to ... Configuration Notes JSON Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Configuration Notes The CMake configuration files were revised to work better when Connector/C++ is used as a subproject of application ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
(WL #11415) X DevAPI Notes It is now possible to use the Collection interface to create and drop indexes on document collections. In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28687769) Functionality Added or Changed Document Store: An incremental improvement was made to the performance of session creation with a connection string. (WL #11841) Bugs Fixed The CreateCommandBuilder and CreateDataAdapter methods were ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(Bug #31458774, Bug #99793) An SQL syntax error was reported on valid code for creating a dynamic dropdown list from data in an ASP.NET Core application. (Bug #23171349, Bug #81179) Create Table statements generated with Entity Framework were ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
(Bug #103801, Bug #32933120) Connector/NET now uses the C# language’s implicit conversion to an enumeration when it creates a parameter with a value equal to zero. (Bug #82661, Bug #24495619) Default values being used could cause type ...
Displaying 2711 to 2720 of 3432 total results