Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-cluster.html
delete cluster [--removedirs] cluster_name This command deletes the cluster named cluster_name, removing it from the list of clusters managed by MySQL Cluster Manager. delete cluster does not remove any MySQL NDB Cluster binaries from hosts.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-start-process.html
start process {[--initial|-i] nodespec | --added} cluster_name nodespec: {nodetype | process_id_list} process_id_list: process_id[, process_id[, ...]] This command starts the MySQL NDB Cluster processes specified by nodespec in the cluster named ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-agents.html
stop agents [[--hosts=host_list] site_name] This command stops one or more MySQL Cluster Manager agents on one or more hosts. The result of the following command is to stop MySQL Cluster Manager agents running on hosts kolja and torsk, both of ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-fewer-data-nodes.html
Sometimes, you want to transfer data from your cluster to another one that has fewer data nodes—for example, when you want to scale down your cluster or prepare a smaller replica cluster for a replication setup. While the methods described in ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface-usage.html
Each asynchronous function has the same name as its synchronous counterpart, plus a _nonblocking suffix: mysql_fetch_row_nonblocking(): Asynchronously fetches the next row from the result set. mysql_real_query_nonblocking(): Asynchronously executes ... This section describes how to use the C API asynchronous ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/preface.html
This document describes what you need to know when working on the MySQL 8.4 code. To track or contribute to MySQL development, follow the instructions in Installing MySQL Using a Development Source Tree. If you are interested in MySQL internals, ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-daemon-plugins.html
This section describes how to write a daemon server plugin, using the example plugin found in the plugin/daemon_example directory of MySQL source distributions. That directory contains the daemon_example.cc source file for a daemon plugin named ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-information-schema-plugins.html
For example code that implements such plugins, see the sql/sql_show.cc file of a MySQL source distribution. Other MySQL or general header files might also be needed, depending on the plugin capabilities and requirements. #include <sql_class.h> ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-explainers.html
The Fast SHAP model explainer, specified as fast_shap, is a subsampling version of the SHAP model explainer, which usually has a faster runtime. mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), ... After the ML_TRAIN routine, use the ML_EXPLAIN routine to train model explainers for ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-limitations.html
MySQL HeatWave AutoML does not support TEXT columns with NULL values. MySQL HeatWave AutoML does not support target columns (a column with ground truth values) with a TEXT data type. MySQL HeatWave AutoML does not support recommendation tasks with ...Text Handling Limitations AutoML only supports datasets in the English ...