summaryrefslogtreecommitdiff
path: root/storage/innobase/include/usr0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/usr0types.h')
-rw-r--r--storage/innobase/include/usr0types.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/storage/innobase/include/usr0types.h b/storage/innobase/include/usr0types.h
new file mode 100644
index 00000000000..29359425169
--- /dev/null
+++ b/storage/innobase/include/usr0types.h
@@ -0,0 +1,14 @@
+/******************************************************
+Users and sessions global types
+
+(c) 1996 Innobase Oy
+
+Created 6/25/1996 Heikki Tuuri
+*******************************************************/
+
+#ifndef usr0types_h
+#define usr0types_h
+
+typedef struct sess_struct sess_t;
+
+#endif