mysql_thread_safe

Prototypes

unsigned int mysql_thread_safe(void);

Description

Retourne un entier non nul si le mode multi-tâche est supporté.

Exemple

#include <mysql.h>

...
if (!mysql_thread_safe()) ...
if (!mysql_thread_safe()) ...

Voir aussi

mysql_library_init pour initialiser la bibliothèque du client My Sql. mysql_library_end pour terminer la bibliothèque du client My Sql.