Search Results
https://dev.mysql.com/doc/internals/en/implementing-rnd-init-method.html
The method called before any table scan is the [custom-engine.html#custom-engine-api-reference-rnd_init rnd_init()] method. The rnd_init() method is used to prepare for a table scan, resetting counters and pointers to the start of the table. The ...
https://dev.mysql.com/doc/internals/en/starting-transaction-from-start-stmt-call.html
The first method call that can start a transaction is the [custom-engine.html#custom-engine-transactions-starting-start-stmt start_stmt()] method. It holds state relevant data for the current client, such as identity, network connection and other ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-24.html
Typically, the client would see Lost connection to MySQL server during query (CR_SERVER_LOST) or MySQL server has gone away (CR_SERVER_GONE_ERROR). In such cases, the server now writes the reason to the connection before closing it, and client ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-12-1-0-3-0.html
Functionality Added or Changed Oracle Enterprise Manager for MySQL Database includes support for the system and status variables added in MySQL 5.7.x. Metrics and Compliance Rules have been added for MySQL Enterprise Audit Oracle Enterprise Manager ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-config-properties-file-location.html
File location The repository user name and encrypted password are stored in the config.properties file. Usage The following examples shows a generated config.properties file: #SymmetricKey was auto generated. #Thu Aug 15 13:35:56 PDT 2013 ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage engine. Which versions of the MySQL software support NDB Cluster? Do I have to compile from source? A.10.2. What is the difference ...
https://dev.mysql.com/doc/refman/8.4/en/solaris-installation.html
Note MySQL 8.4 supports Solaris 11.4 and higher MySQL on Solaris is available in a number of different formats. For information on installing using the native Solaris PKG format, see Section 2.7.1, “Installing MySQL on Solaris Using a Solaris ...
https://dev.mysql.com/doc/workbench/en/wb-design-modeling-interface.html
MySQL Workbench represents each active data model as an icon in the models view of the home screen tab. Both models derive from MySQL database samples (see https://dev.mysql.com/doc/index-other.html), which you can download and use to explore the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. For more information about the LDAP authentication plugins, see LDAP Pluggable Authentication. Connector/C++ binary distributions include the libraries that ...
https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...