Commit fa4eb993 authored by Michael Widenius's avatar Michael Widenius

Removed wrong #ifdef that caused compile failure on Freebsd.

parent 58a0e492
...@@ -727,9 +727,7 @@ char *opt_logname, *opt_slow_logname; ...@@ -727,9 +727,7 @@ char *opt_logname, *opt_slow_logname;
/* Static variables */ /* Static variables */
static bool kill_in_progress, segfaulted; static bool kill_in_progress, segfaulted;
#ifdef HAVE_STACKTRACE
static my_bool opt_stack_trace; static my_bool opt_stack_trace;
#endif /* HAVE_STACKTRACE */
static my_bool opt_bootstrap, opt_myisam_log; static my_bool opt_bootstrap, opt_myisam_log;
static int cleanup_done; static int cleanup_done;
static ulong opt_specialflag, opt_myisam_block_size; static ulong opt_specialflag, opt_myisam_block_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment