For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated

Was this helpful?