~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-21 19:11:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2346.
  • Revision ID: olafvdspek@gmail.com-20110621191123-hddduaww44ntgdx5
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1032
1032
public:
1033
1033
  void my_ok(ha_rows affected_rows= 0, ha_rows found_rows_arg= 0, uint64_t passed_id= 0, const char *message= NULL);
1034
1034
  void my_eof();
1035
 
  bool add_item_to_list(Item *item);
1036
 
  bool add_value_to_list(Item *value);
1037
 
  bool add_order_to_list(Item *item, bool asc);
1038
 
  bool add_group_to_list(Item *item, bool asc);
 
1035
  void add_item_to_list(Item *item);
 
1036
  void add_value_to_list(Item *value);
 
1037
  void add_order_to_list(Item *item, bool asc);
 
1038
  void add_group_to_list(Item *item, bool asc);
1039
1039
 
1040
1040
  void refresh_status();
1041
1041
  user_var_entry *getVariable(LEX_STRING &name, bool create_if_not_exists);