~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-06-21 15:57:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2346.
  • Revision ID: olafvdspek@gmail.com-20110621155711-98dr7fyae01qdbu6
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
                               List<Index_hint> *hints= 0,
590
590
                               LEX_STRING *option= 0);
591
591
  TableList* get_table_list();
592
 
  bool init_nested_join(Session *session);
 
592
  void init_nested_join(Session&);
593
593
  TableList *end_nested_join(Session *session);
594
594
  TableList *nest_last_join(Session *session);
595
595
  void add_joined_table(TableList *table);