~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: David Shrewsbury
  • Date: 2010-11-19 15:23:07 UTC
  • mto: (1942.1.3 b)
  • mto: This revision was merged to the branch mainline in revision 1943.
  • Revision ID: shrewsbury.dave@gmail.com-20101119152307-srnssq2n5num5tit
Add --replicate-query option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1209
1209
  N_("Pid file used by drizzled."))
1210
1210
  ("port-open-timeout", po::value<uint32_t>(&drizzled_bind_timeout)->default_value(0),
1211
1211
  N_("Maximum time in seconds to wait for the port to become free. "))
 
1212
  ("replicate-query", po::value<bool>(&global_system_variables.replicate_query)->default_value(false)->zero_tokens(),
 
1213
  N_("Include the SQL query in replicated protobuf messages."))
1212
1214
  ("secure-file-priv", po::value<fs::path>(&secure_file_priv)->notifier(expand_secure_file_priv),
1213
1215
  N_("Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files "
1214
1216
     "within specified directory"))