https://dev.mysql.com/json-modification-functions.html
mysql> SELECT JSON_MERGE('[1, 2]', '[true, false]'); +---------------------------------------+ | JSON_MERGE('[1, 2]', '[true, false]') | +---------------------------------------+ | [1, 2, true, false] | +---------------------------------------+ 1 ...
https://dev.mysql.com/mysql-cluster-ndbd-definition.html
TcpBind_INADDR_ANY Setting this parameter to TRUE or 1 binds IP_ADDR_ANY so that connections can be made from anywhere (for autogenerated connections). EnablePartialLcp Table 22.67 This table provides type and value information for the ... The ...
https://dev.mysql.com/numeric-type-overview.html
For additional information about properties and storage requirements of the numeric types, see Section 11.2, “Numeric Types”, and Section 11.8, “Data Type Storage Requirements”. Display width is unrelated to the range of values a type can ...
https://dev.mysql.com/audit-log-filter-definitions.html
Without log specified, logging is true if no class or event item is specified, and false otherwise (in which case, class or event can include their own log item). For example: "event": { "name": qualifying event subclass names "abort": condition } ...For information about using JSON data in MySQL, see Section 11.6, “The JSON Data ...
https://dev.mysql.com/docker-mysql-more-topics.html
"Mounts": [ { "Type": "volume", "Name": "4f2d463cfc4bdd4baebcb098c97d7da3337195ed2c6572bc0b89f7e845d27652", "Source": "/var/lib/docker/volumes/4f2d463cfc4bdd4baebcb098c97d7da3337195ed2c6572bc0b89f7e845d27652/_data", "Destination": "/var/lib/mysql", ...A MySQL Docker installation is different from a common, non-Docker installation in the following aspects: Included binaries are limited to: /usr/bin/my_print_defaults /usr/bin/mysql /usr/bin/mysql_config /usr/bin/mysql_install_db /usr/bin/mysql_tzinfo_to_sql /usr/bin/mysql_upgrade /usr/bin/mysqladmin /usr/bin/mysqlcheck /usr/bin/mysqldump /usr/bin/mysqlpump /usr/bin/mysqlbackup (for MySQL Enterprise Edition 8.0 only) /usr/sbin/mysqld All binaries are stripped; they contain no debug ...
https://dev.mysql.com/mysql-innodb-cluster-working-with-cluster.html
If connectToPrimary is true and the active global MySQL Shell session is not to a primary instance, the cluster is queried for the primary member and the cluster object connects to it. If connectToPrimary is not specified, MySQL Shell treats ...
https://dev.mysql.com/json.html
You can compare the results shown by this query: mysql> SELECT -> JSON_MERGE_PRESERVE('[1, 2]', '["a", "b", "c"]', '[true, false]') AS Preserve, -> JSON_MERGE_PATCH('[1, 2]', '["a", "b", "c"]', '[true, false]') AS Patch\G *************************** ...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/mysql-cluster-programs-ndb-top.html
(Bug #86614, Bug #26236298) Additional Options --color, -c Property Value Command-Line Format --color Type Boolean Default Value TRUE Show ASCII graphs in color; use --skip-colors to disable. --graph, -g Property Value Command-Line Format --graph ...
https://dev.mysql.com/nested-join-optimization.html
The same is not true, in general, for outer joins or for outer joins mixed with inner joins. The following discussion refers to the join syntax described in Section 13.2.10.2, “JOIN Syntax”. The syntax of table_factor is extended in comparison ...
https://dev.mysql.com/mysql-cluster-programs-ndb-config.html
Note While the hostname localhost usually resolves to the IP address 127.0.0.1, this may not necessarily be true for all operating platforms and configurations. This is shown by the presence of an initial="true" attribute in the corresponding ...