~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Merged Nathan from lp:~nlws/drizzle/i-list-session-refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
  be used explicitly.
297
297
*/
298
298
 
299
 
class Statement: public ilink, public Query_arena
 
299
class Statement: public Query_arena
300
300
{
301
301
  Statement(const Statement &rhs);              /* not implemented: */
302
302
  Statement &operator=(const Statement &rhs);   /* non-copyable */