~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
/*************************************************************************
23
23
Opens a session. */
24
 
UNIV_INTERN
 
24
 
25
25
sess_t*
26
26
sess_open(void);
27
27
/*============*/
29
29
/*************************************************************************
30
30
Closes a session, freeing the memory occupied by it, if it is in a state
31
31
where it should be closed. */
32
 
UNIV_INTERN
 
32
 
33
33
ibool
34
34
sess_try_close(
35
35
/*===========*/