~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2011-01-16 20:38:08 UTC
  • mto: (2088.1.1 merge)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110116203808-dl1dvpoarmkug1no
Entire convert over to time_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1482
1482
    @param level the error level
1483
1483
    @return true if the error is handled
1484
1484
  */
1485
 
  virtual bool handle_error(uint32_t sql_errno, const char *message,
 
1485
  virtual bool handle_error(drizzled::error_t sql_errno, const char *message,
1486
1486
                            DRIZZLE_ERROR::enum_warning_level level);
1487
1487
 
1488
1488
  /**