~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
  uint64_t bytes_received;
220
220
  uint64_t bytes_sent;
221
221
  ulong com_other;
222
 
  ulong com_stat[(uint) SQLCOM_END];
 
222
  ulong com_stat[(uint32_t) SQLCOM_END];
223
223
  ulong created_tmp_disk_tables;
224
224
  ulong created_tmp_tables;
225
225
  ulong ha_commit_count;
756
756
    statement/cursor settle here.
757
757
  */
758
758
  List       <DRIZZLE_ERROR> warn_list;
759
 
  uint       warn_count[(uint) DRIZZLE_ERROR::WARN_LEVEL_END];
 
759
  uint       warn_count[(uint32_t) DRIZZLE_ERROR::WARN_LEVEL_END];
760
760
  uint       total_warn_count;
761
761
  Diagnostics_area main_da;
762
762