Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-api-definition.html
(NDB 8.4.0) The Id is an integer value used to identify the node in all cluster internal messages. (NDB 8.4.0) The NodeId is an integer value used to identify the node in all cluster internal messages. LocationDomainId Version (or later) NDB 8.4.0 ... 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/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
(To obtain configuration data from the management node instead, simply omit this option.) --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
The function may consist of any expression valid in MySQL that yields an integer value. These columns can contain other than integer values, since the hashing function supplied by MySQL guarantees an integer result regardless of the column data type. Other partitioning types require a partitioning expression that yields an integer value or ...
https://dev.mysql.com/doc/refman/8.4/en/precision-math-rounding.html
This section discusses precision math rounding for the ROUND() function and for inserts into columns with exact-value types (DECIMAL and integer). The ROUND() function rounds differently depending on whether its argument is exact or approximate: ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-configuration.html
Server Configuration Client Configuration Client Configuration Example Server Configuration The following are the server trace telemetry configuration variables: telemetry.trace_enabled System Variable telemetry.trace_enabled Scope Global Dynamic ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-byo-embedding-tables.html
document_id: name of the optional integer column containing the document IDs. GenAI lets you use tables containing your own vector embedding to run retrieval-augmented generation (RAG) with vector search. The ML_RAG and ML_RAG_TABLE routines let ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-aiaml-error-messages.html
Error number: ML003073; SQLSTATE: HY000 Message: topk must be an integer value between 1 and length of the table, inclusively (1 <= topk <= 20). Example: ERROR HY000: ML003073: topk must be an integer value between 1 and length of the table, ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
Return value ndb_mgm_get_version() returns an integer: 0 on success; any nonzero value indicates an error. Return value This function returns an integer, whose value is interpreted as follows: 0: Not connected to the management node. Return value On ... This section provides information about MGM API functions that are used to initiate, configure, and terminate connections to an NDB management ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate-table.html
Possible values are: For Llama 3.1 and 3.2 LLMs, integer values between 1 and 128256. For Llama 2 and 3 LLMs, integer values between 1 and 4096. For OCI Generative AI Service LLMs, integer values between 1 and 4000. The ML_GENERATE_TABLE routine ...
https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
For numeric operators (such as + or -) where one of the operands is an unsigned integer, the result is unsigned by default (see Section 14.6.1, “Arithmetic Operators”). To override this, use the SIGNED or UNSIGNED cast operator to cast a value ... Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values from one data type to ...