~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/release_savepoint.h

  • Committer: Mark Atwood
  • Date: 2011-10-19 00:10:47 UTC
  • mfrom: (2440.2.13 rf)
  • Revision ID: me@mark.atwood.name-20111019001047-atj0u8gedphon1tb
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class ReleaseSavepoint : public Statement
30
30
{
31
31
public:
32
 
  ReleaseSavepoint(Session *in_session, const lex_string_t &ident) :
 
32
  ReleaseSavepoint(Session *in_session, str_ref ident) :
33
33
    Statement(in_session)
34
34
  {
35
35
    set_command(SQLCOM_RELEASE_SAVEPOINT);