Search Results
Displaying 2201 to 2210
of 2219 total results
- « Previous
- 219
- 220
- 221
- 222
- Next »
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mgmd.html
ArbitrationDelay: When asked to arbitrate, arbitrator waits this long before voting (milliseconds). ExtraSendBufferMemory: Memory to use for send buffers in addition to any allocated by TotalSendBufferMemory or SendBufferMemory.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform the actual configuration import. Once this is done, we modify the target cluster's configuration until it matches that of the wild ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-ssl-session-reuse.html
As of MySQL 8.0.29, the server supports SSL session reuse by default, but only within a configurable timeout period after a user enables the feature. For a description of server-side and client-side operations, see Reusing SSL Sessions. This ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-debug.html
void mysql_debug(const char *debug) Description Does a DBUG_PUSH with the given string. To use this function, you must compile the client library to support debugging. Example The call shown here causes the client library to generate a trace file ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-more-results.html
bool mysql_more_results(MYSQL *mysql) Description This function is used when you execute multiple statements specified as a single statement string, or when you execute CALL statements, which can return multiple result sets. mysql_more_results() ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-next-result.html
int mysql_next_result(MYSQL *mysql) Description Note mysql_next_result() is a synchronous function. Its asynchronous counterpart is mysql_next_result_nonblocking(), for use by applications that require asynchronous communication with the server.
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterconditiontype.html
If set, this is a constant NdbClusterUpToDate, whose value is the string “UpToDate”.
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbdatanodespec.html
config (map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default NDB data node configuration parameters (see NDB Cluster Data Node Configuration Parameters). ndbPodSpec (NdbClusterPodSpec): (optional) A subset of PodSpec ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmanagementnodespec.html
NdbManagementNodeSpec specifies a management server node in an NDB Cluster. config (map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default MySQL Cluster management node configuration parameters (see NDB Cluster ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL NDB Cluster that uses version 8.4 of the NDB (NDBCLUSTER) storage engine. For general information about features added in NDB Cluster 8.4, see What is New in ...
Displaying 2201 to 2210
of 2219 total results
- « Previous
- 219
- 220
- 221
- 222
- Next »