You are here : Cmysql/mysql.hmysql_set_local_infile_default

mysql_set_local_infile_default() - mysql/mysql.h

 Sets the LOAD DATA
        LOCAL INFILE callback functions to the defaults used
        internally by the C client library. The library calls this
        function automatically if
        mysql_set_local_infile_handler()
        has not been called or does not supply valid functions for each
        of its callbacks.LOAD DATA
        LOCAL INFILELOAD DATA
        LOCAL INFILEmysql_set_local_infile_handler()mysql_set_local_infile_handler()


Syntax

void mysql_set_local_infile_default(MYSQL
        *mysql);


Example

 


Output / Return Value

 None.


Limitations


Alternatives / See Also


Reference