https://dev.mysql.com/installing-source-distribution.html
For example, the following commands configure MySQL for 32-bit or 64-bit builds, respectively: shell> cmake .. To install MySQL from a standard source distribution: Verify that your system satisfies the tool requirements listed at Section 2.9.2, ...
https://dev.mysql.com/json-attribute-functions.html
The functions in this section return attributes of JSON values. An error occurs if the argument is not a valid JSON document. An empty array, empty object, or scalar value has depth 1. A nonempty array containing only elements of depth 1 or ...
https://dev.mysql.com/json.html
BLOB BIT OPAQUE DATETIME TIME DATE BOOLEAN ARRAY OBJECT STRING INTEGER, DOUBLE NULL For JSON values of the same precedence, the comparison rules are type specific: BLOB The first N bytes of the two values are compared, where N is the number of bytes ...The JSON data type provides these advantages over storing JSON-format strings in a string column: Automatic validation of JSON documents stored in JSON ...
https://dev.mysql.com/linux-installation-debian.html
Oracle provides Debian packages for installing MySQL on Debian or Debian-like Linux systems. The packages are available through two different channels: The MySQL APT Repository. This is the preferred method for installing MySQL on Debian-like ...
https://dev.mysql.com/linux-installation-yum-repo.html
For example, to install the server: shell> yum-config-manager --enable ol7_software_collections shell> yum install mysql-community-server Note ARM 64-bit (aarch64) is supported on Oracle Linux 7 as of MySQL 8.0.12. Before You Start As a popular, ...
https://dev.mysql.com/memory-storage-engine.html
sizeof(char*) is 4 on 32-bit machines and 8 on 64-bit machines. The MEMORY storage engine (formerly known as HEAP) creates special-purpose tables with contents that are stored in memory. Because the data is vulnerable to crashes, hardware issues, ...
https://dev.mysql.com/mysql-cluster-limitations-database-objects.html
The maximum combined width for all BIT columns used in a given NDB table is 4096. Some database objects such as tables and indexes have different limitations when using the NDBCLUSTER storage engine: Database and table names. When using the NDB ...
https://dev.mysql.com/mysql-cluster-limitations-syntax.html
Also see Section 22.1.7.6, “Unsupported or Missing Features in NDB Cluster”, for additional information.) BIT columns. A BIT column cannot be a primary key, unique key, or index, nor can it be part of a composite primary key, unique key, or ...
https://dev.mysql.com/mysql-cluster-programs-ndb-redo-log-reader.html
-twiddle Property Value Command-Line Format -twiddle Type Boolean Default Value FALSE Bit-shifted dump. Reads a redo log file, checking it for errors, printing its contents in a human-readable format, or both. ndb_redo_log_reader is intended for ...
https://dev.mysql.com/mysql-installer-catalog-dashboard.html
Product Catalog MySQL Installer Dashboard Locating Products to Install This section describes the MySQL Installer product catalog and the dashboard. The product catalog stores the complete list of released MySQL products for Microsoft Windows that ...