~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance.h

  • Committer: Brian Aker
  • Date: 2010-10-22 00:26:57 UTC
  • mfrom: (1864.4.6 refactor)
  • Revision ID: brian@tangent.org-20101022002657-f5d3isth30d0urop
Merge of refactor2 tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                               MI_COLUMNDEF **recinfo,
69
69
                               uint64_t options);
70
70
  void setup_tmp_table_column_bitmaps();
71
 
  void free_tmp_table(Session *session);
72
71
  bool open_tmp_table();
73
72
 
74
73
  void setVariableWidth()