Search



Search Results
Displaying 1651 to 1660 of 3141 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
As the installer begins to copy files and perform other tasks affecting the system, you may see a warning dialog from Windows User Access Control. As mentioned elsewhere (see, for example, Section 4.4.1, “Creating a MySQL NDB Cluster with MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
The MySQL Cluster Manager client is a software application that allows a user to connect to MySQL Cluster Manager and perform administrative tasks, such as (but not limited to): creating, starting, and stopping clusters; obtaining cluster and ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options4.html
Key names that begin with an underscore (_) are reserved for internal use and should not be created by application programs. MYSQL_OPT_USER_PASSWORD (argument types: unsigned int *, char *) This option specifies the password for a multifactor ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-named-param.html
To store both named and unnamed bind user variables, call mysql_stmt_bind_named_param() after mysql_stmt_prepare(). bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, MYSQL_BIND *binds, unsigned n_params, const char **names) Description ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
Although some aspects of the plugin API are common to all types of plugins, the API also permits type-specific interface elements so that different types of plugins can be created. The server plugin API has these characteristics: All plugins have ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
For convenience, a number of macros are defined that make creating new system variables within a plugin much simpler. The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
This is the value that identifies the plugin as being legal for use in a WITH PARSER clause when creating a FULLTEXT index. Every plugin library that contains server plugins must include a library descriptor that contains the general plugin ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
Now in such cases, we skip checking whether or not a given table already exists in the data dictionary; instead, we now always refuse discovery of a table that is altered while a transaction is ongoing and return an error to the user. This could be ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora ...
Displaying 1651 to 1660 of 3141 total results