~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-03-10 01:10:43 UTC
  • mfrom: (910.4.8 sparc)
  • Revision ID: brian@tangent.org-20090310011043-tx0tm6034jlu4246
Fixes from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
  uint32_t max_allowed_packet;
129
129
  uint64_t max_error_count;
130
130
  uint64_t max_length_for_sort_data;
131
 
  uint64_t max_sort_length;
 
131
  size_t max_sort_length;
132
132
  uint64_t max_tmp_tables;
133
133
  uint64_t min_examined_row_limit;
134
134
  uint32_t myisam_stats_method;