summaryrefslogtreecommitdiff
path: root/storage/innobase/include/lock0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/lock0types.h')
-rw-r--r--storage/innobase/include/lock0types.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/storage/innobase/include/lock0types.h b/storage/innobase/include/lock0types.h
new file mode 100644
index 00000000000..6c3e54ee1fc
--- /dev/null
+++ b/storage/innobase/include/lock0types.h
@@ -0,0 +1,16 @@
+/******************************************************
+The transaction lock system global types
+
+(c) 1996 Innobase Oy
+
+Created 5/7/1996 Heikki Tuuri
+*******************************************************/
+
+#ifndef lock0types_h
+#define lock0types_h
+
+#define lock_t ib_lock_t
+typedef struct lock_struct lock_t;
+typedef struct lock_sys_struct lock_sys_t;
+
+#endif