diff options
author | konstantin@oak.local <> | 2004-03-12 18:53:45 +0300 |
---|---|---|
committer | konstantin@oak.local <> | 2004-03-12 18:53:45 +0300 |
commit | 001ad875547e9551958f9696ecb13544606ef895 (patch) | |
tree | fce26171177e11766a82d4982545e8f3d5e9b29c /libmysql/client_settings.h | |
parent | 8ad684adb9a75dc841c0b2edd7e1686b76d47f09 (diff) | |
download | mariadb-git-001ad875547e9551958f9696ecb13544606ef895.tar.gz |
fix to make client.c compile on windows
Diffstat (limited to 'libmysql/client_settings.h')
-rw-r--r-- | libmysql/client_settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysql/client_settings.h b/libmysql/client_settings.h index cf5219bae59..e4475d76958 100644 --- a/libmysql/client_settings.h +++ b/libmysql/client_settings.h @@ -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 |