1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added LOCAL INFILE callback function support.

This commit is contained in:
jcole@mugatu.jcole.us
2004-03-22 19:58:49 -05:00
parent de09e55b8b
commit 15cc92cacb
5 changed files with 181 additions and 20 deletions

View File

@ -23,7 +23,7 @@ extern my_string mysql_unix_port;
sig_handler pipe_sig_handler(int sig __attribute__((unused)));
void read_user_name(char *name);
my_bool send_file_to_server(MYSQL *mysql, const char *filename);
my_bool handle_local_infile(MYSQL *mysql, const char *net_filename);
/*
Let the user specify that we don't want SIGPIPE; This doesn't however work