Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
                                 This section provides information about the NdbBlob class, which models a handle to a blob column and provides read and write access to blob column values. This object has a number of different states and provides several modes of access to blob ...
                                            
                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
                                 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 table is created, its attribute schema is specified for the table as a whole, and thus each ...
                                            
                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. Unlike the standalone MSIs, MySQL Installer for Windows contains a workaround for ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
                                Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ucs2. (Bug #28966038, WL #12196) Compilation Notes Thanks to Daniƫl van Eeden, who contributed a code change to use the stdbool.h ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-1-0.html
                                 MySQL Connector/C++ 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used against MySQL Server versions 5.7 and later. Packaging Notes Functionality Added or ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
                                 Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
                                 Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 release. The ...
                                            
                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-12.html
                                 Deprecation and Removal Notes Installation Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated the Row.get_string() method in favor of __getitem__. (Bug #26834200, Bug #87777) To increase compliance with the X ...