~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2011-02-22 00:26:12 UTC
  • mfrom: (2187.2.3 drizzle-build)
  • Revision ID: brian@tangent.org-20110222002612-5vxuzntgmcog0qq6
Merge: This cleans up the the error message system by providing for the ability to

Show diffs side-by-side

added added

removed removed

Lines of Context:
1308
1308
  po::value<uint64_t>(&global_system_variables.tmp_table_size)->default_value(16*1024*1024L)->notifier(&check_limits_tmp_table_size),
1309
1309
  _("If an internal in-memory temporary table exceeds this size, Drizzle will"
1310
1310
     " automatically convert it to an on-disk MyISAM table."))
 
1311
  ("verbose", po::value<std::string>()->default_value(error::verbose_string())->notifier(&error::check_verbosity),
 
1312
  _("The stack size for each thread."))
1311
1313
  ;
1312
1314
 
1313
1315
  full_options.add(long_options);