https://dev.mysql.com/miscellaneous-functions.html
The converse statement is not true: In some cases, INET_ATON() returns non-NULL when IS_IPV4() returns 0. 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 ...
https://dev.mysql.com/mysql-cluster-api-definition.html
AutoReconnect Table 22.199 This table provides type and value information for the AutoReconnect API node configuration parameter Property Value Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, false Restart Type N This ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/mysql-cluster-ndbinfo-locks-per-fragment.html
This is also true for the time values shown in the wait_ok_millis and wait_fail_millis columns. The locks_per_fragment table provides information about counts of lock claim requests, and the outcomes of these requests on a per-fragment basis, ...
https://dev.mysql.com/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. For each column, the table shows the name, data type, and a brief description.
https://dev.mysql.com/mysql-cluster-params-ndbd.html
DiskPageBufferMemory: Number of bytes on each data node allocated for the disk page buffer cache DiskSyncSize: Amount of data written to file before a synch is forced EnablePartialLcp: Enable partial LCP (true); if this disabled (false), all LCPs ...
https://dev.mysql.com/mysql-cluster-replication-conflict-resolution.html
Events are applied if and only if both of the following conditions are true: The existence of the row—that is, whether or not it exists—is in accordance with the type of event. When using a replication setup involving multiple masters ...
https://dev.mysql.com/mysql-cluster-rolling-restart.html
This remains true regardless of the order in which you upgrade the cluster's API and SQL nodes. (This is true for online upgrades of NDB Cluster in general.) See also Bug #48528 and Bug #49163. This section discusses how to perform a rolling ...
https://dev.mysql.com/mysql-innodb-cluster-production-deployment.html
When working in a production environment, the MySQL server instances which make up an InnoDB cluster run on multiple host machines as part of a network rather than on single machine as described in Section 21.2.6, “Sandbox Deployment of InnoDB ...
https://dev.mysql.com/mysql-more-results.html
mysql_more_results() true if more results exist from the currently executed statement, in which case the application must call mysql_next_result() to fetch the results. bool mysql_more_results(MYSQL *mysql) This function is used when you execute ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-indexes-create.html
In the following example, "Text(40)" represents the number of characters to index and true indicates that the field cannot contain any NULL values. field("Name", "TEXT(40)", true).execute() Query OK (0.04 sec) To drop an index, pass to the ...