~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1306
1306
  _("If an internal in-memory temporary table exceeds this size, Drizzle will"
1307
1307
     " automatically convert it to an on-disk MyISAM table."))
1308
1308
  ("verbose", po::value<std::string>()->default_value(error::verbose_string())->notifier(&error::check_verbosity),
1309
 
  _("The stack size for each thread."))
 
1309
  _("The verbosity of messages from drizzled.  Possible values are INSPECT, INFO, WARN or ERROR"))
1310
1310
  ;
1311
1311
 
1312
1312
  full_options.add(long_options);