Search

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


Displaying 61 to 70 of 197 total results
https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html
The binary log is a sequence of files with a base name and numeric extension. The server creates binary log files in sequence by adding a numeric suffix to the base name. binlog_format Command-Line Format --binlog-format=format Deprecated 8.0.34 ...
https://dev.mysql.com/doc/refman/8.0/en/spatial-operator-functions.html
If the first argument is 'point_circle', 'join_round', 'join_miter', or 'end_round', the points_per_circle argument must be given as a positive numeric value. If the fractional_distance argument is 1.0, the result may not be exactly the last point ... OpenGIS proposes a number of functions that can produce ...
https://dev.mysql.com/doc/refman/8.0/en/string-literals.html
For both types of strings, comparisons are based on the numeric values of the string unit. For binary strings, the unit is the byte; comparisons use numeric byte values. For nonbinary strings, the unit is the character and some character sets ... A ...
https://dev.mysql.com/doc/refman/8.0/en/where-optimization.html
If all columns used from the index are numeric, only the index tree is used to resolve the query. This section discusses optimizations that can be made for processing WHERE clauses. The examples use SELECT statements, but the same optimizations ...
https://dev.mysql.com/doc/refman/8.0/en/window-functions-frames.html
For expr PRECEDING (and expr FOLLOWING), expr can be a ? parameter marker (for use in a prepared statement), a nonnegative numeric literal, or a temporal interval of the form INTERVAL val unit. (For details about the permitted units specifiers, see ... The definition of a window used with a window function can include a frame ...
https://dev.mysql.com/doc/refman/8.0/en/arithmetic-functions.html
For information about handling of overflow in numeric expression evaluation, see Section 13.1.7, “Out-of-Range and Overflow Handling”. (See Section 13.1, “Numeric Data Types”.) / Division: mysql> SELECT 3/5; -> 0.60 Division by zero produces ... Table 14.9 Arithmetic Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator DIV Integer division The usual arithmetic operators are ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-file-formats.html
Characters not valid as XML characters are encoded using numeric character references. Characters not valid as XML characters are encoded using numeric character references. The MySQL server calls the audit log plugin to write an audit record to ...
https://dev.mysql.com/doc/refman/8.0/en/change-master-to.html
MASTER_LOG_FILE must include the numeric suffix of a specific binary log file that is available on the source server, for example, MASTER_LOG_FILE='binlog.000145'. MASTER_LOG_POS is the numeric position for the replica to start reading in that file.
https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html
SOURCE_LOG_FILE must include the numeric suffix of a specific binary log file that is available on the source server, for example, SOURCE_LOG_FILE='binlog.000145'. SOURCE_LOG_POS is the numeric position for the replica to start reading in that file.
https://dev.mysql.com/doc/refman/8.0/en/charset-collation-coercibility.html
The collation of a numeric or temporal value has a coercibility of 5. In the great majority of statements, it is obvious what collation MySQL uses to resolve a comparison operation. For example, in the following cases, it should be clear that the ...
Displaying 61 to 70 of 197 total results