~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-04-19 19:23:14 UTC
  • Revision ID: brian@gaz-20100419192314-47vro57tcn607i61
More updates for memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
 
564
564
    /* We must copy mem_root from share because share is allocated through it */
565
565
    memcpy(&new_mem_root, &mem_root, sizeof(new_mem_root));
566
 
    free_root(&new_mem_root, MYF(0));                 // Free's share
 
566
    new_mem_root.free_root(MYF(0));                 // Free's share
567
567
  }
568
568
 
569
569
  void open_table_error(int pass_error, int db_errno, int pass_errarg);