mysql_thread_safe - mariadb-corporation/mariadb-connector-c GitHub Wiki
mysql_thread_safe - Indicates whether the Connector/C library was compiled as thread safe.
#include <mysql.h>
uint mysql_thread_safe(void);
Indicates whether the Connector/C library was compiled as thread-safe.
This function exists for compatibility reasons and returns always 1.
Returns always 1.