~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-03-10 15:30:16 UTC
  • mfrom: (923.1.9 merge)
  • Revision ID: brian@tangent.org-20090310153016-imdmo2jj1cecz9py
Merge from Brian (Cleanup around LCOV)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1291
1291
  List<Name_resolution_context> context_stack;
1292
1292
  List<LEX_STRING>     db_list;
1293
1293
 
1294
 
  SQL_LIST            proc_list, auxiliary_table_list, save_list;
 
1294
  SQL_LIST            auxiliary_table_list, save_list;
1295
1295
  Create_field        *last_field;
1296
1296
  Item_sum *in_sum_func;
1297
1297
  udf_func udf;