Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
                                 The next few sections provide information about performing different types of operations with NdbInterpretedCode methods, including resource usage. The space required by each of these methods is shown in the following table: Table 1.1 ...
                                            
                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-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-cpp/en/news-8-0-22.html
                                 Compilation Notes Connection Management Notes Legacy (JDBC API) Notes Bugs Fixed Compilation Notes Connector/C++ now can be compiled using MinGW on Windows. Note that this enables building on MinGW but does not make MinGW an officially supported ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-31.html
                                 Compilation Notes Configuration Notes Security Notes Functionality Added or Changed Bugs Fixed Compilation Notes Connector/C++ now compiles cleanly using Clang for Linux and Solaris. (WL #15065) Configuration Notes Several CMake options have been ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-1-0.html
                                Accordingly, the following static connector libraries are no longer included in the generic Linux packages: lib64/libmysqlcppconn-static.a lib64/libmysqlcppconn8-static.a (WL #15650) Functionality Added or Changed Important Change: 32-bit binaries ... 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 ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-3-0.html
                                 Functionality Added or Changed Connector/C++ 8.3.0 binary distributions from Oracle are built with the 8.3.0 version of the MySQL client library. MySQL Server 8.3.0 removed auto-reconnect support after deprecating it in versions 8.0.34 and 8.1.0. 
                                            
                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 ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
                                 Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/NET 8.0.26 and support for them is removed starting with this ...
                                            
                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) ...