diff options
author | monty@narttu.mysql.fi <> | 2003-06-04 19:21:51 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-06-04 19:21:51 +0300 |
commit | 40109c574ac5672a44aa963bbd4c239d1c067deb (patch) | |
tree | 6b8e47374bf313429416a26678bc409946f34772 /innobase/include/srv0srv.h | |
parent | 23145cfed72954c29f5a47e82af22898164be4b0 (diff) | |
parent | 6217b578b9b9a6f65b6891b888be357d3148f4d0 (diff) | |
download | mariadb-git-40109c574ac5672a44aa963bbd4c239d1c067deb.tar.gz |
Merge with 4.0.13
Diffstat (limited to 'innobase/include/srv0srv.h')
-rw-r--r-- | innobase/include/srv0srv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h index 121e9c44a24..8fd0fc2dd6d 100644 --- a/innobase/include/srv0srv.h +++ b/innobase/include/srv0srv.h @@ -212,6 +212,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. */ |