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