Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
                                 This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB API. By using several Ndb objects, it is possible to implement a multithreaded application. You should remember that one Ndb ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-converter.html
                                If the user supplies a JavaScript converter, it used to read and write to the database. fromDB(val): Convert a value val read from the database into application object format. Converter invocations are chained in the following ways: When writing to ...
                                            
                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/ndb-nodejs-examples-requirements.html
                                 The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
                                 This section provides information about the way in which MySQL data types are represented in NDBCLUSTER table columns and how these values can be accessed in NDB API applications. The MySQL TINYINT, SMALLINT, INT, and BIGINT data types map to NDB ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
                                 Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
                                Now, names with this format can be used when the name is enclosed properly between grave accent (`) symbols; for example, `db_1.2.3.45678`. (Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
                                 X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised when using a TableInsertStatement object to insert a string value containing special characters (- / \ % & =). (Bug #100314, Bug #31692694) ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed When a connection disabled SSL Mode using ssl_disabled=True (or with ssl-mode='DISABLED' for X Protocol connections), specifying other TLS or SSL connection options caused ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
                                 To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...