~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-06-25 14:56:24 UTC
  • mfrom: (1067.1.7 ddl-code-cleanup)
  • Revision ID: brian@gaz-20090625145624-pjw9bxbq36istfag
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  uint64_t max_error_count;
135
135
  uint64_t max_length_for_sort_data;
136
136
  size_t max_sort_length;
137
 
  uint64_t max_tmp_tables;
138
137
  uint64_t min_examined_row_limit;
139
138
  uint32_t net_buffer_length;
140
139
  uint32_t net_read_timeout;
144
143
  bool optimizer_prune_level;
145
144
  bool log_warnings;
146
145
  bool engine_condition_pushdown;
147
 
  bool keep_files_on_create;
148
146
 
149
147
  uint32_t optimizer_search_depth;
150
148
  /*