~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • 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:
222
222
  size_t sortbuff_size;
223
223
  uint32_t thread_handling;
224
224
  uint32_t tx_isolation;
 
225
  size_t transaction_message_threshold;
225
226
  uint32_t completion_type;
226
227
  /* Determines which non-standard SQL behaviour should be enabled */
227
228
  uint32_t sql_mode;