~jaypipes/drizzle/new-test-runner

« back to all changes in this revision

Viewing changes to storage/innobase/include/usr0types.h

  • Committer: Jay Pipes
  • Date: 2008-12-11 17:52:34 UTC
  • mfrom: (482.16.152 testable)
  • Revision ID: jpipes@serialcoder-20081211175234-uqsfvmgxejvmellq
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/******************************************************
 
2
Users and sessions global types
 
3
 
 
4
(c) 1996 Innobase Oy
 
5
 
 
6
Created 6/25/1996 Heikki Tuuri
 
7
*******************************************************/
 
8
 
 
9
#ifndef usr0types_h
 
10
#define usr0types_h
 
11
 
 
12
typedef struct sess_struct      sess_t;
 
13
 
 
14
#endif