PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/keyring-okv-component.html
If the value is false, the keys are fetched from the backend server whenever accessed. A configuration looks like this: { "kmip_configuration_directory":"path to directory that contains SSL certificates" "cache_keys": true/false "server": ... Note ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/en/mysql-cluster-programs-ndb-import.html
--missing-ai-column Command-Line Format --missing-ai-column='name' Type Boolean Default Value FALSE This option can be employed when importing a single table, or multiple tables. --verbose, -v Command-Line Format --verbose[=#] Type Boolean Default ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ps-tables.html
NDB provides information in the MySQL Performance Schema about ndbcluster plugin threads and instrumenting for transaction batch memory. These features are described in greater detail in the sections which follow. Thread names are shown in the name ...
https://dev.mysql.com/doc/refman/9.7/en/option-tracker-component-tables.html
row *************************** OPTION_NAME: JavaScript Library OPTION_ENABLED: TRUE OPTION_CONTAINER: component:mle CLUSTER_ID: SERVER_ID: OPTION_NAME: JavaScript Library USAGE_DATA: {"used": false, "usedDate": "2025-01-13T17:08:31Z"} ...This ...
https://dev.mysql.com/doc/refman/9.7/en/partitioning-linear-hash.html
MySQL also supports linear hashing, which differs from regular hashing in that linear hashing utilizes a linear powers-of-two algorithm whereas regular hashing employs the modulus of the hashing function's value. We call this value V; it can be ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-startup-configuration.html
To use the MySQL Performance Schema, it must be enabled at server startup to enable event collection to occur. To enable or disable it explicitly, start the server with the performance_schema variable set to an appropriate value. For example, use ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options-gtids.html
The variable also has multiple textual aliases for the values: 0=OFF=FALSE, 1=ON=TRUE,2=WARN. The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers (GTIDs). For additional ...
https://dev.mysql.com/doc/refman/9.7/en/server-options.html
--log-diagnostic-enable[=value] Command-Line Format --log-diagnostic-name[=true|false] System Variable log_diagnostic_enable Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value false Enable diagnostic logging. When you start ...