Removed wrong #ifdef that caused compile failure on Freebsd.

This commit is contained in:
Michael Widenius 2011-03-04 12:37:48 +02:00
parent 58a0e492b5
commit fa4eb9931b

View File

@ -727,9 +727,7 @@ char *opt_logname, *opt_slow_logname;
/* Static variables */
static bool kill_in_progress, segfaulted;
#ifdef HAVE_STACKTRACE
static my_bool opt_stack_trace;
#endif /* HAVE_STACKTRACE */
static my_bool opt_bootstrap, opt_myisam_log;
static int cleanup_done;
static ulong opt_specialflag, opt_myisam_block_size;