~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Moved connect_timeout, net_*_timeout, and retry_count to plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
  size_t max_sort_length;
137
137
  uint64_t min_examined_row_limit;
138
138
  uint32_t net_buffer_length;
139
 
  uint32_t net_read_timeout;
140
 
  uint32_t net_retry_count;
141
 
  uint32_t net_wait_timeout;
142
 
  uint32_t net_write_timeout;
143
139
  bool optimizer_prune_level;
144
140
  bool log_warnings;
145
141
  bool engine_condition_pushdown;