~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

Merge in Monty's rename patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
void push_warning_printf(Session *session, DRIZZLE_ERROR::enum_warning_level level,
55
55
                         uint32_t code, const char *format, ...);
56
56
void drizzle_reset_errors(Session *session, bool force);
57
 
bool mysqld_show_warnings(Session *session, 
58
 
                          std::bitset<DRIZZLE_ERROR::NUM_ERRORS> &levels_to_show);
 
57
bool show_warnings(Session *session, 
 
58
                   std::bitset<DRIZZLE_ERROR::NUM_ERRORS> &levels_to_show);
59
59
 
60
60
extern const LEX_STRING warning_level_names[];
61
61