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 Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI.
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
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.