Search



Search Results
Displaying 1501 to 1510 of 5220 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-backup-restore-commands.html
This section contains information about MySQL Cluster Manager client commands relating to backing up a MySQL NDB Cluster and restoring it from backup.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-commands.html
This section contains descriptions of MySQL Cluster Manager commands used to perform operations connected with importing clusters into MySQL Cluster Manager. These operations include migration of cluster processes and copying of configuration data.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-autocommit.html
bool mysql_autocommit(MYSQL *mysql, bool mode) Description Sets autocommit mode on if mode is 1, off if mode is 0.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-character-set-name.html
const char * mysql_character_set_name(MYSQL *mysql) Description Returns the default character set name for the current connection.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-commit.html
Call mysql_close() from the client program to close the connection from the client side. The action of this function is subject to the value of the completion_type system variable. In particular, if the value of completion_type is RELEASE (or 2), ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-fetch-field.html
MYSQL_FIELD * mysql_fetch_field(MYSQL_RES *result) Description Returns the definition of one column of a result set as a MYSQL_FIELD structure. To check whether a result set has metadata, use the mysql_result_metadata() function. Call this function ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-host-info.html
const char * mysql_get_host_info(MYSQL *mysql) Description Returns a string describing the type of connection in use, including the server host name. Return Values A character string representing the server host name and the connection type.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-proto-info.html
unsigned int mysql_get_proto_info(MYSQL *mysql) Description Returns the protocol version used by current connection. Return Values An unsigned integer representing the protocol version used by the current connection.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-reused.html
bool mysql_get_ssl_session_reused(MYSQL *mysql) Description Indicates whether the currently connected session is reusing a prior session. Return Values TRUE if a session was reused when establishing the TLS connection. FALSE if the session is not ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-hex-string.html
unsigned long mysql_hex_string(char *to, const char *from, unsigned long length) Description This function creates a legal SQL string for use in an SQL statement. When mysql_hex_string() returns, the contents of to is a null-terminated string. The ...
Displaying 1501 to 1510 of 5220 total results