mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
fix to make client.c compile on windows
This commit is contained in:
parent
4d8ebaf8ca
commit
8b11f1c106
2 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ sig_handler pipe_sig_handler(int sig __attribute__((unused)));
|
|||
my_bool stmt_close(MYSQL_STMT *stmt, my_bool skip_free);
|
||||
void read_user_name(char *name);
|
||||
my_bool send_file_to_server(MYSQL *mysql, const char *filename);
|
||||
void set_mysql_error(MYSQL *mysql, int errcode, const char *sqlstate);
|
||||
|
||||
/*
|
||||
Let the user specify that we don't want SIGPIPE; This doesn't however work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue