Search



Search Results
Displaying 641 to 650 of 654 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
Once this is done, we modify the target cluster's configuration until it matches that of the wild cluster that we want to import. At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
On Linux, you can use the command shown here: $> ls ndb_*.pid ndb_50.pid Check the content of the matching .pid file using a pager or text editor. You must verify that each process in the wild cluster has a valid PID file. For purposes of this ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-interface-usage.html
If there are large text or binary data values to be sent, you can send them in chunks to the server using mysql_stmt_send_long_data(). To prepare and execute a statement, an application follows these steps: Create a prepared statement handler with ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-conversions.html
This enables you to distinguish BINARY from CHAR, VARBINARY from VARCHAR, and the BLOB types from the TEXT types. Prepared statements transmit data between the client and server using C language variables on the client side that correspond to SQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-named-param.html
See Also See mysql_stmt_send_long_data() for sending long text or blob data in pieces. bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, MYSQL_BIND *binds, unsigned n_params, const char **names) Description mysql_stmt_bind_named_param() sets up ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
By default, the name of a function argument is the text of the expression used to specify the argument. The MySQL interface for loadable functions provides the following features and capabilities: Functions can return string, integer, or real ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
Display of the server command-line help text is handled by compiling a DYNAMIC_ARRAY of all variables relevant to command-line options, sorting them, and then iterating through them to display each option. The server plugin interface enables ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
Server-side plugins use the same plugin API that is used for the other server plugin types such as full-text parser or audit plugins (although with a different type-specific descriptor). Warning These plugins accept any non-empty password and the ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-updating-configuration.html
Making changes in the configuration of an NDB Cluster running in Kubernetes, requires editing the NdbCluster YAML spec file, then applying the updated file to the Kubernetes Cluster. Consider the example example-ndb, installed from the file ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-0.html
(Bug #36589037) Client: Some help texts of the mcm client commands contained artifacts, which have now been removed. MySQL Cluster Manager 8.4.0 marks the start of a new series of LTS (Long Term Support) releases. MySQL Cluster Manager 8.4.0 is ...
Displaying 641 to 650 of 654 total results