~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-01-15 03:28:20 UTC
  • Revision ID: brian@tangent.org-20090115032820-lt6jzt5plvadzb1y
MyISAM fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
  uint32_t dynamic_variables_size;  /* how many bytes are in use */
148
148
 
149
149
  uint64_t myisam_max_extra_sort_file_size;
150
 
  uint64_t myisam_max_sort_file_size;
151
150
  uint64_t max_heap_table_size;
152
151
  uint64_t tmp_table_size;
153
152
  ha_rows select_limit;
162
161
  uint64_t max_sort_length;
163
162
  uint64_t max_tmp_tables;
164
163
  uint64_t min_examined_row_limit;
165
 
  size_t myisam_sort_buff_size;
166
164
  uint32_t myisam_stats_method;
167
165
  uint32_t net_buffer_length;
168
166
  uint32_t net_interactive_timeout;