https://dev.mysql.com/mysql-cluster-ndbinfo-error-messages.html
Table 22.342 Columns of the error_messages table Column Name Type Description error_code integer Numeric error code error_description string Description of error error_status string Error status code error_classification integer Error classification ... The error_messages table provides information about The following table provides information about the columns in the error_messages ...
https://dev.mysql.com/mysql-cluster-ndbinfo-threads.html
The threads table provides information about threads running in the NDB kernel. The following table provides information about the columns in the threads table. For each column, the table shows the name, data type, and a brief description.
https://dev.mysql.com/mysql-cluster-programs-ndb-error-reporter.html
ndb_error_reporter also accepts the options listed here: --connection-timeout=timeout Property Value Command-Line Format --connection-timeout=timeout Type Integer Default Value 0 Wait this many seconds when trying to connect to nodes before timing ... ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a ...
https://dev.mysql.com/mysql-cluster-programs-ndb-restore.html
--num-slices=# Property Value Command-Line Format --num-slices=# Introduced 8.0.20-ndb-8.0.20 Type Integer Default Value 1 Minimum Value 1 Maximum Value 1024 When restoring a backup by slices, this option sets the number of slices into which to ...
https://dev.mysql.com/mysql-cluster-programs-ndb-show-tables.html
This is 1 when this option is not specified, but if you do use the option, you must supply an integer argument for it. --type, -t Can be used to restrict the output to one type of object, specified by an integer type code as shown here: 1: System ...
https://dev.mysql.com/mysql-get-client-version.html
unsigned long mysql_get_client_version(void) Returns an integer that represents the MySQL client library version. The value has the format XYYZZ where X is the major version, YY is the release level (or minor version), and ZZ is the sub-version ...
https://dev.mysql.com/mysql-get-server-version.html
unsigned long mysql_get_server_version(MYSQL *mysql) Returns an integer that represents the MySQL server version. The value has the format XYYZZ where X is the major version, YY is the release level (or minor version), and ZZ is the sub-version ...
https://dev.mysql.com/mysql-innodb-cluster-production-deployment.html
The expelTimeout option can take an integer value in the range of 0 to 3600. The waitRecovery integer option can be used with the Cluster.addInstance() operation to control the behavior of the command regarding the recovery phase. When working in a ...
https://dev.mysql.com/mysql-options.html
If the option is an integer, specify a pointer to the value of the integer as the arg argument. int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Can be used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several ...
https://dev.mysql.com/mysql-shell-tutorial-javascript-indexes-create.html
In the following example, the first parameter of the field() method specifies the Population field inside the demographics object and the next parameter indicates that the field should be indexed as an Integer numeric value. Indexes are used to ...