-
Notifications
You must be signed in to change notification settings - Fork 258
mysql_thread_safe
Georg Richter edited this page Jun 10, 2023
·
1 revision
mysql_thread_safe - Indicates whether the Connector/C library was compiled as thread safe.
#include <mysql.h>
uint mysql_thread_safe(void);
Indicates whether the Connector/C library was compiled as thread-safe.
This function exists for compatibility reasons and returns always 1.
Returns always 1.
MariaDB Connector/C Reference