~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

Monty fixes pluss a few from me for charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
996
996
  */
997
997
  virtual ~LEX()
998
998
  {
999
 
    /*
1000
 
     * When the switch statement from sql_parse is completely
1001
 
     * removed, we need to de-allocate the memory from the 
1002
 
     * classes allocated for them here.
1003
 
     */
1004
999
  }
1005
1000
 
1006
1001
  TableList *unlink_first_table(bool *link_to_local);