Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
The InnoDB log files (ib_logfile*) are fixed-size files that are continuously updated during the database's operation. The following table shows the different types of files that are included in a single-file backup image or a directory backup. In ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/what-is-new.html
The MySQL Enterprise Backup.x LTS releases will focus on security and bug fixes while the next Innovation series will include new features. MySQL Enterprise Backup 8.4 marks the start of a new series of LTS (Long Term Support) releases. MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-update-process.html
After fixing the issue on the mysqld node, run update process to restore control of the node by mcmd. update process [--remove-angel] --pid=os_pid process_id cluster_name This command updates the status of the MySQL NDB Cluster process having the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-what-is-new.html
The 8.4.X LTS releases will focus on security and bug fixes while the next Innovation series will include new features. MySQL Cluster Manager 8.4 marks the start of a new series of LTS (Long Term Support) releases. MySQL Cluster Manager 8.4 is ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-reset-server-public-key.html
To fix this problem, the client can use either of the following approaches: The client can call mysql_reset_server_public_key() to clear the cached key and try again, after the public key file on the client side has been replaced with a file ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
Each active state has a unique character assigned to it as well as a fixed position in the sequence. int mysql_session_track_get_first(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description MySQL implements ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
Each numeric and temporal type has a fixed length, as listed in the following table. int mysql_stmt_fetch(MYSQL_STMT *stmt) Description mysql_stmt_fetch() returns the next row in the result set. It can be called only while the result set exists; ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
For arguments that have no fixed number of decimals, the decimals value is set to 31, which is 1 more than the maximum number of decimals permitted for the DECIMAL, FLOAT, and DOUBLE data types. This value is available as the constant NOT_FIXED_DEC ... The MySQL interface for loadable functions provides the following features and capabilities: Functions can return string, integer, or real values and can accept arguments of those same ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/client-plugin-descriptors.html
The descriptor structure begins with a fixed set of members common to all client plugins, followed by any members specific to the plugin type. Each client plugin must have a descriptor that provides information to the client plugin API. This must ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
The descriptor begins with a fixed set of members common to all client plugins, followed by any members specific to the plugin type. For example, if a program needs to use a client authentication plugin named auth_xxx on a system that uses .so as ...