Search



Search Results
Displaying 1581 to 1590 of 5018 total results
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-6-0.html
Version 9.6.0 has no release notes, or they have not been published because the product version has not been released.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-x.html
...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-variables.html
...
Displaying 1581 to 1590 of 5018 total results