Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-myisamfulltext-category.html
Table 7.22 Myisam Full Text Configuration Metrics NameDescriptionBoolean Syntax The list of operators supported by boolean full-text searches performed using IN BOOLEAN MODE. Lists the Myisam Full Text configuration metrics and provides a brief ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-server.html
--createDataBackup Command-Line Format --createDataBackup Type Boolean Default Value 1 Valid Values 0 (Do not create data backup)1 (Create data backup) Upgrade only. --forceRestart Command-Line Format --forceRestart Type Boolean Default Value 0 ...
https://dev.mysql.com/doc/heatwave/en/heatwave-system-variables.html
show_create_table_skip_secondary_engine Command-Line Format --show-create-table-skip-secondary-engine[={OFF|ON}] System Variable show_create_table_skip_secondary_engine Scope Session Dynamic Yes SET_VAR Hint Applies Yes Type Boolean Default Value ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-comparison-functions-operators.html
The VARLEN Support column identifies functions and operators that support variable-length encoded string columns. Table 5.3 Comparison Functions and Operators Name VARLEN Support Description BETWEEN ... Yes Check whether a value is within a range of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connector-j/en/connector-j-support-bug-report.html
Use the assertTrue(boolean expression) and assertTrue(String failureMessage, boolean expression) methods to create conditions that must be met in your testcase demonstrating the behavior you are expecting (vs. The normal place to report bugs is ...
https://dev.mysql.com/doc/refman/8.4/en/built-in-function-reference.html
The following table lists each built-in (native) function and operator and provides a short description of each one. For a table listing functions that are loadable at runtime, see Section 14.2, “Loadable Function Reference”. ->> Return value ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-reference.html
mysql_firewall_mode Command-Line Format --mysql-firewall-mode[={OFF|ON}] System Variable mysql_firewall_mode Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Whether MySQL Enterprise Firewall is enabled (the default) or ...When enabled, the firewall bases operational decisions on the cached ...
https://dev.mysql.com/doc/refman/8.4/en/install-component.html
Note While specifying a variable value using the SET clause is similar to that of the command line—it is available immediately at variable registration—there is a distinct difference in how the SET clause handles invalid numerical values for ...
https://dev.mysql.com/doc/refman/8.4/en/json-attribute-functions.html
The functions in this section return attributes of JSON values. An error occurs if the argument is not a valid JSON document. An empty array, empty object, or scalar value has depth 1. A nonempty array containing only elements of depth 1 or ...