~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:16:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515071635-chkog3hw0ht2f8mw
A number of random cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
 
740
740
  /* Initializes (or resets) Query_tables_list object for "real" use. */
741
741
  void reset_query_tables_list(bool init);
742
 
  void destroy_query_tables_list();
743
742
  void set_query_tables_list(Query_tables_list *state)
744
743
  {
745
744
    *this= *state;
1329
1328
 
1330
1329
  virtual ~LEX()
1331
1330
  {
1332
 
    destroy_query_tables_list();
1333
1331
  }
1334
1332
 
1335
1333
  TableList *unlink_first_table(bool *link_to_local);