Search



Search Results
Displaying 111 to 120 of 240 total results
https://dev.mysql.com/doc/refman/8.4/en/rewriter-query-rewrite-plugin-reference.html
rewriter_enabled System Variable rewriter_enabled Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Valid Values OFF Whether the Rewriter query rewrite plugin is enabled. Users communicate with the plugin by modifying ...
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-setup-show-disabled.html
Displays all currently disabled Performance Schema configuration. Parameters in_show_instruments BOOLEAN: Whether to display disabled instruments. This might be a long list. in_show_threads BOOLEAN: Whether to display disabled threads. Example ...
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-setup-show-enabled.html
Displays all currently enabled Performance Schema configuration. Parameters in_show_instruments BOOLEAN: Whether to display enabled instruments. This might be a long list. in_show_threads BOOLEAN: Whether to display enabled threads. Example mysql> ...
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-trace-statement-digest.html
in_start_fresh BOOLEAN: Whether to truncate the Performance Schema events_statements_history_long and events_stages_history_long tables before starting. Traces all Performance Schema instrumentation for a specific statement digest. If you find a ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
validate_password.check_user_name Command-Line Format --validate-password.check-user-name[={OFF|ON}] System Variable validate_password.check_user_name Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Whether ... This ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
my_bool A boolean type, for values that are true (nonzero) or false (zero). The following example illustrates a typical use of the flags value: if (field->flags & NOT_NULL_FLAG) printf("Field cannot be null\n"); You may use the convenience macros ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-reference.html
For example, if the endpoint is "/metadata" then the URL is similar to "https://localhost:8443/api/20190715/metadata". See Section 6.1, “A Simple MySQL Router REST API Guide” for related information. This is the maximum number (integer) of ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
BIT BIT BOOLEAN TINYINT(1) REAL FLOAT DOUBLE PRECISION DOUBLE NUMERIC DECIMAL DECIMAL DECIMAL MONEY DECIMAL(19,2) CHAR CHAR/LONGTEXT Depending on its length. The following table shows the mapping between PostgreSQL (source) data types and MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench itself. Modules can be written in C++ or Python, but the data types used for arguments and the return value ...
https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
The connection access mode can be changed any time at runtime by calling the method Connection.setReadOnly(boolean), which partially overrides the property failOverReadOnly. A failover happens when connection-related errors occur for an underlying, ...
Displaying 111 to 120 of 240 total results