Search



Search Results
Displaying 371 to 380 of 509 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/refman/8.4/en/analyze-table.html
The value of N must be an integer in the range from 1 to 1024. ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [, col_name] ... [WITH N BUCKETS] [{MANUAL | AUTO} UPDATE] ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE ...
https://dev.mysql.com/doc/refman/8.4/en/bit-value-literals.html
In numeric contexts, MySQL treats a bit literal like an integer. A leading 0b is case-sensitive and cannot be written as 0B. To ensure numeric treatment of a bit literal, use it in numeric context. For example, a bit literal assigned to a ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
interval must be a nonnegative integer in the range from 0 to 231−1. ] CHANGE REPLICATION SOURCE TO changes the parameters that the replica server uses for connecting to the source and reading data from the source. It also updates the contents of ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
NOTE 11: The Unicode scalar value of a character is its code point treated as an unsigned integer.” If the character set is ucs2, comparison is byte-by-byte, but ucs2 strings should not contain surrogates, anyway. This section describes the ...
https://dev.mysql.com/doc/refman/8.4/en/compressed-format.html
If values in an integer column have a small range, the column is stored using the smallest possible type. Compressed storage format is a read-only format that is generated with the myisampack tool. Compressed tables have the following ...
https://dev.mysql.com/doc/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html
connect-timeout: An integer value used to configure the number of seconds that clients, such as MySQL Shell, wait until they stop trying to connect to an unresponsive MySQL server. This section describes use of URI-like connection strings or ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
Configuration parameters that enable specifying the zstd compression level take an integer value from 1 to 22, with larger values indicating increasing levels of compression. Connections to the server can use compression on the traffic between ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
--zstd-compression-level=level Command-Line Format --zstd-compression-level=# Type Integer The compression level to use for connections to the server that use the zstd compression algorithm. This section describes options supported by most MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/create-event.html
CREATE [DEFINER = user] EVENT [IF NOT EXISTS] event_name ON SCHEDULE schedule [ON COMPLETION [NOT] PRESERVE] [ENABLE | DISABLE | DISABLE ON {REPLICA | SLAVE}] [COMMENT 'string'] DO event_body; schedule: { AT timestamp [+ INTERVAL interval] ... The ...
Displaying 371 to 380 of 509 total results