https://dev.mysql.com/server-error-reference.html
Error number: 1775; Symbol: ER_GNO_EXHAUSTED; SQLSTATE: HY000 Message: Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Error number: 3586; Symbol: ER_WINDOW_FRAME_ILLEGAL; SQLSTATE: HY000 ...
https://dev.mysql.com/sql-mode.html
NO_UNSIGNED_SUBTRACTION Subtraction between integer values, where one is of type UNSIGNED, produces an unsigned result by default. An example of when the default is to produce a warning is inserting a value of the wrong data type into a column (such ... The MySQL server can operate in different SQL modes, and can apply these modes differently for different clients, depending on the value of the sql_mode system ...
https://dev.mysql.com/audit-log-reference.html
audit_log_filter_id Property Value Introduced 8.0.11 System Variable audit_log_filter_id Scope Global, Session Dynamic No SET_VAR Hint Applies No Type Integer The session value of this variable indicates the internally maintained ID of the audit ...
https://dev.mysql.com/clone-plugin-options-variables.html
clone_buffer_size Property Value Command-Line Format --clone-buffer-size Introduced 8.0.17 System Variable clone_buffer_size Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 4194304 Minimum Value 1048576 Maximum Value ...
https://dev.mysql.com/gis-data-formats.html
WKB uses 1-byte unsigned integers, 4-byte unsigned integers, and 8-byte double-precision numbers (IEEE 754 format). Two standard spatial data formats are used to represent geometry objects in queries: Well-Known Text (WKT) format Well-Known Binary ...
https://dev.mysql.com/mysql-cluster-ndbinfo-counters.html
Table 22.384 Columns of the counters table Column Name Type Description node_id integer The data node ID block_name string Name of the associated NDB kernel block (see NDB Kernel Blocks). block_instance integer Block instance counter_id integer The ... The counters table provides running totals of events such as reads and writes for specific kernel blocks and data ...
https://dev.mysql.com/mysql-cluster-ndbinfo-logbuffers.html
Table 22.397 Columns in the logbuffers table Column Name Type Description node_id integer The ID of this data node. The logbuffer table provides information on NDB Cluster log buffer usage. The following table provides information about the columns ...
https://dev.mysql.com/mysql-cluster-ndbinfo-logspaces.html
Table 22.398 Columns in the logspaces table Column Name Type Description node_id integer The ID of this data node. This table provides information about NDB Cluster log space usage. The following table provides information about the columns in the ...
https://dev.mysql.com/mysql-cluster-ndbinfo-memoryusage.html
Table 22.400 Columns of the memoryusage table Column Name Type Description node_id integer The node ID of this data node. used integer Number of bytes currently used for data memory or index memory by this data node. used_pages integer Number of ...
https://dev.mysql.com/mysql-cluster-programs-ndb-redo-log-reader.html
# is an integer in the range 0 to 15, inclusive. Property Value Command-Line Format -page # Type Integer Default Value 0 Minimum Value 0 Maximum Value 31 -page #: Start at this page. # is an integer in the range 0 to 31, inclusive. Property Value ...