~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-22 16:36:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2347.
  • Revision ID: olafvdspek@gmail.com-20110622163640-pwub8fpyqfdvqek4
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
 
316
316
  void init_mem_root()
317
317
  {
318
 
    assert(mem_root.alloc_root_inited());
319
318
    if (not mem_root.alloc_root_inited())
320
319
      mem_root.init(TABLE_ALLOC_BLOCK_SIZE);
321
320
  }