Search Results
https://dev.mysql.com/doc/refman/9.7/en/compiler-characteristics.html
icc (Intel C++ Compiler) Builds A server built with icc has these characteristics: SSL support is not included. In some cases, the compiler used to build MySQL affects the features available for use. The notes in this section apply for binary ...
https://dev.mysql.com/doc/refman/9.7/en/condition-handling.html
For information about how the server chooses handlers when a condition occurs, see Section 15.6.7.6, “Scope Rules for Handlers”. Conditions may arise during stored program execution that require special handling, such as exiting the current ...
https://dev.mysql.com/doc/refman/9.7/en/connection-control-component-installation.html
The Connection Control Component is available in both the Community and Enterprise distributions of MySQL. While it can be used with the default settings, you may wish to tune its operations to meet conditions specific to your environment. The next ...
https://dev.mysql.com/doc/refman/9.7/en/constraint-enum.html
Unless strict mode is disabled (not recommended, but see Section 7.1.11, “Server SQL Modes”), the definition of a ENUM or SET column acts as a constraint on values entered into the column. ENUM and SET columns provide an efficient way to define ...
https://dev.mysql.com/doc/refman/9.7/en/counting-rows.html
Counting the total number of animals you have is the same question as “How many rows are in the pet table?” because there is one record per pet. COUNT(*) counts the number of rows, so the query to count your animals looks like this: mysql> ...
https://dev.mysql.com/doc/refman/9.7/en/daemon-keyring-proxy-plugin.html
MySQL Keyring originally implemented keystore capabilities using server plugins, but began transitioning to use the component infrastructure in MySQL 8.0. The transition includes revising the underlying implementation of keyring plugins to use the ...
https://dev.mysql.com/doc/refman/9.7/en/data-dictionary-limitations.html
Manually created database directories are not recognized by the MySQL Server. This section describes temporary limitations introduced with the MySQL data dictionary. Manual creation of database directories under the data directory (for example, ...
https://dev.mysql.com/doc/refman/9.7/en/data-dictionary.html
MySQL Server incorporates a transactional data dictionary that stores information about database objects. In previous MySQL releases, dictionary data was stored in metadata files, nontransactional tables, and storage engine-specific data ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-components-vs-plugin.html
Previously, MySQL enabled masking and de-identification capabilities using a server-side plugin, but transitioned to use the component infrastructure as an alternative implementation. The following table briefly compares MySQL Enterprise Data ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-components.html
Developers who wish to incorporate the same service functions used by component_masking should consult the internal\components\masking\component_masking.h file in a MySQL source distribution or https://dev.mysql.com/doc/dev/mysql-server/latest.