-
Notifications
You must be signed in to change notification settings - Fork 264
mysql_set_local_infile_default
Georg Richter edited this page Jun 11, 2023
·
1 revision
mysql_set_local_infile_default - Sets local infile callback functions to default
#include <mysql.h>
void mysql_set_local_infile_default(MYSQL *conn);
Sets local infile callback functions to MariaDB Connector/C internal default callback functions.
-
mysql
- mysql handle, which was previously allocated by mysql_init()
MariaDB Connector/C Reference