mysql_thread_safe

Syntax

unsigned int mysql_thread_safe(void );

Description

Indicates whether or not the client library is compiled as thread safe. Returns 1 if the client library was compiled as thread safe otherwise zero.

By default the mariadb client library is compiled as thread safe.

See also

Last updated

Was this helpful?