All pages
Powered by GitBook
1 of 1

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

  • mysql_thread_init()

  • mysql_thread_end()