stactrace option in sql/mysqld.cc

Bug #790984 reported by Doug Barton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
New
Undecided
Unassigned

Bug Description

The following patch is necessary to allow mysqld to compile on FreeBSD, perhaps on others as well:

--- sql/mysqld.cc 2011-02-28 17:39:30 +0000
+++ sql/mysqld.cc 2011-03-04 10:39:27 +0000
@@ -744,9 +744,7 @@
 /* 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;

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.