~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-29 12:57:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2362.
  • Revision ID: olafvdspek@gmail.com-20110629125743-tdhc4i70kp4wuuph
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
DRIZZLED_API void push_warning_printf(Session *session, DRIZZLE_ERROR::enum_warning_level level,
63
63
                         drizzled::error_t code, const char *format, ...);
64
64
 
65
 
void drizzle_reset_errors(Session *session, bool force);
 
65
void drizzle_reset_errors(Session&, bool force);
66
66
bool show_warnings(Session *session, 
67
67
                   std::bitset<DRIZZLE_ERROR::NUM_ERRORS> &levels_to_show);
68
68