~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2010-09-29 17:10:26 UTC
  • mto: (1802.9.1 clean-doco)
  • mto: This revision was merged to the branch mainline in revision 1813.
  • Revision ID: mordred@inaugust.com-20100929171026-v3ps2fe0j70dvs1l
Document drizzled options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1282
1282
  ("pid-file", po::value<string>(),
1283
1283
  N_("Pid file used by drizzled."))
1284
1284
  ("port-open-timeout", po::value<uint32_t>(&drizzled_bind_timeout)->default_value(0),
1285
 
  N_("Maximum time in seconds to wait for the port to become free. "
1286
 
     "(Default: no wait)"))
 
1285
  N_("Maximum time in seconds to wait for the port to become free. "))
1287
1286
  ("secure-file-priv", po::value<string>(),
1288
1287
  N_("Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files "
1289
1288
     "within specified directory"))