~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-03-17 05:49:07 UTC
  • mfrom: (937.2.4 sparc)
  • Revision ID: brian@tangent.org-20090317054907-ho84ywk2jycb5p9d
Merge from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
752
752
    statement/cursor settle here.
753
753
  */
754
754
  List       <DRIZZLE_ERROR> warn_list;
755
 
  uint       warn_count[(uint32_t) DRIZZLE_ERROR::WARN_LEVEL_END];
756
 
  uint       total_warn_count;
 
755
  uint32_t   warn_count[(uint32_t) DRIZZLE_ERROR::WARN_LEVEL_END];
 
756
  uint32_t   total_warn_count;
757
757
  Diagnostics_area main_da;
758
758
 
759
759
  /*
850
850
  union
851
851
  {
852
852
    bool   bool_value;
 
853
    uint32_t  uint32_t_value;
853
854
    long      long_value;
854
855
    ulong     ulong_value;
855
856
    uint64_t uint64_t_value;