PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.5Kb
Man Pages (Zip)
- 401.9Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/gtid-functions.html
Table 14.26 GTID Functions Name Description Deprecated GTID_SUBSET() Return true if all GTIDs in subset are also in set; otherwise false. The functions described in this section are used with GTID-based replication. It is important to keep in mind ...
https://dev.mysql.com/doc/refman/8.0/en/host-cache.html
Initially, the host name is set to NULL and the flag is false. If the validation flag for the client IP entry is false, the server attempts an IP-to-host name-to-IP DNS resolution. The MySQL server maintains an in-memory host cache that contains ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html
InnoDB Startup Options InnoDB System Variables System variables that are true or false can be enabled at server startup by naming them, or disabled by using a --skip- prefix. Boolean variables can be set at startup to the values ON, TRUE, OFF, and ...For example, to enable or disable the InnoDB adaptive hash index, you can use --innodb-adaptive-hash-index or --skip-innodb-adaptive-hash-index on the command line, or innodb_adaptive_hash_index or skip_innodb_adaptive_hash_index in an option ...
https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html
value MEMBER OF(json_array) Returns true (1) if value is an element of json_array, otherwise returns false (0). The functions in this section perform search or comparison operations on JSON values to extract data from them, report whether data ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-component-installation.html
If the item is present, its value is true or false, indicating whether the server should read component-loading information from the local manifest file. If the "read_local_manifest" item is present in the global manifest file along with other ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-oci-component.html
If the item is present, its value is true or false, indicating whether the component should read configuration information from the local configuration file. If the "read_local_config" item is present in the global configuration file along with ...
https://dev.mysql.com/doc/refman/8.0/en/logical-operators.html
Table 14.5 Logical Operators Name Description AND, && Logical AND NOT, ! Negates value OR, || Logical OR XOR Logical XOR In SQL, all logical operators evaluate to TRUE, FALSE, or NULL (UNKNOWN). In MySQL, these are implemented as 1 (TRUE), 0 ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-mgm-definition.html
Wan Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. The [ndb_mgmd] section is used to configure the behavior of the management server. If ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-table-info.html
The table_info table provides information about logging, checkpointing, distribution, and storage options in effect for individual NDB tables.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-import.html
--missing-ai-column Command-Line Format --missing-ai-column='name' Introduced 8.0.30-ndb-8.0.30 Type Boolean Default Value FALSE This option can be employed when importing a single table, or multiple tables. --verbose, -v Command-Line Format ...