MySQL :: MySQL 8.4 C API Developer Guide :: 8.2.3 mysql_thread_safe() (original) (raw)
8.2.3 mysql_thread_safe()
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.