Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-result-metadata.html
MYSQL_RES * mysql_stmt_result_metadata(MYSQL_STMT *stmt) Description mysql_stmt_result_metadata() is used to obtain result set metadata for a prepared statement. Its use requires that the statement when executed by mysql_stmt_execute() does produce ...If the executed statement is a CALL statement, it may produce multiple result ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-row-seek.html
MYSQL_ROW_OFFSET mysql_stmt_row_seek(MYSQL_STMT *stmt, MYSQL_ROW_OFFSET offset) Description Sets the row cursor to an arbitrary row in a statement result set. The offset value is a row offset that should be a value returned from ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-row-tell.html
MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT *stmt) Description Returns the current position of the row cursor for the last mysql_stmt_fetch().
https://dev.mysql.com/doc/c-api/8.4/en/mysql-thread-end.html
void mysql_thread_end(void) Description Call this function as necessary before calling pthread_exit() to free memory allocated by mysql_thread_init(): For release/production builds without debugging support enabled, mysql_thread_end() need not be ...
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. Calling mysql_thread_init() is automatically handled by mysql_init(), mysql_library_init(), ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-thread-safe.html
unsigned int mysql_thread_safe(void) Description This function indicates whether the client library is compiled as thread-safe. Return Values 1 if the client library is thread-safe, 0 otherwise.
https://dev.mysql.com/doc/c-api/8.4/en/null-mysql-store-result.html
It is possible for mysql_store_result() to return NULL following a successful call to the server using mysql_real_query() or mysql_query(). You can always check whether the statement should have produced a nonempty result by calling ...When this ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-10.html
There are no release notes for this skipped version number.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-x.html
...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-x.html
...