mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
Import 5.0 code.
This commit is contained in:
14
include/usr0types.h
Normal file
14
include/usr0types.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user