Search



Search Results
Displaying 841 to 850 of 2652 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-query-nonblocking.html
enum net_async_status mysql_real_query_nonblocking(MYSQL *mysql, const char *stmt_str, unsigned long length) Description Note mysql_real_query_nonblocking() is an asynchronous function. It is the counterpart of the mysql_real_query() synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-local-infile-default.html
void mysql_set_local_infile_default(MYSQL *mysql); Description Sets the LOAD DATA LOCAL callback functions to the defaults used internally by the C client library. The library calls this function automatically if mysql_set_local_infile_handler() ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-attr-set.html
This function may be called multiple times to set several options. Option Argument Type Function STMT_ATTR_UPDATE_MAX_LENGTH bool * If set to 1, causes mysql_stmt_store_result() to update the metadata MYSQL_FIELD->max_length value. If you open a ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-components.html
The client plugin implementation is simpler: For the mysql_options() C API function, the MYSQL_DEFAULT_AUTH and MYSQL_PLUGIN_DIR options enable client programs to load authentication plugins. There are C API functions that enable management of ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins-overview.html
For example, each plugin's general plugin descriptor points to the initialization and deinitialization functions that the server should invoke when it loads and unloads the plugin. These conditions apply to plugin writing: MySQL header files used ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-5.html
Compilation Notes Functionality Added or Changed Bugs Fixed Compilation Notes The ability to build the source without NDB using the internal script storage/ndb/compile-cluster was adversely affected by work done in NDB 8.0.31 making the ndbcluster ... MySQL NDB Cluster 8.4.5 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-0.html
The following list contains functionality changes and bug fixes for MySQL Enterprise Backup 8.4.0, in comparison to release 8.3.0. MySQL Enterprise Backup 8.4.0 marks the start of a new series of LTS (Long Term Support) releases. MySQL Enterprise ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-3.html
AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Bugs Fixed AdminAPI Bugs Fixed Running a rescan() operation on a Replica Cluster, could result in a warning that group_replication_view_change_uuid is required, but ...This occurred in a mixed version ClusterSet, where the primary Cluster is on version 8.3.0, or higher, and the replicas were on versions lower than ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-21.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: The JSON Schema Validation Functions on MySQL servers are now supported by Connector/J; see Schema Validation for details. Version 8.0.21 is the latest General ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
Installation and Compilation Notes Functionality Added or Changed Bugs Fixed Installation and Compilation Notes The version requirements for the third-party libraries and tools needed for running and building Connector/J 8.0.32 have been updated.
Displaying 841 to 850 of 2652 total results