~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-22 09:36:03 UTC
  • mto: (2245.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110322093603-hs0dmf20kbd8ckmb
Move warn_list from Session to diagnostics_area

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
    class. With current implementation warnings produced in each prepared
578
578
    statement/cursor settle here.
579
579
  */
580
 
  List<DRIZZLE_ERROR> warn_list;
581
580
  uint32_t warn_count[(uint32_t) DRIZZLE_ERROR::WARN_LEVEL_END];
582
581
  uint32_t total_warn_count;
583
582