Search



Search Results
Displaying 1301 to 1310 of 1337 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
This section provides definitions of key terms used to describe MySQL Cluster Manager and its components in this manual and in other documentation relating to MySQL Cluster Manager and MySQL NDB Cluster. A set of hosts on which MySQL NDB Cluster ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-procedure.html
The importing process consists generally of the steps listed here: Prepare the “wild” cluster for migration. Create and configure in MySQL Cluster Manager a “target” cluster whose configuration matches that of the “wild” cluster.
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
A key name was empty or the amount of connection attribute data for mysql_options4() exceeds the 64KB limit. Client error messages originate from within the MySQL client library. Here is an example client error message, as displayed by the mysql ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-ssl-session-reuse.html
With TLS 1.3, when the previously described call sequence occurs, OpenSSL uses pre-shared keys for session reuse. As of MySQL 8.0.29, the server supports SSL session reuse by default, but only within a configurable timeout period after a user ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-affected-rows.html
ON DUPLICATE KEY UPDATE statements, the affected-rows value per row is 1 if the row is inserted as a new row, 2 if an existing row is updated, and 0 if an existing row is set to its current values. uint64_t mysql_affected_rows(MYSQL *mysql) ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-insert-id.html
ON DUPLICATE KEY UPDATE statement: If there is an AUTO_INCREMENT column in the table and there were some explicit successfully inserted values or some updated values, return the last of the inserted or updated values. uint64_t mysql_insert_id(MYSQL ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterspec.html
tdeSecretName (string): (optional) The name of the secret that holds the encryption key or password required for transparent data encryption (TDE) in NDB Cluster. NdbClusterSpec contains the fields named and described in the following list: ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
NDB Client Programs: In some cases, it was not possible to load cerificates generated using ndb_sign_keys. (Bug #36132430) NDB Client Programs: On Windows hosts, ndb_sign_keys could not locate the ssh program. (Bug #36053948) NDB Client Programs: ...
Displaying 1301 to 1310 of 1337 total results