~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_to_file.h

  • Committer: Brian Aker
  • Date: 2011-01-17 23:44:48 UTC
  • mfrom: (2088.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110117234448-0tt6rd6fxa3csdaf
Rollup of all changes for identifier/error

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
public:
45
45
  select_to_file(file_exchange *ex);
46
46
  virtual ~select_to_file();
47
 
  void send_error(uint32_t errcode,const char *err);
 
47
  void send_error(drizzled::error_t errcode,const char *err);
48
48
  bool send_eof();
49
49
  void cleanup();
50
50
};