~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-08-03 19:04:48 UTC
  • mto: (1039.102.2 merge)
  • mto: This revision was merged to the branch mainline in revision 1081.
  • Revision ID: brian@gaz-20090803190448-3arnzjk5v1takajm
Remove Insane Clown Posse (AKA... ICP...just generates bugs).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1684
1684
  OPT_MEMLOCK,
1685
1685
  OPT_SERVER_ID,
1686
1686
  OPT_TC_HEURISTIC_RECOVER,
1687
 
  OPT_ENGINE_CONDITION_PUSHDOWN,
1688
1687
  OPT_TEMP_POOL, OPT_TX_ISOLATION, OPT_COMPLETION_TYPE,
1689
1688
  OPT_SKIP_STACK_TRACE, OPT_SKIP_SYMLINKS,
1690
1689
  OPT_DO_PSTACK,
1806
1805
   (char**) &opt_do_pstack, (char**) &opt_do_pstack, 0, GET_BOOL, NO_ARG, 0, 0,
1807
1806
   0, 0, 0, 0},
1808
1807
#endif /* HAVE_STACK_TRACE_ON_SEGV */
1809
 
  {"engine-condition-pushdown",
1810
 
   OPT_ENGINE_CONDITION_PUSHDOWN,
1811
 
   N_("Push supported query conditions to the storage engine."),
1812
 
   (char**) &global_system_variables.engine_condition_pushdown,
1813
 
   (char**) &global_system_variables.engine_condition_pushdown,
1814
 
   0, GET_BOOL, NO_ARG, false, 0, 0, 0, 0, 0},
1815
1808
  /* See how it's handled in get_one_option() */
1816
1809
  {"exit-info", 'T',
1817
1810
   N_("Used for debugging;  Use at your own risk!"),