mysql_thread_safe() indicates whether the client library is compiled as thread-safe.
Syntax
unsigned
int mysql_thread_safe(void)
Return values
The function returns 1 if the client library is thread-safe. Otherwise, it returns 0.
OceanBase Connector/C
Download PDF
mysql_thread_safe() indicates whether the client library is compiled as thread-safe.
unsigned
int mysql_thread_safe(void)
The function returns 1 if the client library is thread-safe. Otherwise, it returns 0.