~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Mark Atwood
  • Date: 2011-11-11 18:23:18 UTC
  • mfrom: (2456.1.5 rf)
  • Revision ID: me@mark.atwood.name-20111111182318-skgcp9ce65fd2goa
mergeĀ lp:~olafvdspek/drizzle/refactor11

Show diffs side-by-side

added added

removed removed

Lines of Context:
590
590
                               lex_string_t *option= 0);
591
591
  TableList* get_table_list();
592
592
  void init_nested_join(Session&);
593
 
  TableList *end_nested_join(Session *session);
594
 
  TableList *nest_last_join(Session *session);
 
593
  TableList *end_nested_join();
 
594
  TableList *nest_last_join(Session*);
595
595
  void add_joined_table(TableList *table);
596
596
  TableList *convert_right_join();
597
597
  List<Item>* get_item_list();