~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_lex.cc

Removed dead variable, sorted authors file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1603
1603
  first_execution= 1;
1604
1604
  first_cond_optimization= 1;
1605
1605
  parsing_place= NO_MATTER;
1606
 
  exclude_from_table_unique_test= no_wrap_view_item= false;
 
1606
  exclude_from_table_unique_test= false;
1607
1607
  nest_level= 0;
1608
1608
  link_next= 0;
1609
1609
}