MySQL 8.4 C API Developer Guide / ... / C API Basic Interface / C API Basic Function Descriptions / mysql_set_local_infile_default()
voidmysql_set_local_infile_default(MYSQL *mysql); Sets theLOAD DATA LOCAL callback functions to the defaults used internally by the C client library. The library calls this function automatically ifmysql_set_local_infile_handler() has not been called or does not supply valid functions for each of its callbacks.