Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 101 to 110 of 197 total results
https://dev.mysql.com/doc/refman/8.0/en/partitioning-limitations-functions.html
Each of these functions returns an integer only if it is passed an argument of an exact numeric type, such as one of the INT types or DECIMAL. (Bug #54483) See Section 14.6.2, “Mathematical Functions”, for more information about the return types ... This section discusses limitations in MySQL Partitioning relating specifically to functions used in partitioning ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-error-log-table.html
The PRIO column is based on the label field of error events, which itself is based on the underlying numeric prio field value. Of the logs the MySQL server maintains, one is the error log to which it writes diagnostic messages (see Section 7.4.2, ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-functions.html
FORMAT_BYTES(count) Given a numeric byte count, converts it to human-readable format and returns a string consisting of a value and a units indicator. FORMAT_PICO_TIME(time_val) Given a numeric Performance Schema latency or wait time in picoseconds, ... As of MySQL 8.0.16, MySQL includes built-in SQL functions that format or retrieve Performance Schema data, and that may be used as equivalents for the corresponding sys schema stored ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-variables-info-table.html
For a variable whose type is not numeric, this is always 0. For a variable whose type is not numeric, this is always 0. The variables_info table shows, for each system variable, the source from which it was most recently set, and its range of ...
https://dev.mysql.com/doc/refman/8.0/en/precision-math-examples.html
If the argument to an aggregate function is an exact numeric type, the result is also an exact numeric type, with a scale at least that of the argument. This section provides some examples that show precision math query results in MySQL. These ...
https://dev.mysql.com/doc/refman/8.0/en/prepare.html
The derived type is DOUBLE and the actual type is any numeric type. The derived type is temporal and the actual type is numeric. PREPARE stmt_name FROM preparable_stmt The PREPARE statement prepares a SQL statement and assigns it a name, stmt_name, ...
https://dev.mysql.com/doc/refman/8.0/en/replication-options-gtids.html
enforce_gtid_consistency Command-Line Format --enforce-gtid-consistency[=value] System Variable enforce_gtid_consistency Scope Global Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value OFF Valid Values OFFONWARN Depending on the ...
https://dev.mysql.com/doc/refman/8.0/en/type-conversion.html
For example, a comparison of string and numeric operands takes place as a comparison of floating-point numbers. Implicit conversion of a numeric or temporal value to string produces a value that has a character set and collation determined by the ...
https://dev.mysql.com/doc/refman/8.0/en/audit-api-message-emit.html
Each value can be a string or numeric value, or NULL. As of MySQL 8.0.14, the audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() function. For concreteness, ...
https://dev.mysql.com/doc/refman/8.0/en/binary-log.html
mysqld appends a numeric extension to the binary log base name to generate binary log file names. The binary log contains “events” that describe database changes such as table creation operations or changes to table data. It also contains ...
Displaying 101 to 110 of 197 total results