~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/base.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-23 10:02:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110623100230-w8vx1so32tkxsh6f
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
    return mem_root.strmake(str_arg, len_arg);
181
181
  }
182
182
 
183
 
  memory::Root& getMemRoot()
 
183
  memory::Root& mem()
184
184
  {
185
185
    return mem_root;
186
186
  }