~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/execute/context.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-12 16:41:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2398.
  • Revision ID: olafvdspek@gmail.com-20110812164120-uu21idtt9a9sa92e
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    rc= EE_OK;
65
65
  }
66
66
 
67
 
  bool end()
 
67
  bool end() const
68
68
  {
69
69
    return _end;
70
70
  }