====== mysql_set_local_infile_handler ======
void mysql_set_local_infile_handler(
MYSQL *mysql,
int (*local_infile_init)(void **, const char *, void *),
int (*local_infile_read)(void *, char *, unsigned int),
void (*local_infile_end)(void *),
int (*local_infile_error)(void *, char*, unsigned int),
void *userdata
);
==== description of mysql_set_local_infile_handler ====
mysql_set_local_infile_handler is in work by code-reference.com \\
if you are faster... don't hasitate and add it
no example at the moment
===== output of mysql_set_local_infile_handler c example =====
no example at the moment