Search



Search Results
Displaying 381 to 390 of 2652 total results
https://dev.mysql.com/doc/refman/8.4/en/data-masking-components-vs-plugin.html
Previously, MySQL enabled masking and de-identification capabilities using a server-side plugin, but transitioned to use the component infrastructure as an alternative implementation. The following table briefly compares MySQL Enterprise Data ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-communication-protocol.html
You can inspect the communication protocol in use by a group by using the group_replication_get_communication_protocol() function, which returns the oldest MySQL Server version that the group supports. If you need to change the communication ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-dump-instance-schema.html
excludeRoutines: array of strings (Instance dump utility and schema dump utility only) Exclude the named functions and stored procedures from the dump. includeRoutines: array of strings (Instance dump utility and schema dump utility only) Include ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
--binary-as-hex when enabled affects display of all binary strings, including those returned by functions such as CHAR() and UNHEX(). By default, mysql translates \r\n in statement strings to \n and interprets \0 as the statement terminator. mysql ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
Data Memory, Index Memory, and String Memory DataMemory and IndexMemory are [ndbd] parameters specifying the size of memory segments used to store the actual records and their indexes. StringMemory Version (or later) NDB 8.4.0 Type or units % or ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
(0 = false, 1 = true) MYSQL_THDVAR_BOOL(name, opt, comment, check, update, default) MYSQL_SYSVAR_BOOL(name, varname, opt, comment, check, update, default) String system variables of type char*, which is a pointer to a null-terminated string. When a ... The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of the general plugin ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-30.html
Advisor MySQL HeatWave AutoML Functionality Added or Changed Advisor MySQL HeatWave Advisor Auto Encoding, which recommends string column encodings, now provides encoding recommendations that optimize query performance. (Bug #33899183) Support was ...Previously, string column encoding recommendations were optimized for cluster memory usage ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
This function may be called multiple times to set several options. The argument is a host name or IP address (specified as a string). The argument is a pointer to a null-terminated string naming the key. See also the description for the ... int ...
https://dev.mysql.com/doc/refman/8.4/en/create-event.html
CREATE [DEFINER = user] EVENT [IF NOT EXISTS] event_name ON SCHEDULE schedule [ON COMPLETION [NOT] PRESERVE] [ENABLE | DISABLE | DISABLE ON {REPLICA | SLAVE}] [COMMENT 'string'] DO event_body; schedule: { AT timestamp [+ INTERVAL interval] ... The ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-find.html
The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that should be ...
Displaying 381 to 390 of 2652 total results