~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Lee Bieber
  • Date: 2011-02-28 23:00:55 UTC
  • mfrom: (2208.1.4 build)
  • Revision ID: kalebral@gmail.com-20110228230055-g9cq8faquzm5cvpi
Merge Olaf - Remove Session::change_item_tree
Merge Shrew/Joe - 720908: slave will not reconnect if initial connection to master is unsuccessful
Merge Shrews - 723923: Make sleep intervals for slave plugin configurable
Merge Patrck - 726784: dbqp not properly resetting itself after a test failure 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1192
1192
  inline bool is_error() const { return main_da.is_error(); }
1193
1193
  inline const CHARSET_INFO *charset() { return default_charset_info; }
1194
1194
 
1195
 
  void change_item_tree(Item **place, Item *new_value)
1196
 
  {
1197
 
    *place= new_value;
1198
 
  }
1199
1195
  /**
1200
1196
    Cleanup statement parse state (parse tree, lex) and execution
1201
1197
    state after execution of a non-prepared SQL statement.