~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/current_session.h

  • Committer: Brian Aker
  • Date: 2010-02-14 02:02:48 UTC
  • mfrom: (1273.13.64 fix_is)
  • Revision ID: brian@gaz-20100214020248-bhovaejhz9fmer3q
MergeĀ inĀ data_dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
namespace memory { class Root; }
30
30
 
31
31
Session *_current_session(void);
32
 
#define current_session _current_session()
 
32
#define current_session ::drizzled::_current_session()
33
33
memory::Root *current_mem_root(void);
34
34
 
35
35
} /* namespace drizzled */