Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-service-specfic-system-variables.html
Service-Specific System Variables 19.7 Service-Specific System Variables MySQL HeatWave on AWS defines the following global system variables. Note: generated_random_password_length , query_alloc_block_size , and query_prealloc_size are also session ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-configurable-shape-dependent-system-variables.html
User-Configurable Shape-Dependent System Variables 19.6 User-Configurable Shape-Dependent System Variables Shape-dependent global system variables are linked to, and tuned for, a specific MySQL shape. Note: innodb_buffer_pool_instances , ...
https://dev.mysql.com/doc/refman/8.4/en/system-variables-controlling-tracing.html
The following system variables affect optimizer tracing: optimizer_trace: Enables or disables optimizer tracing. optimizer_trace_features: Enables or disables selected features of the MySQL Optimizer, using the syntax shown here: SET ...
https://dev.mysql.com/doc/internals/en/optimizer-trace-system-variable.html
The optimizer_trace system variable has these on/off switches: enabled: allows to enable/disable tracing one_line: if on, the trace will have no whitespace; it's unreadable for humans but readable for JSON parsers (they ignore whitespace); the only ...
https://dev.mysql.com/doc/refman/8.4/en/optimizer-trace-system-variable.html
The optimizer_trace system variable has these on/off switches: enabled: Enables (ON) or disables (OFF) tracing one_line: If set to ON, the trace contains no whitespace, thus conserving space. This renders the trace difficult to read for humans, ...
https://dev.mysql.com/doc/internals/en/end-markers-in-json-system-variable.html
Note that before MySQL 5.6.6, this variable didn't exist and was rather a switch in the @@optimizer_trace variable (it was set with 'set optimizer_trace="end_marker=on";'). If a JSON structure is large, it's difficult to pair its closing bracket ...
https://dev.mysql.com/doc/refman/8.4/en/end-markers-in-json-system-variable.html
This variable affects both optimizer traces and the output of EXPLAIN FORMAT=JSON. When reading a very large JSON document, it can be difficult to pair its closing bracket and opening brackets; setting end_markers_in_json=ON repeats the structure's ...
https://dev.mysql.com/doc/internals/en/system-variables-controlling-trace.html
A brief overview from "mysqld --verbose --help": --optimizer-trace=name Controls tracing of the Optimizer: --optimizer-trace-features=name Enables/disables tracing of selected features of the Optimizer: ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Correct value %.*s The client has set its version_tokens_session system variable to the list of tokens it requires the server to match, but the server token list has at least one matching token name that has a value different from what the client ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
InnoDB Startup Options InnoDB System Variables System variables that are true or false can be enabled at server startup by naming them, or disabled by using a --skip- prefix. innodb_buffer_pool_dump_at_shutdown Command-Line Format ...System ...For ...