~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-16 20:38:08 UTC
  • mto: (2088.1.1 merge)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110116203808-dl1dvpoarmkug1no
Entire convert over to time_t.

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
};