~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Monty Taylor
  • Date: 2010-12-24 07:15:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2029.
  • Revision ID: mordred@inaugust.com-20101224071543-ab082y5circku6v5
Renamed things prefixed mysql_ or mysqld_

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