~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    which are used as backup storage.
82
82
  */
83
83
  Open_tables_state() : backups_available(false) { }
 
84
  virtual ~Open_tables_state() {}
84
85
 
85
86
  Open_tables_state(uint64_t version_arg);
86
87