~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-03-19 17:37:58 UTC
  • mto: This revision was merged to the branch mainline in revision 944.
  • Revision ID: brian@tangent.org-20090319173758-yxj5kz4rrw8f04rr
Remove dead interactive variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2341
2341
    (char**) &global_system_variables.group_concat_max_len,
2342
2342
    (char**) &max_system_variables.group_concat_max_len, 0, GET_UINT64,
2343
2343
    REQUIRED_ARG, 1024, 4, ULONG_MAX, 0, 1, 0},
2344
 
  { "interactive_timeout", OPT_INTERACTIVE_TIMEOUT,
2345
 
    N_("The number of seconds the server waits for activity on an interactive "
2346
 
       "connection before closing it."),
2347
 
   (char**) &global_system_variables.net_interactive_timeout,
2348
 
   (char**) &max_system_variables.net_interactive_timeout, 0,
2349
 
   GET_UINT32, REQUIRED_ARG, NET_WAIT_TIMEOUT, 1, LONG_TIMEOUT, 0, 1, 0},
2350
2344
  { "join_buffer_size", OPT_JOIN_BUFF_SIZE,
2351
2345
    N_("The size of the buffer that is used for full joins."),
2352
2346
   (char**) &global_system_variables.join_buff_size,