~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-10-21 14:42:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1869.
  • Revision ID: brian@tangent.org-20101021144223-cbwmwlucthb7tnt3
Move mem_root to the destructor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
354
354
  filesort_info sort;
355
355
 
356
356
  Table();
357
 
  virtual ~Table() { };
 
357
  virtual ~Table();
358
358
 
359
359
  int report_error(int error);
360
360
  /**