Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/mysql-ssl-set.html
                                Return Values This function returns false if the operation is successful, else it returns true.  bool mysql_ssl_set(MYSQL *mysql, const char *key, const char *cert, const char *ca, const char *capath, const char *cipher) Description Note As of MySQL ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-errno.html
                                 unsigned int mysql_stmt_errno(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_errno() returns the error code for the most recently invoked statement API function that can succeed or fail. If the failed statement API ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-insert-id.html
                                Use this function after you have executed a prepared INSERT statement on a table which contains an AUTO_INCREMENT field. Return Values Value for AUTO_INCREMENT column which was automatically generated or explicitly set during execution of prepared ... uint64_t mysql_stmt_insert_id(MYSQL_STMT *stmt) Description Returns the value generated for an AUTO_INCREMENT column by the prepared INSERT or UPDATE ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-next-result.html
                                 int mysql_stmt_next_result(MYSQL_STMT *mysql) Description This function is used when you use prepared CALL statements to execute stored procedures, which can return multiple result sets. However, this function does not change the connection state, ...Use a loop that calls mysql_stmt_next_result() to determine whether there are more ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-thread-init.html
                                 bool mysql_thread_init(void) Description This function must be called early within each created thread to initialize thread-specific variables. If you invoke any of those functions, mysql_thread_init() is called for you. Calling mysql_thread_init() ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins.html
                                 To create a plugin library, you must provide the required descriptor information that indicates what plugins the library file contains, and write the interface functions for each plugin. For example, you may have problems if you attempt to use ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
                                Replica skip error functionality was also affected in that it attempted to skip only the error that occurred when a transaction was committed a second time. With missing indexes, some of the SQL handler functionality is unavailable—for example, ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
                                Functionality Added or Changed Bugs Fixed Functionality Added or Changed Timestamps in NDB node logs can now be printed with microsecond resolution.  MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-7.html
                                Functionality Added or Changed Bugs Fixed Functionality Added or Changed MySQL NDB Cluster now generates log entries for redo logging issues, including redo log buffer exhaustion, redo log space exhaustion, and file change problems, which can cause ... MySQL NDB Cluster 8.4.7 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-cluster-manager/8.4/en/news-8-4-4.html
                                 Version 8.4.4 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and 7.6. The backup should first be moved to another other location or be deleted ...