PDF (US Ltr)
- 1.2Mb
PDF (A4)
- 1.2Mb
HTML Download (TGZ)
- 159.1Kb
HTML Download (Zip)
- 190.4Kb
void
mysql_set_local_infile_default(MYSQL *mysql);
Sets the LOAD DATA
LOCAL
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.