Search

Download this Manual
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


Displaying 241 to 250 of 949 total results
https://dev.mysql.com/doc/refman/8.0/en/replication-multi-source-monitoring.html
The error codes and messages that are issued when multi-source replication is enabled specify the channel that generated the error. row *************************** CHANNEL_NAME: source_1 GROUP_NAME: SOURCE_UUID: 046e41f8-a223-11e4-a975-0811960cc264 ... To monitor the status of replication channels the following options exist: Using the replication Performance Schema ...
https://dev.mysql.com/doc/refman/8.0/en/set.html
Duplicate values in the definition cause a warning, or an error if strict SQL mode is enabled. A SET is a string object that can have zero or more values, each of which must be chosen from a list of permitted values specified when the table is ...
https://dev.mysql.com/doc/refman/8.0/en/source-installation-doxygen.html
The MySQL source code contains internal documentation written using Doxygen. Open an administrator console and run this command: $> java -jar path-to-plantuml.jar The command should open a GUI window and return no errors on the console. Next, ...It ...
https://dev.mysql.com/doc/refman/8.0/en/condition-handling.html
Handlers can be defined for general conditions such as warnings or exceptions, or for specific conditions such as a particular error code. Conditions may arise during stored program execution that require special handling, such as exiting the ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-component-usage.html
Both functions support an input string that is encoded in any character set: mask_inner() masks the interior of its string argument, leaving the ends unmasked. Thus, even though ssn is defined as VARCHAR(11), if the ssn column has a multibyte ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-plugin-usage.html
Thus, even though ssn is defined as VARCHAR(11), if the ssn column has a multibyte character set, it may appear to be longer than 11 bytes when passed to a loadable function, and an error occurs. Before using MySQL Enterprise Data Masking and ...
https://dev.mysql.com/doc/refman/8.0/en/derived-tables.html
Before 8.0.14, it produces an error: Unknown column 't1.b' in 'where clause' The optimizer determines information about derived tables in such a way that EXPLAIN does not need to materialize them. For information about lateral derived tables ...
https://dev.mysql.com/doc/refman/8.0/en/example-storage-engine.html
Its purpose is to serve as an example in the MySQL source code that illustrates how to begin writing new storage engines. mysql> CREATE TABLE test (i INT) ENGINE = EXAMPLE; Query OK, 0 rows affected (0.78 sec) mysql> INSERT INTO test ... The EXAMPLE ...
https://dev.mysql.com/doc/refman/8.0/en/fips-mode.html
Important In general, STRICT imposes more restrictions than ON, but MySQL itself has no FIPS-specific code other than to specify the FIPS mode value to OpenSSL. An error occurs for attempts to set the FIPS mode to a different value. MySQL supports ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-okv-plugin.html
C interface: In C-language code, call the keyring service functions described in Section 7.6.9.2, “The Keyring Service”. Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial product. The Key Management ...
Displaying 241 to 250 of 949 total results