~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

  • Committer: Monty Taylor
  • Date: 2009-12-08 19:56:11 UTC
  • mto: (1241.9.9 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091208195611-8vptxzf5bvy9dd3v
destructor for base class "Open_tables_state" (declared at line 31 of "../drizzled/open_tables_state.h") is not virtual

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