Search Results
MySQL Cluster Manager 8.4 User Manual :: 3.3.2 Installing MySQL Cluster Manager on Windows Platforms
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
You should read the license text in the text area, and when you have done so, check the box labelled I accept the terms in the License Agreement. When you start the installer, you may see a Windows Security Warning screen. If you obtained the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-send-long-data.html
It can be called multiple times to send the parts of a character or binary data value for a column, which must be one of the TEXT or BLOB data types. Example The following example demonstrates how to send the data for a TEXT column in chunks. It ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-components.html
The WITH PARSER clause for full-text index creation associates a full-text parser plugin with a given FULLTEXT index. SQL statements: INSTALL PLUGIN registers a plugin in the mysql.plugin table and loads the plugin code. UNINSTALL PLUGIN unregisters ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
For example, a full-text parser plugin has initialization and deinitialization functions, and a main parsing function. The server invokes these functions when it uses the plugin to parse text. A plugin library file includes descriptor information ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
release_thd: A function that the server calls to inform the plugin that it is being dissociated from its thread context. They are called within the context of a specific thread, and a thread might perform an activity that produces several event ...
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 #36170703) NDB Client Programs: Work begun in NDB 8.0.18 and 8.0.20 to remove the unnecessary text NDBT_ProgramExit ... (Bug #36053908) NDB Client Programs: The use of a strict 80-character limit for clang-format on the file ... Deprecation and ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
(Bug #36170703) NDB Client Programs: Work begun in NDB 8.0.18 and 8.0.20 to remove the unnecessary text NDBT_ProgramExit ... (Bug #36053908) NDB Client Programs: The use of a strict 80-character limit for clang-format on the file ... MySQL NDB ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prepare-an-anomaly-detection-model.html
mysql> CREATE TABLE training_data ( log_id INT AUTO_INCREMENT PRIMARY KEY, log_message TEXT, timestamp DATETIME, target TINYINT ); Insert the sample data to be trained into the table. mysql> CREATE TABLE testing_data ( log_id INT AUTO_INCREMENT ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-topic-modeling-train.html
document_column: Define the column that contains the text that the model uses to generate topics and tags as output. The output is an array of word groups that best characterize the text. After preparing the data for topic modeling, you can train ...