Skip to content

mysql_thread_safe

Georg Richter edited this page Jun 10, 2023 · 1 revision

Name

mysql_thread_safe - Indicates whether the Connector/C library was compiled as thread safe.

Synopsis

#include <mysql.h>

uint mysql_thread_safe(void);

Description

Indicates whether the Connector/C library was compiled as thread-safe.

Notes

This function exists for compatibility reasons and returns always 1.

Return value

Returns always 1.

Clone this wiki locally