Search



Search Results
Displaying 2021 to 2030 of 4413 total results
https://dev.mysql.com/doc/internals/en/configure-emulation.html
It is meant to be a temporary solution for those who need time to rewrite ./configure based scripts to native CMake. The legacy (Autotools) way to build MySQL on Unix was to run this command: BUILD/autorun.sh; ./configure lots of options; make That ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
Show Old Temporals Enabled Whether SHOW CREATE TABLE output includes comments to flag temporal columns found to be in pre-5.6.4 format (TIME, DATETIME, and TIMESTAMP columns without support for fractional seconds precision). Keep Files On Create ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-an-anomaly-detection-model.html
IP DATETIME TIME HEX IPPORT OCID window_size: Specifies the maximum number of log lines to be grouped for anomaly detection. Selecting more than one model or an unsupported model produces an error. mysql> CALL ... After preparing the data for an ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-an-anomaly-detection-model.html
IP DATETIME TIME HEX IPPORT OCID window_size: Specifies the maximum number of log lines to be grouped for anomaly detection. Selecting more than one model or an unsupported model produces an error. mysql> CALL ... After preparing the data for an ...
https://dev.mysql.com/doc/refman/8.4/en/query-attributes.html
Clients can also define query attributes that apply to the next statement sent to the server for execution: Attributes are defined prior to sending the statement. Attributes exist until statement execution ends, at which point the attribute set is ... The most visible part of an SQL statement is the text of the ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-plugin-functions.html
Return value: The masked Social Security number as a string, or an error if the argument is not the correct length. gen_blacklist(str, dictionary_name, replacement_dictionary_name) Replaces a term present in one dictionary with a term from a second ... The MySQL Enterprise Data Masking and De-Identification plugin library includes several functions, which may be grouped into these categories: Data Masking Plugin Functions Random Data Generation Plugin Functions Random Data Dictionary-Based Plugin Functions These functions support the single-byte latin1 character set for string arguments and return ...
https://dev.mysql.com/doc/internals/en/debug-only-options.html
Sometimes, it is handy to add an option that is active only in Debug builds. When doing this, keep in mind that tests like IF(WITH_DEBUG) or IF(CMAKE_BUILD_TYPE MATCHES "Debug") do not work as expected: First, although WITH_DEBUG is an alias for ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-configuration-views-ref.html
Statements with Max Exec Time Over 1 Second: filters on the advanced filter options of Max Exec Time > 1. Prepared Statements: filters on statements of type PREPARE, EXECUTE, and DEALLOCATE. Replication Statements: filters on statements of type ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server.html
service-startup-timeout=seconds How long in seconds to wait for confirmation of server startup. If the server does not start within this time, mysql.server exits with an error. You can also stop the server manually by executing mysqladmin shutdown.
https://dev.mysql.com/doc/internals/en/syntax-debug-sync-values.html
The string to "assign" to the DEBUG_SYNC variable can contain: {RESET | <sync point name> TEST | <sync point name> CLEAR | <sync point name> {{SIGNAL <signal name> | WAIT_FOR <signal name> [TIMEOUT <seconds>] [NO_CLEAR_EVENT]} [EXECUTE <count>] &| ...This means that one of the sections separated by '&|' must be present or both of ...
Displaying 2021 to 2030 of 4413 total results