~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: lbieber at stabletransit
  • Date: 2010-10-16 03:50:39 UTC
  • mfrom: (1857.1.2 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101016035039-j8shvyewemcex8kc
Merge Vijay - fix for distcheck
Merge Brian - clean up events add tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1437
1437
  }
1438
1438
  void refresh_status();
1439
1439
  user_var_entry *getVariable(LEX_STRING &name, bool create_if_not_exists);
 
1440
  user_var_entry *getVariable(const std::string  &name, bool create_if_not_exists);
 
1441
  void setVariable(const std::string &name, const std::string &value);
1440
1442
  
1441
1443
  /**
1442
1444
   * Closes all tables used by the current substatement, or all tables