Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
                                 This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
                                 This class is used to generate and obtain information about sessions (Session objects). To create an instance, use the Node.js require() function with the driver name, like this: var nosql = require("mysql-js"); ConnectionProperties can be used to ...
                                            
                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-setup.html
                                To run the test suite, change to the test directory, then execute command shown here: $> node driver By default, all servers are run on the local machine using default ports; this can be changed by editing the file test/test_connection.js, which is ... This section covers basic installation and setup of the MySQL JavaScript Connector and its ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/index.html
                                 Abstract This document contains release notes for the changes in recent releases of MySQL Connector/C++. For additional MySQL Connector/C++ documentation, see MySQL Connector/C++ 9.5 Developer Guide. Updates to these notes occur as new product ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
                                 Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...To support the character-set name change and the new collations, several API changes now are ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
                                (WL #15258) Pluggable Authentication Connector/C++ 8.0.27 implemented support for the SSPI Kerberos library on Windows, which was not capable of acquiring cached credentials previously generated by using kinit command. All generic Linux packages are ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
                                The Oracle Cloud Infrastructure CLI generates the ephemeral key pair and security token.  Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
                                (WL #15968) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by default as of MySQL Server 8.4.0, some unit tests may generate errors unless the plugin is enabled.  Security Notes Functionality ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/index.html
                                 Abstract This document contains release notes for the changes in recent releases of MySQL Connector/NET. Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is ...