mysql_library_end

Prototypes

void mysql_library_end(void);

Description

Termine la bibliothèque du client My Sql.

Exemple

#include <mysql.h>

...
if (mysql_library_init(-1, NULL, NULL)) ...
if (!mysql_thread_safe()) ...
mysql_library_end();
...

Voir aussi

mysql_library_init pour initialiser la bibliothèque du client My Sql. mysql_thread_safe pour savoir si le multi-tâche est supporté.