1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed some long from mysqld comments (should be in manual).

This commit is contained in:
monty@hundin.mysql.fi
2002-05-15 16:36:41 +03:00
parent 797797cd54
commit 48067f3cd6
4 changed files with 29 additions and 10 deletions

View File

@ -568,6 +568,9 @@ void STDCALL mysql_server_end()
if (!org_my_init_done)
my_thread_end();
#endif
/* If library called my_init(), free memory allocated by it */
if (!org_my_init_done)
my_end(0);
}
my_bool STDCALL mysql_thread_init()