Search



Search Results
Displaying 21 to 30 of 510 total results
https://dev.mysql.com/doc/refman/8.4/en/mathematical-functions.html
The argument N is interpreted as an integer, but may be specified as an integer or a string. mysql> SELECT EXP(2); -> 7.3890560989307 mysql> SELECT EXP(-2); -> 0.13533528323661 mysql> SELECT EXP(0); -> 1 FLOOR(X) Returns the largest integer value ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
mysqlx_connect_timeout Command-Line Format --mysqlx-connect-timeout=# System Variable mysqlx_connect_timeout Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 30 Minimum Value 1 Maximum Value 1000000000 Unit seconds The ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-file-formats.html
VECTOR LIST Must be a simple (non-nested) list of numeric type (All signed and unsigned integers or Physical Type FLOAT or DOUBLE). BOOL Enum None BOOL Fixed, Bytes Decimal TINYINT, SMALLINT, MEDIUMINT, INTEGER, INT, BIGINT Boolean None TINYINT, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-tpch-quickstart.html
The tpch Analytics Quickstart shows how to import data into the DB System using the MySQL Shell Parallel Table Import Utility, manually loading data into MySQL HeatWave Cluster, and running queries. This quickstart contains the following sections: ...
https://dev.mysql.com/doc/refman/8.4/en/numeric-type-syntax.html
For integer data types, M indicates the minimum display width. The display width attribute is deprecated for integer data types; you should expect support for it to be removed in a future version of MySQL. SERIAL DEFAULT VALUE in the definition of ...Display width is unrelated to the range of values a type can store, as described in Section 13.1.6, “Numeric Type ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-config-properties-file-location.html
dbpool.ui.maxActive(15) Type Integer Default Value 15 The maximum number of active connections that can be allocated from this pool at the same time. dbpool.ui.minIdle(0) Type Integer Default Value 0 The minimum number of established connections ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
--max-binlog-dump-events=N Command-Line Format --max-binlog-dump-events=# Type Integer Default Value 0 This option is used internally by the MySQL test suite for replication testing and debugging. binlog_expire_logs_seconds Command-Line Format ...
https://dev.mysql.com/doc/refman/8.4/en/type-conversion.html
For example, if a subquery returns an integer to be compared to a DATETIME value, the comparison is done as two integers. The arguments are compared as decimal values if the other argument is a decimal or integer value, or as floating-point values ... When an operator is used with operands of different types, type conversion occurs to make the operands ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
This value can be any one of the following 5 types: String 32-bit integer Unsigned 32-bit integer 64-bit integer Unsigned 64-bit integer Return value Returns -1 in the event of an error. Integer values can be retrieved from both the value buffer ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
Example: <STARTUP_OPTIONS>/usr/local/mysql/bin/mysqld --port=3306 --log_output=FILE</STARTUP_OPTIONS> <STATUS> An unsigned integer representing the command status: 0 for success, nonzero if an error occurred. Example: <STATUS>1051</STATUS> ... The ...
Displaying 21 to 30 of 510 total results