Search



Search Results
Displaying 221 to 230 of 240 total results
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
For boolean options, the value may be specified as 1 or ON to enable the option, or as 0 or OFF to disable the option. The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this ...
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-setup-reset-to-default.html
Parameters in_verbose BOOLEAN: Whether to display information about each setup stage during procedure execution. row *************************** status: Resetting: setup_actors DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = '%' AND ...
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-thread-stack.html
Returns a JSON formatted stack of all statements, stages, and events within the Performance Schema for a given thread ID. The value should match the THREAD_ID column from some Performance Schema threads table row. row *************************** ...
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-truncate-all-tables.html
Parameters in_verbose BOOLEAN: Whether to display each TRUNCATE TABLE statement before executing it. Truncates all Performance Schema summary tables, resetting all aggregated instrumentation as a snapshot. Example mysql> CALL ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-configuration.html
Server Configuration telemetry.metrics_enabled System Variable telemetry.metrics_enabled Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value ON Controls whether telemetry metrics are collected or not.
https://dev.mysql.com/doc/refman/8.4/en/working-with-null.html
The NULL value can be surprising until you get used to it. Conceptually, NULL means “a missing unknown value” and it is treated somewhat differently from other values. In MySQL, 0 or NULL means false and anything else means true. This special ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
mysqlx_enable_hello_notice Command-Line Format --mysqlx-enable-hello-notice[={OFF|ON}] System Variable mysqlx_enable_hello_notice Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Controls messages sent to classic MySQL ... To control activation of X Plugin, use this option: --mysqlx[=value] Command-Line Format --mysqlx[=value] Type Enumeration Default Value ON Valid Values ONOFFFORCEFORCE_PLUS_PERMANENT This option controls how the server loads X Plugin at ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
When executing an index range scan using IndexRangeScanIterator the record buffer was never set due to the fact that the data type used for IndexRangeScanIterator::m_expected_rows had been changed from double to boolean during refactoring. C API ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-mcmd.html
--core-file Command-Line Format --core-file[=value] Type Boolean Default Value 1 Valid Values 1 (Write a core file)0 (Do not write a core file) Write a core file to the location where mcmd was started (or to another core dump location as specified ...Invoking this executable starts the MySQL Cluster Manager Agent, to which you can connect using the mcm client (see Section 4.3, “Starting the MySQL Cluster Manager Client” and Chapter 5, MySQL Cluster Manager Client Commands for more ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/global-error-reference.html
Error number: 76; Symbol: EE_INCORRECT_BOOLEAN_VALUE_FOR_OPTION; Message: option '%s': boolean value '%s' was not recognized. This document lists “global” error messages that are shared in the sense that they can be produced by the MySQL server ...
Displaying 221 to 230 of 240 total results