~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to drizzled/current_session.h

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define DRIZZLED_CURRENT_SESSION_H
23
23
 
24
24
class Session;
 
25
typedef struct st_mem_root MEM_ROOT;
25
26
 
26
27
Session *_current_session(void);
27
28
#define current_session _current_session()