Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-upgrade-cluster.html
See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”, for more information. upgrade cluster {--package=|-P }package_name [{--nodeid|-n }node_id_list] [--force|-f] ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
MySQL Cluster Manager also supports importing existing, standalone MySQL NDB Clusters; for more information, see Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”. In this section, we discuss the procedure for using MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-test-and-migrate.html
Testing and performing the migration of a standalone MySQL NDB Cluster into MySQL Cluster Manager consists of the following steps: Perform a test run of the proposed import using import cluster with the --dryrun option. The following list contains ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-replcation-setup.html
This section provides sample steps for setting up a MySQL NDB Cluster replication with a single replication channel using the MySQL Cluster Manager. Before trying the following steps, it is recommended that you first read NDB Cluster Replication to ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-TLS-connections-clusters.html
MySQL Cluster Manager 8.4 supports TLS Link Encryption for NDB Cluster, which is available for NDB Cluster 8.3.0 and later. This section describes a few scenarios for using MySQL Cluster Manager to configure or manage TLS connections in an NDB ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
MYSQL_FIELD_OFFSET This is a type-safe representation of an offset into a MySQL field list. This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-features.html
The following sections discuss techniques for working with several features of the C API into your applications.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-introduction.html
The default maximum built into the client library is 1GB, but the default maximum in the server is 1MB. The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database contents. The C API code is ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-threaded-clients.html
If a thread does not create the connection to the MySQL database but calls MySQL functions, take the following into account: When you call mysql_init(), MySQL creates a thread-specific variable for the thread that is used by the debug library (among ... This section provides guidance for writing client programs that use the thread-related functions in the MySQL C ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-store-result-nonblocking.html
mysql_store_result_nonblocking() returns an enum net_async_status status indicator and takes a second result argument that is the address of a pointer to a MYSQL_RESULT into which to store the result set. enum net_async_status ...