~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-01-17 00:52:59 UTC
  • Revision ID: brian@gir-3.local-20090117005259-goyecyq0tpi9irnb
Pass through on refactoring functions to clases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
  { return s->version != refresh_version; }
520
520
 
521
521
  int report_error(int error);
 
522
  int closefrm(bool free_share);
 
523
  uint32_t tmpkeyval();
522
524
};
523
525
 
524
526
Table *create_virtual_tmp_table(Session *session,