Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-package.html
Suppose we have two Linux hosts named tonfisk and flundra, and the MySQL NDB Cluster software is installed in /usr/local/mysql on both hosts. add package {--basedir=|-b }path [{--hosts=|-h }host_list] package_name host_list: host[,host[,...]] This ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
The MYSQL_TIME structure is used to transfer temporal data in both directions. MYSQL_BIND This structure is used both for statement input (data values sent to the server) and output (result values returned from the server): For input, use MYSQL_BIND ... Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
However, you can define both xxx_reset() and xxx_clear() if you want to have your function work with older versions of the server. The MySQL interface for loadable functions provides the following features and capabilities: Functions can return ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
(Bug #36157626) NDB maintains both a local and a global pool of free send buffers. (Bug #36028782) Removed a possible race condition between start_clients_thread() and update_connections(), due to both of these seeing the same transporter in the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
(Bug #36157626) NDB maintains both a local and a global pool of free send buffers. (Bug #36028782) Removed a possible race condition between start_clients_thread() and update_connections(), due to both of these seeing the same transporter in the ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
This affects read operations during both the bootstrap process, and also affects normal MySQL Router operations by setting the associated read_timeout option in the generated mysqlrouter.conf. This affects connections during both the bootstrap ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-topic-modeling-prepare.html
To prepare the data for this use case, you set up a dataset to use for both training and testing. mysql> CREATE DATABASE topic_modeling_data; mysql> USE topic_modeling_data; Create the table to use for both training and testing. As he learns more ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schemata.html
Fetch Schemas List The Schemas list is retrieved from both the source and target RDBMS. This is an automated and informational step that reports connection related errors, general log information, or both (see the figure that follows). Retrieve a ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise.html
Model Validation: Validation modules for testing models before implementing them, both with general RDMS and specific MySQL rules. A MySQL Enterprise subscription is the most comprehensive offering of MySQL database software, services and support; ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
The default name of this column is table_name_key_name where the table name and the key name both refer to the table containing the referenced key. The film and the film_actor tables are related on the film_id field and these fields are highlighted ...Typically this occurs where an intermediary table is created to resolve a many-to-many ...