1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

os0thread.c, os0thread.h, os0sync.h:

Cleanup
os0sync.c:
  Free all OS sync primitives and allocated memory in InnoDB shutdown


innobase/os/os0sync.c:
  Free all OS sync primitives and allocated memory in InnoDB shutdown
innobase/include/os0sync.h:
  Cleanup
innobase/include/os0thread.h:
  Cleanup
innobase/os/os0thread.c:
  Cleanup
This commit is contained in:
unknown
2003-05-31 03:23:42 +03:00
parent 3cba21f9f5
commit c01bcf473e
4 changed files with 3 additions and 5 deletions

View File

@ -11,7 +11,6 @@ Created 9/8/1995 Heikki Tuuri
#define os0thread_h
#include "univ.i"
#include "os0sync.h"
/* Maximum number of threads which can be created in the program;
this is also the size of the wait slot array for MySQL threads which