~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-04-17 01:45:33 UTC
  • Revision ID: brian@gaz-20090417014533-exdrtriab9zecqs2
Refactor get_variable to session

Show diffs side-by-side

added added

removed removed

Lines of Context:
1232
1232
    return lex->current_select->add_group_to_list(this, item, asc);
1233
1233
  }
1234
1234
  void refresh_status();
 
1235
  user_var_entry *getVariable(LEX_STRING &name, bool create_if_not_exists);
1235
1236
};
1236
1237
 
1237
1238
/*