https://dev.mysql.com/innodb-tablespaces-table.html
FLAG A numeric value that represents bit-level information about tablespace format and storage characteristics. The INNODB_TABLESPACES table provides metadata about InnoDB file-per-table, general, and undo tablespaces. For related usage information ...
https://dev.mysql.com/keyring-hashicorp-plugin.html
The keys are randomly generated RSA keys of 4,096 and 2,048 bits, respectively. Note The keyring_hashicorp plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_hashicorp plugin is a keyring plugin that ...
https://dev.mysql.com/keyring-udfs-general-purpose.html
The following call creates a 2,048-bit DSA-encrypted key named MyKey: mysql> SELECT keyring_key_generate('MyKey', 'DSA', 256); +-------------------------------------------+ | keyring_key_generate('MyKey', 'DSA', 256) | ... MySQL Server supports a ...
https://dev.mysql.com/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Reserved words are permitted as ...
https://dev.mysql.com/literals.html
These include strings, numbers, hexadecimal and bit values, boolean values, and NULL. This section describes how to write literal values in MySQL. The section also covers various nuances that you may encounter when dealing with these basic types in ...
https://dev.mysql.com/myisam-storage-engine.html
Large files (up to 63-bit file length) are supported on file systems and operating systems that support large files. MyISAM is based on the older (and no longer available) ISAM storage engine but has many useful extensions. Table 16.2 MyISAM ...
https://dev.mysql.com/myisamchk.html
The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables that have .MYD and .MYI files for storing data and indexes). You can also use the CHECK TABLE and ...
https://dev.mysql.com/mysql-cluster-install-linux-binary.html
(For the most recent 64-bit NDB 8.0 release, this is mysql-cluster-gpl-8.0.20-linux-glibc2.12-x86_64.tar.gz.) We assume that you have placed this file in each machine's /var/tmp directory. This section covers the steps necessary to install the ...
https://dev.mysql.com/mysql-cluster-log-statistics.html
This is the number of 32-bit data words received in the last reporting interval for primary key operations using this TC as the transaction coordinator. The NDB management client's CLUSTERLOG STATISTICS command can provide a number of useful ...
https://dev.mysql.com/mysql-cluster-ndbinfo-cluster-operations.html
The cluster_operations table provides a per-operation (stateful primary key op) view of all activity in the NDB Cluster from the point of view of the local data management (LQH) blocks (see The DBLQH Block). The following table provides information ...