~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Olaf van der Spek
  • Date: 2011-11-09 20:20:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2457.
  • Revision ID: olafvdspek@gmail.com-20111109202023-df2axkpkey9qouze
Refactor

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();