Search



Search Results
Displaying 1311 to 1320 of 5018 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-tls-connection-commands.html
This section contains information about MySQL Cluster Manager client commands relating to Section 4.11, “Using TLS Connections for NDB Clusters”.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-fetch-row-nonblocking.html
enum net_async_status mysql_fetch_row_nonblocking(MYSQL_RES *result, MYSQL_ROW *row) Description Note mysql_fetch_row_nonblocking() is an asynchronous function. It is the counterpart of the mysql_fetch_row() synchronous function, for use by ...For ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-free-result-nonblocking.html
enum net_async_status mysql_free_result_nonblocking(MYSQL_RES *result) Description Note mysql_free_result_nonblocking() is an asynchronous function. It is the counterpart of the mysql_free_result() synchronous function, for use by applications that ...For general information about writing asynchronous C API applications, see Chapter 7, C API Asynchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-free-ssl-session-data.html
bool mysql_free_ssl_session_data(MYSQL *, void *data) Description mysql_free_ssl_session_data() disposes of a session data handle that was obtained previously by calling mysql_get_ssl_session_data(). Never call this function for any session that is ...Do not attempt to use the session data handle after freeing ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-data.html
void * mysql_get_ssl_session_data(MYSQL *, unsigned int n_ticket, unsigned int *out_len) Description mysql_get_ssl_session_data() permits SSL session reuse by extracting a ticket from an established session and submitting that ticket when ...This ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-library-end.html
void mysql_library_end(void) Description This function finalizes the MySQL client library. Note To avoid memory leaks after the application is done using the library (for example, after closing the connection to the server), be sure to call ...Call ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-plugin-get-option.html
int mysql_plugin_get_option(struct st_mysql_client_plugin *plugin, const char *option, void *value) Description Given a plugin structure and an option name, returns the option value. If the plugin does not have an option handler, an error occurs.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-server-end.html
void mysql_server_end(void) Description This function finalizes the MySQL client library, which should be done when you are done using the library. Note To avoid memory leaks after the application is done using the library (for example, after ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-attr-set.html
bool mysql_stmt_attr_set(MYSQL_STMT *stmt, enum enum_stmt_attr_type option, const void *arg) Description Can be used to affect behavior for a prepared statement. Option Argument Type Function STMT_ATTR_UPDATE_MAX_LENGTH bool * If set to 1, causes ...This function may be called multiple times to set several ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-result.html
bool mysql_stmt_bind_result(MYSQL_STMT *stmt, MYSQL_BIND *bind) Description mysql_stmt_bind_result() is used to associate (that is, bind) output columns in the result set to data buffers and length buffers. When mysql_stmt_fetch() is called to ...
Displaying 1311 to 1320 of 5018 total results