mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Added Innobase to source distribution
This commit is contained in:
15
innobase/include/sync0types.h
Normal file
15
innobase/include/sync0types.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/******************************************************
|
||||
Global types for sync
|
||||
|
||||
(c) 1995 Innobase Oy
|
||||
|
||||
Created 9/5/1995 Heikki Tuuri
|
||||
*******************************************************/
|
||||
|
||||
#ifndef sync0types_h
|
||||
#define sync0types_h
|
||||
|
||||
typedef struct mutex_struct mutex_t;
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user