https://dev.mysql.com/miscellaneous-functions.html
INET_ATON(expr) Given the dotted-quad representation of an IPv4 network address as a string, returns an integer that represents the numeric value of the address in network byte order (big endian). Because numeric-format IPv6 addresses require more ...The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ONLY_FULL_GROUP_BY SQL ...
https://dev.mysql.com/mysql-cluster-ndbinfo-nodes.html
Table 22.402 Columns of the nodes table Column Name Type Description node_id integer The data node's unique node ID in the cluster. uptime integer Time since the node was last started, in seconds. start_phase integer If the data node is starting, ...
https://dev.mysql.com/mysql-cluster-ndbinfo-resources.html
Table 22.405 Columns of the resources table Column Name Type Description node_id integer The unique node ID of this data node. max integer The maximum amount of this resource used, since the node was last started. This table provides information ...
https://dev.mysql.com/mysql-cluster-programs-ndb-config.html
This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf file. By default, the management node is the source for the ...
https://dev.mysql.com/mysql-innodb-cluster-working-with-cluster.html
From version 8.0.17, the extended option supports integer or Boolean values. Setting extended using Boolean values is the equivalent of setting the integer values 0 and 1. You can configure the autoRejoinTries option at either the cluster level or ... This section explains how to work with InnoDB cluster, and how to handle common administration ...
https://dev.mysql.com/numeric-functions.html
Table 12.10 Numeric Functions and Operators Name Description ABS() Return the absolute value ACOS() Return the arc cosine ASIN() Return the arc sine ATAN() Return the arc tangent ATAN2(), ATAN() Return the arc tangent of the two arguments CEIL() ...
https://dev.mysql.com/osx-installation-launchd.html
macOS uses launch daemons to automatically start, stop, and manage processes and applications such as MySQL. The md5 checksum of a file containing the above snippet is d925f05f6d1b6ee5ce5451b596d6baed. To enable the launchd service, you can either: ...
https://dev.mysql.com/out-of-range-and-overflow.html
When an out-of-range value is assigned to an integer column, MySQL stores the value representing the corresponding endpoint of the column data type range. If no restrictive modes are enabled, MySQL clips the value to the appropriate endpoint of the ...
https://dev.mysql.com/partitioning-limitations.html
However, the result must be an integer value or NULL (except in the case of [LINEAR] KEY partitioning, as discussed elsewhere in this chapter; see Section 23.2, “Partitioning Types”, for more information). A partitioning key must be either an ...
https://dev.mysql.com/partitioning-list.html
This is done by using PARTITION BY LIST(expr) where expr is a column value or an expression based on a column value and returning an integer value, and then defining each partition by means of a VALUES IN (value_list), where value_list is a ... List ...