~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Joseph Daly
  • Date: 2010-10-29 02:01:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101029020129-a981fu3ia5aaeppr
code cleanup, test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
  Item *free_list;
361
361
  memory::Root *mem_root; /**< Pointer to current memroot */
362
362
 
 
363
 
363
364
  memory::Root *getMemRoot()
364
365
  {
365
366
    return mem_root;