Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-next.html
                                 int mysql_session_track_get_next(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description This function fetches additional session state-change information received from the server, following that retrieved by ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-server-option.html
                                 int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option) Description Enables or disables an option for the connection. Option Description MYSQL_OPTION_MULTI_STATEMENTS_ON Enable multiple-statement support ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-shutdown.html
                                 int mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level shutdown_level) Description Note mysql_shutdown() is deprecated and will be removed in a future version of MySQL. MySQL servers support only one type of shutdown; shutdown_level must ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-attr-get.html
                                 bool mysql_stmt_attr_get(MYSQL_STMT *stmt, enum enum_stmt_attr_type option, void *arg) Description Can be used to get the current value for a statement attribute. The option argument is the option that you want to get; the arg should point to a ...
                                            
                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. This function may be called multiple times to set several options. The option argument ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
                                 The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of the general plugin descriptor. The status_vars member of the general plugin descriptor, if not 0, points to an array ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
                                 MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...
                                            
                https://dev.mysql.com/doc/internals/en/generating-browsable-binary-log-information.html
                                 Source files in the sql directory of a MySQL source tree or source distribution contain comments that can be processed with doxygen to generate HTML files that describe classes, files, and so forth. To generate the HTML files and view information ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
                                 mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option file. For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option Files”. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                 Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...