~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
319
319
      mem_root.init(TABLE_ALLOC_BLOCK_SIZE);
320
320
  }
321
321
public:
322
 
  memory::Root& getMemRoot()
 
322
  memory::Root& mem()
323
323
  {
324
324
    init_mem_root();
325
325
    return mem_root;