~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Lee Bieber
  • Date: 2011-03-22 17:41:09 UTC
  • mfrom: (2241.2.18 refactor2)
  • Revision ID: kalebral@gmail.com-20110322174109-1bsfvv4q1dnfd089
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                               Item *default_value, Item *on_update_value,
58
58
                               LEX_STRING *comment, char *change,
59
59
                               List<String> *interval_list, CHARSET_INFO *cs);
60
 
bool push_new_name_resolution_context(Session *session,
61
 
                                      TableList *left_op,
62
 
                                      TableList *right_op);
 
60
void push_new_name_resolution_context(Session&, TableList& left_op, TableList& right_op);
63
61
void add_join_on(TableList *b,Item *expr);
64
62
void add_join_natural(TableList *a,TableList *b,List<String> *using_fields,
65
63
                      Select_Lex *lex);