~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_lex.h

Removed dead variable, sorted authors file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
615
615
  */
616
616
  bool first_execution;
617
617
  bool first_cond_optimization;
618
 
  /* do not wrap view fields with Item_ref */
619
 
  bool no_wrap_view_item;
620
618
  /* exclude this select from check of unique_table() */
621
619
  bool exclude_from_table_unique_test;
622
620
  /* List of fields that aren't under an aggregate function */