mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge with 4.0 to get Netware patches and fixes for libmysqld.dll
This commit is contained in:
@ -353,14 +353,16 @@ static my_bool win32_init_tcp_ip()
|
||||
|
||||
|
||||
#ifdef __NETWARE__
|
||||
/****************************************************************************
|
||||
Do basic initialisation for netware needed by most programs
|
||||
****************************************************************************/
|
||||
/*
|
||||
Basic initialisation for netware
|
||||
*/
|
||||
|
||||
static void netware_init()
|
||||
{
|
||||
char cwd[PATH_MAX], *name;
|
||||
|
||||
DBUG_ENTER("netware_init");
|
||||
|
||||
/* init only if we are not a client library */
|
||||
if (my_progname)
|
||||
{
|
||||
@ -398,5 +400,7 @@ static void netware_init()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
#endif /* __NETWARE__ */
|
||||
|
Reference in New Issue
Block a user