Skip to content

mysql_set_local_infile_default

Georg Richter edited this page Jun 11, 2023 · 1 revision

Name

mysql_set_local_infile_default - Sets local infile callback functions to default

Synopsis

#include <mysql.h>

void mysql_set_local_infile_default(MYSQL *conn);

Description

Sets local infile callback functions to MariaDB Connector/C internal default callback functions.

Parameter

  • mysql - mysql handle, which was previously allocated by mysql_init()

See also

Clone this wiki locally