~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-09-24 06:23:51 UTC
  • mfrom: (1128.2.12 merge)
  • Revision ID: brian@gaz-20090924062351-nuf8tv8ftg7oc9ad
Merge of Lex -> Statement refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
2036
2036
   (char**) &my_thread_stack_size,
2037
2037
   (char**) &my_thread_stack_size, 0, GET_SIZE,
2038
2038
   REQUIRED_ARG,DEFAULT_THREAD_STACK,
2039
 
   UINT32_C(1024*128), SIZE_MAX, 0, 1024, 0},
 
2039
   UINT32_C(1024*512), SIZE_MAX, 0, 1024, 0},
2040
2040
  {"tmp_table_size", OPT_TMP_TABLE_SIZE,
2041
2041
   N_("If an internal in-memory temporary table exceeds this size, Drizzle will"
2042
2042
      " automatically convert it to an on-disk MyISAM table."),