Search



Search Results
Displaying 281 to 290 of 462 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-prepare.html
int mysql_stmt_prepare(MYSQL_STMT *stmt, const char *stmt_str, unsigned long length) Description Given the statement handler returned by mysql_stmt_init(), prepares the SQL statement pointed to by the string stmt_str and returns a status value. You ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-thread-id.html
unsigned long mysql_thread_id(MYSQL *mysql) Description Returns the thread ID of the current connection. This value can be used as an argument to mysql_kill() to kill the thread. If the connection is lost and you reconnect with mysql_ping(), the ...
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/mysql-warning-count.html
unsigned int mysql_warning_count(MYSQL *mysql) Description Returns the number of errors, warnings, and notes generated during execution of the previous SQL statement.
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-client-side.html
Declare the client-side plugin descriptor with the mysql_declare_client_plugin() and mysql_end_client_plugin macros (see Section 4.4.2.3, “Client Plugin Descriptors”). (For descriptions, see Section 4.4.2.3, “Client Plugin Descriptors”.) ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-proxy-users.html
One of the capabilities that pluggable authentication makes possible is proxy users (see Proxy Users). For a server-side authentication plugin to participate in proxy user support, these conditions must be satisfied: When a connecting client should ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-information-schema-plugins.html
This section describes how to write a server-side INFORMATION_SCHEMA table plugin. For example code that implements such plugins, see the sql/sql_show.cc file of a MySQL source distribution. You can also look at the example plugins found in the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora 39. (Bug #35997178) Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
MySQL NDB Cluster 8.4.0 is a new development 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 releases. NDB Cluster 8.4 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J 9.4.0 supersedes 9.3 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It ...
Displaying 281 to 290 of 462 total results