1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Changed prototype of killed_ptr() to make it more portable

Applied patches for Netware
This commit is contained in:
monty@mysql.com
2004-05-26 19:12:49 +03:00
parent 2709f91947
commit 7d8f8bc77b
24 changed files with 384 additions and 118 deletions

View File

@ -149,7 +149,7 @@ int STDCALL mysql_server_init(int argc __attribute__((unused)),
mysql_unix_port = env;
}
mysql_debug(NullS);
#if defined(SIGPIPE) && !defined(__WIN__)
#if defined(SIGPIPE) && !defined(__WIN__) && !defined(__NETWARE__)
(void) signal(SIGPIPE, SIG_IGN);
#endif
#ifdef EMBEDDED_LIBRARY

View File

@ -81,7 +81,6 @@ EXPORTS
mysql_stmt_param_count
mysql_stmt_param_metadata
mysql_ping
mysql_prepare
mysql_stmt_result_metadata
mysql_query
mysql_read_query_result
@ -114,6 +113,9 @@ EXPORTS
mysql_thread_safe
mysql_use_result
mysql_warning_count
mysql_stmt_sqlstate
mysql_sqlstate
mysql_get_server_version
net_buffer_length
set_dynamic
strcend