~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-05-18 16:00:53 UTC
  • mto: (1552.1.1 new-staging)
  • mto: This revision was merged to the branch mainline in revision 1541.
  • Revision ID: brian@gaz-20100518160053-1e3huv6ofpvuf1y0
Merge of change to flip table instance to be share instance

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
    return mem_root.strmake_root(str_arg, len_arg);
271
271
  }
272
272
 
 
273
  memory::Root *getMemRoot()
 
274
  {
 
275
    return &mem_root;
 
276
  }
 
277
 
273
278
private:
274
279
  std::vector<std::string> _keynames;
275
280