~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-10-11 18:44:09 UTC
  • mto: (1857.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1858.
  • Revision ID: brian@tangent.org-20101011184409-xs1ru162xi19vm0z
Adding in more test case for events (though these do not really have the
correct results just yet, I just want them in place).

This adds to session a new method for inserting a variable form an
event/trigger.

Show diffs side-by-side

added added

removed removed

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