~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

Merged in some icc warning fixes that also had something to do with the plugin header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
673
673
    of Query_tables_list instances which are used as backup storage.
674
674
  */
675
675
  Query_tables_list() {}
676
 
  ~Query_tables_list() {}
 
676
  virtual ~Query_tables_list() {}
677
677
 
678
678
  /* Initializes (or resets) Query_tables_list object for "real" use. */
679
679
  void reset_query_tables_list(bool init);