77
77
const std::string& message);
78
78
#define DRIZZLE_ADD_ERROR_MESSAGE(code, msg) add_error_message(code, STRINGIFY_ARG(code), msg)
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,