~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-05-14 18:39:34 UTC
  • Revision ID: brian@gaz-20100514183934-u5hke2tn716nk5u1
just remove entirely the need for fieldnames.

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
  }
316
316
 
317
317
private:
318
 
  std::vector<std::string> fieldnames;
319
 
 
320
 
  void addFieldName(std::string arg)
321
 
  {
322
 
    fieldnames.push_back(arg);
323
 
  }
324
318
  TYPELIB *intervals;                   /* pointer to interval info */
325
319
 
326
320
public: