~dshrews/drizzle/bug656474

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: lbieber
  • Date: 2010-10-06 19:12:01 UTC
  • mfrom: (1817.1.3 build)
  • Revision ID: lbieber@orisndriz08-20101006191201-fp7wgds0ykr14d21
Merge Monty - First pass at our own custom config file parser to work around bugs in the ubuntu lucid version of boost
Merge Patrick G. - Fix to compile on OS X
Merge Joe - make transaction_message_threshold configurable on the command line

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
static sys_var_session_size_t   sys_sort_buffer(&vars, "sort_buffer_size",
211
211
                                                &system_variables::sortbuff_size);
212
212
 
 
213
static sys_var_session_size_t sys_transaction_message_threshold(&vars, "transaction_message_threshold",
 
214
                                                                &system_variables::transaction_message_threshold);
 
215
 
213
216
static sys_var_session_storage_engine sys_storage_engine(&vars, "storage_engine",
214
217
                                       &system_variables::storage_engine);
215
218
static sys_var_const_str        sys_system_time_zone(&vars, "system_time_zone",