1
0
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:
osku
2005-10-27 07:29:40 +00:00
parent 3de9a53e2f
commit 2903c72469
310 changed files with 163246 additions and 0 deletions

14
include/usr0types.h Normal file
View 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