~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2010-08-21 00:40:40 UTC
  • mfrom: (1723.1.11 build)
  • Revision ID: mordred@inaugust.com-20100821004040-udj7wpfxtj0rgak1
Rollup of small patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
char *opt_scheduler_default;
230
230
char *opt_scheduler= NULL;
231
231
 
232
 
size_t my_thread_stack_size= 65536;
 
232
size_t my_thread_stack_size= 0;
233
233
 
234
234
/*
235
235
  Legacy global plugin::StorageEngine. These will be removed (please do not add more).