~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
/* These may not be declared yet */
46
46
class Table_ident;
47
47
class file_exchange;
48
 
class LEX_COLUMN;
 
48
class Lex_Column;
49
49
class Item_outer_ref;
50
50
 
51
51
/*
1269
1269
  List<Key_part_spec> col_list;
1270
1270
  List<Key_part_spec> ref_list;
1271
1271
  List<String>        interval_list;
1272
 
  List<LEX_COLUMN>    columns;
 
1272
  List<Lex_Column>    columns;
1273
1273
  List<Item>          *insert_list,field_list,value_list,update_list;
1274
1274
  List<List_item>     many_values;
1275
1275
  List<set_var_base>  var_list;