PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/stop-group-replication.html
STOP GROUP_REPLICATION does not complete until either the situation is resolved (for example, by the lock being released), or the component timeout expires and the modules are shut down regardless of their status. Beginning with MySQL 8.0.27, the ...
https://dev.mysql.com/doc/refman/8.0/en/charset-se-me-sets.html
South European and Middle Eastern character sets supported by MySQL include Armenian, Arabic, Georgian, Greek, Hebrew, and Turkish. armscii8 (ARMSCII-8 Armenian) collations: armscii8_bin armscii8_general_ci (default) cp1256 (Windows Arabic) ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-directories.html
When data is cloned, the following directories and files are created for internal use. *.#clone files: Temporary data files created on the recipient while data is removed from the recipient data directory and new data is cloned during a remote ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-component-function-reference.html
Table 8.46 MySQL Enterprise Data Masking and De-Identification Component Functions Name Description gen_blocklist() Perform dictionary term replacement gen_dictionary() Return random term from dictionary gen_range() Generate random number within ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-plugin-function-reference.html
Table 8.47 MySQL Enterprise Data Masking and De-Identification Plugin Functions Name Description Deprecated gen_blacklist() Perform dictionary term replacement Yes gen_blocklist() Perform dictionary term replacement gen_dictionary_drop() Remove ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-plugin.html
MySQL Enterprise Data Masking and De-Identification is based on a plugin library that implements these elements: A server-side plugin named data_masking. A set of loadable functions provides an SQL-level API for performing masking and ...
https://dev.mysql.com/doc/refman/8.0/en/deploy-mysql-nonlinux-docker.html
Other platforms are not supported, and users running the MySQL Docker images from Oracle on them are doing so at their own risk. This is because the way Docker for Windows handles file mounting does not allow a host file from being bind-mounted on ... Warning The MySQL Docker images provided by Oracle are built specifically for Linux ...
https://dev.mysql.com/doc/refman/8.0/en/gis-polygon-property-functions.html
Unless otherwise specified, functions in this section handle their geometry arguments as follows: If any argument is NULL or any geometry argument is an empty geometry, the return value is NULL. As of MySQL 8.0.13, ST_Area() handles its arguments as ... Functions in this section return properties of Polygon or MultiPolygon ...
https://dev.mysql.com/doc/refman/8.0/en/local-variable-scope.html
INTO statement, contains a reference to a column and a declared local variable with the same name, MySQL currently interprets the reference as the name of a variable. The scope of a local variable is the BEGIN ... The variable can be referred to in ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-collections-operations.html
In MySQL Shell, you can create new collections, get a list of the existing collections in a schema, and remove an existing collection from a schema. Collection names are case-sensitive and each collection name must be unique. The following example ...