Search Results
https://dev.mysql.com/doc/refman/9.7/en/installing-source-distribution.html
However, if you get a command not found error or a similar problem for required tools, do not report it. To install MySQL from a standard source distribution: Verify that your system satisfies the tool requirements listed at Section 2.8.2, ...
https://dev.mysql.com/doc/refman/9.7/en/internal-functions.html
CAN_ACCESS_COLUMN(ARGS) CAN_ACCESS_DATABASE(ARGS) CAN_ACCESS_TABLE(ARGS) CAN_ACCESS_USER(ARGS) CAN_ACCESS_VIEW(ARGS) GET_DD_COLUMN_PRIVILEGES(ARGS) GET_DD_CREATE_OPTIONS(ARGS) GET_DD_INDEX_SUB_PART_LENGTH(ARGS) INTERNAL_AUTO_INCREMENT(ARGS) ...
https://dev.mysql.com/doc/refman/9.7/en/internal-locking.html
Deadlocks affect performance rather than representing a serious error, because InnoDB automatically detects deadlock conditions by default and rolls back one of the affected transactions. This section discusses internal locking; that is, locking ...
https://dev.mysql.com/doc/refman/9.7/en/invoking-programs.html
This is likely to be the case if you get a “program not found” error whenever you attempt to run a MySQL program from any directory other than the bin directory. To invoke a MySQL program from the command line (that is, from your shell or ...
https://dev.mysql.com/doc/refman/9.7/en/jdv-concurrency.html
If the etag values do not match, MySQL raises an error, which applications can handle by re-reading the data and retrying the operation if desired. DML operations for JSON duality views support lockless optimistic concurrency control (LOCC). The ...
https://dev.mysql.com/doc/refman/9.7/en/json-duality-views-updatable.html
For base tables of JSON duality views linked by referential constraints, sub-statement execution includes execution of any foreign key referential actions which may be defined; failure of a foreign key cascading operation causes the DML operation to ...DML enables seamless INSERT, UPDATE, and DELETE operations directly in developer-friendly JSON documents while ensuring data consistency through the underlying relational ...
https://dev.mysql.com/doc/refman/9.7/en/json-functions.html
For functions that take a JSON argument, an error occurs if the argument is not a valid JSON value. The functions described in this section perform operations on JSON values. For discussion of the JSON data type and additional examples showing how ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-hashicorp-plugin.html
Note If you do not set the mandatory system variables at server startup, or if some other plugin initialization error occurs, initialization fails. Note The keyring_hashicorp plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-okv-component.html
Note component_keyring_kmip is an extension included in MySQL Enterprise Edition, a commercial product. The Key Management Interoperability Protocol (KMIP) Keyring component is intended to replace the keyring_okv Keyring plugin, which is now ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-okv-plugin.html
Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial product. Important The keyring_okv keyring plugin is deprecated, and is being replaced by the Key Management Interoperability Protocol (KMIP) Keyring ...