~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Eric Day
  • Date: 2009-09-23 19:09:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1169.
  • Revision ID: eday@oddments.org-20090923190931-0xgo1un9cfwt2a2d
Client/Listen cleanup, moved globals, console plugin cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
static sys_var_session_uint64_t sys_min_examined_row_limit(&vars, "min_examined_row_limit",
166
166
                                                           &SV::min_examined_row_limit);
167
167
 
168
 
static sys_var_session_uint32_t sys_net_buffer_length(&vars, "net_buffer_length",
169
 
                                                      &SV::net_buffer_length);
170
168
/* these two cannot be static */
171
169
static sys_var_session_bool sys_optimizer_prune_level(&vars, "optimizer_prune_level",
172
170
                                                      &SV::optimizer_prune_level);