1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

Many files:

Free all OS sync primitives and allocated memory in InnoDB shutdown
This commit is contained in:
heikki@hundin.mysql.fi
2003-05-31 03:12:03 +03:00
parent cfda0a16ff
commit 42671d18ae
9 changed files with 214 additions and 107 deletions

View File

@@ -209,6 +209,12 @@ void
srv_init(void);
/*==========*/
/*************************************************************************
Frees the OS fast mutex created in srv_init(). */
void
srv_free(void);
/*==========*/
/*************************************************************************
Initializes the synchronization primitives, memory system, and the thread
local storage. */