~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-07-10 19:37:55 UTC
  • mfrom: (51.1.67 remove-dbug)
  • Revision ID: brian@tangent.org-20080710193755-f5g761uieqa3wxmt
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3579
3579
  {"slow-query-log", OPT_SLOW_LOG,
3580
3580
   "Enable|disable slow query log", (uchar**) &opt_slow_log,
3581
3581
   (uchar**) &opt_slow_log, 0, GET_BOOL, OPT_ARG, 0, 0, 0, 0, 0, 0},
3582
 
  {"sporadic-binlog-dump-fail", OPT_SPORADIC_BINLOG_DUMP_FAIL,
3583
 
   "Option used by mysql-test for debugging and testing of replication.",
3584
 
   (uchar**) &opt_sporadic_binlog_dump_fail,
3585
 
   (uchar**) &opt_sporadic_binlog_dump_fail, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0,
3586
 
   0},
3587
3582
  {"sql-bin-update-same", OPT_SQL_BIN_UPDATE_SAME,
3588
3583
   "The update log is deprecated since version 5.0, is replaced by the binary \
3589
3584
log and this option does nothing anymore.",