mysql_set_local_infile_default
mysql_set_local_infile_default resets local infile callbacks to the Connector/C internal defaults, reversing any custom handler registered via mysql_set_local_infile_handler.
Name
mysql_set_local_infile_default - Sets local infile callback functions to default
Syntax
#include <mysql.h>
void mysql_set_local_infile_default(MYSQL *conn);Parameter
mysql- mysql handle, which was previously allocated by mysql_init().
Description
Sets local infile callback functions to MariaDB Connector/C internal default callback functions.
See Also
This page is: Copyright © 2026 MariaDB. All rights reserved.
Last updated
Was this helpful?

