~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.h

  • Committer: Eric Day
  • Date: 2009-08-28 00:07:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090828000754-iv1e31b3bdz5u01a
Added NULL client for rm_tmp_table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
  /**
109
109
   * Read command from client.
110
110
   */
111
 
  virtual bool readCommand(char **packet, uint32_t *packet_length)=0;
 
111
  virtual bool readCommand(char **packet, uint32_t *packet_length)= 0;
112
112
 
113
113
  /* Send responses. */
114
114
  virtual void sendOK(void)= 0;
115
115
  virtual void sendEOF(void)= 0;
116
 
  virtual void sendError(uint32_t sql_errno, const char *err)=0;
 
116
  virtual void sendError(uint32_t sql_errno, const char *err)= 0;
117
117
 
118
118
  /**
119
119
   * Send field list for result set.