~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Brian Aker
  • Date: 2010-12-30 16:49:02 UTC
  • mfrom: (2040.2.3 clean)
  • Revision ID: brian@tangent.org-20101230164902-gi4cs3vxdunyds54
Rollup of assert(), etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                       const std::string& message);
78
78
#define DRIZZLE_ADD_ERROR_MESSAGE(code, msg) add_error_message(code, STRINGIFY_ARG(code), msg)
79
79
 
 
80
void my_error(drizzled_error_code nr);
80
81
void my_error(int nr, myf MyFlags, ...);
81
82
void my_message(uint32_t my_err, const char *str, myf MyFlags);
82
83
void my_printf_error(uint32_t my_err, const char *format,