~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/protocol.h

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    return 0;
76
76
  }
77
77
  virtual bool flush();
78
 
  virtual void end_partial_result_set(Session *session);
79
78
  virtual void prepare_for_resend()=0;
80
79
 
81
80
  virtual bool store_null()=0;