Search Results
https://dev.mysql.com/doc/internals/en/good-tests.html
See the Writing Test Cases section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html. Some of the examples might not work with MTR1 or on some operating system. There are a lot of strict rules and ...
https://dev.mysql.com/doc/internals/en/source-files-related-to-the-binary-log.html
The mapping is used by the row logging system to identify tables. This section describes the files in a MySQL source tree that are most relevent to binary log processing. sql directory: log.h /log.cc: The high-level binary logging mechanism for ...
https://dev.mysql.com/doc/internals/en/zlib-directory.html
On Unix, MySQL uses the system libgz.a library for this purpose. The client sends messages to the server which are compressed by zlib. zlib is a data compression library used to support the compressed protocol and the COMPRESS/UNCOMPRESS functions ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
The batch parameter specifies how many records will be returned to the client from the server by the next NdbScanOperation::nextResult(true) method call. Doing so limits the scan to a single partition, improving system efficiency.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP authentication. (WL #13881, WL #14250) Bugs Fixed Connector/C++ 8.0 RPM packages could not be installed on ... Legacy (JDBC API) Notes Functionality Added or Changed Bugs Fixed Legacy (JDBC API) Notes Previously, to build or run applications that use the legacy JDBC API, it was necessary to have Boost ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #108837, Bug #34724334) An unexpected System.NullReferenceException message was returned when the MySqlCommand.Cancel() method was called for a command associated with a closed (or disposed) MySqlConnection object. (Bug #99091, Bug #31087580) ... An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed An Important Update The Connector/NET MySql.Data version 8.0.32.1 NuGet package now is released and the newer package supersedes the original 8.0.32 ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-26.html
(WL #14217) Added the ability to connect to MySQL server accounts that use the authentication_kerberos plugin, including support for user-less and password-less Kerberos authentications. (Bug #32763378, Bug #103287) Systems with both GTK versions 2 ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols are now deprecated and support for them is subject to removal in a future Connector/ODBC ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-1-0.html
MySQL Connector/ODBC 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 with MySQL Server version 5.7 and later. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/heatwave/en/index.html
It covers how to load data from the DB System and Object Storage, accelerate query processing, optimize workloads, and use the machine learning and generative AI features of MySQL HeatWave. For information about creating and managing a MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-sql-modes.html
Default DB System SQL modes are supported, which include ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, and NO_ENGINE_SUBSTITUTION. In addition, the following SQL modes are supported: ANSI_QUOTES ...