Commit 9c91aa95 authored by unknown's avatar unknown

Minor tweak to fix the Netware portability to libmysqld


libmysqld/libmysqld.c:
  Minor tweak to fix the Netware portability to libmysqld
parent 0777bd04
......@@ -386,7 +386,7 @@ mysql_init(MYSQL *mysql)
}
void STDCALL mysql_once_init()
void mysql_once_init()
{
if (!mysql_client_init)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment