https://dev.mysql.com/mysql-cluster-ndbinfo-cluster-transactions.html
The cluster_transactions table shows information about all ongoing transactions in an NDB Cluster. The following table provides information about the columns in the cluster_transactions table. For each column, the table shows the name, data type, ...
https://dev.mysql.com/mysql-cluster-ndbinfo-server-operations.html
The transaction ID (transid) is a unique 64-bit number which can be obtained using the NDB API's getTransactionId() method. The server_operations table contains entries for all ongoing NDB operations that the current SQL node (MySQL Server) is ...
https://dev.mysql.com/mysql-cluster-ndbinfo-server-transactions.html
The transaction ID (transid) is a unique 64-bit number which can be obtained using the NDB API's getTransactionId() method. The server_transactions table is subset of the cluster_transactions table, but includes only those transactions in which the ...
https://dev.mysql.com/mysql-cluster-what-is-new.html
Beginning with NDB 8.0.18, it is possible to build NDB from source for 64-bit ARM CPUs. The following sections describe changes in the implementation of NDB Cluster in MySQL NDB Cluster 8.0 through 8.0.20, as compared to earlier release series. NDB ...
https://dev.mysql.com/mysql-nutshell.html
Such implicit casts are now performed between temporal types (DATE, DATETIME, TIMESTAMP, TIME) and numeric types (SMALLINT, TINYINT, MEDIUMINT, INT/INTEGER, BIGINT; DECIMAL/NUMERIC; FLOAT, DOUBLE, REAL; BIT) whenever they are compared using any of ... This section summarizes what has been added to, deprecated in, and removed from MySQL ...
https://dev.mysql.com/mysql-thread-id.html
Note This function does not work correctly if thread IDs become larger than 32 bits, which can occur on some systems. unsigned long mysql_thread_id(MYSQL *mysql) Returns the thread ID of the current connection. This value can be used as an argument ...
https://dev.mysql.com/mysqldump.html
The affected data types are BINARY, VARBINARY, BLOB types, BIT, all spatial data types, and other non-binary data types when used with the binary character set. The mysqldump client utility performs logical backups, producing a set of SQL ...
https://dev.mysql.com/mysqlpump.html
The affected data types are BINARY, VARBINARY, BLOB types, BIT, all spatial data types, and other non-binary data types when used with the binary character set. mysqlpump Invocation Syntax mysqlpump Option Summary mysqlpump Option Descriptions ...
https://dev.mysql.com/operator-precedence.html
Operator precedences are shown in the following list, from highest precedence to the lowest. Operators that are shown together on a line have the same precedence. When used as a comparison operator, it has the same precedence as <=>, >=, >, <=, <, ...
https://dev.mysql.com/partitioning-limitations.html
The bit operators |, &, ^, <<, >>, and ~ are not permitted in partitioning expressions. This section discusses current restrictions and limitations on MySQL partitioning support. The following constructs are not permitted in partitioning ...