https://dev.mysql.com/mysql-client-register-plugin.html
struct st_mysql_client_plugin *mysql_client_register_plugin(MYSQL *mysql, struct st_mysql_client_plugin *plugin) Adds a plugin structure to the list of loaded plugins. Specify the parameters as follows: mysql: A pointer to a MYSQL structure. The ...
https://dev.mysql.com/mysql-cluster-limitations-performance.html
Unique hash indexes created with USING HASH cannot be used for accessing a table if NULL is given as part of the key. The following performance issues are specific to or especially pronounced in NDB Cluster: Range scans. There are query performance ...
https://dev.mysql.com/mysql-cluster-limitations-unsupported.html
A number of features supported by other storage engines are not supported for NDB tables. Trying to use any of these features in NDB Cluster does not cause errors in or of itself; however, errors may occur in applications that expects the features ...
https://dev.mysql.com/mysql-cluster-mysqld.html
row *************************** Id: 1 User: system user Host: db: Command: Daemon Time: 1 State: Waiting for event from ndbcluster Info: NULL Important To participate in an NDB Cluster, the mysqld process must be started with both the options ...To ...
https://dev.mysql.com/mysql-cluster-ndbinfo-processes.html
For management nodes and API nodes other than SQL nodes, the value of this column is NULL. This table contains information about NDB Cluster node processes; each node is represented by the row in the table. Only nodes that are connected to the ...
https://dev.mysql.com/mysql-cluster-programs-ndb-waiter.html
State node 1 STARTED State node 2 STARTED State node 3 STARTED State node 4 STARTED Waiting for cluster enter state STARTED Note If no connection string is specified, then ndb_waiter tries to connect to a management on localhost, and reports ...
https://dev.mysql.com/mysql-cluster-quick.html
To familiarize you with the basics, we will describe the simplest possible configuration for a functional NDB Cluster. After this, you should be able to design your desired setup from the information provided in the other relevant sections of this ...
https://dev.mysql.com/mysql-cluster-replication-auto-sync.html
It is possible to automate much of the process described in the previous section (see Section 22.6.9, “NDB Cluster Backups With NDB Cluster Replication”). The following Perl script reset-slave.pl serves as an example of how you can do this. # ...
https://dev.mysql.com/mysql-command-options.html
<field name="column_name">NULL</field> The output when --xml is used with mysql matches that of mysqldump --xml. mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
https://dev.mysql.com/mysql-connect.html
The meanings of the parameters are the same as for the corresponding parameters for mysql_real_connect() with the difference that the connection parameter may be NULL. MYSQL *mysql_connect(MYSQL *mysql, const char *host, const char *user, const ...