1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Updates for gethostname and gethostbyname_r usage

This commit is contained in:
msvensson@shellback.(none)
2006-11-21 11:59:25 +01:00
parent 7b9a210bde
commit 0b89340a0b
2 changed files with 7 additions and 11 deletions

View File

@@ -62,10 +62,6 @@
(LP)->sql_command == SQLCOM_DROP_FUNCTION ? \
"FUNCTION" : "PROCEDURE")
#ifdef SOLARIS
extern "C" int gethostname(char *name, int namelen);
#endif
static void time_out_user_resource_limits(THD *thd, USER_CONN *uc);
#ifndef NO_EMBEDDED_ACCESS_CHECKS
static int check_for_max_user_connections(THD *thd, USER_CONN *uc);