~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/system_variables.h

  • Committer: Brian Aker
  • Date: 2011-02-12 06:56:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212065600-m6c68fybw51rflhj
Further strip out includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
{
29
29
  drizzle_system_variables()
30
30
  {}
 
31
 
31
32
  /*
32
33
    How dynamically allocated system variables are handled:
33
34
 
68
69
  size_t sortbuff_size;
69
70
  uint32_t thread_handling;
70
71
  uint32_t tx_isolation;
 
72
  size_t transaction_message_threshold;
71
73
  uint32_t completion_type;
 
74
 
72
75
  /* Determines which non-standard SQL behaviour should be enabled */
73
76
  uint32_t sql_mode;
74
77
  uint64_t max_seeks_for_key;