~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Made the_query_id private. Thanks Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
/*************************************************************************
23
23
Opens a session. */
24
 
 
 
24
UNIV_INTERN
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
 
 
 
32
UNIV_INTERN
33
33
ibool
34
34
sess_try_close(
35
35
/*===========*/