~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-05-20 03:26:01 UTC
  • mto: (1552.1.1 new-staging)
  • mto: This revision was merged to the branch mainline in revision 1553.
  • Revision ID: brian@gaz-20100520032601-93s1jht3uqajs829
We no longer use alloc for placeholders (due to HASH I didn't use a
virtualize method to determine type... HASH needs to go soonish).

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
    delete table_proto;
227
227
    table_proto= NULL;
228
228
 
229
 
    /* We must copy mem_root from share because share is allocated through it */
230
229
    mem_root.free_root(MYF(0));                 // Free's share
231
230
  };
232
231