mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
new configure option: NOT_FOR_DISTRIBUTION
fix safemalloc to compile w/o libbfd. CMakeLists.txt: NOT_FOR_DISTRIBUTION option cmake/readline.cmake: simplify libedit/readline detection. never use bundled libedit. use system readline v6 only if NOT_FOR_DISTRIBUTION=1 configure.cmake: use libbfd only if NOT_FOR_DISTRIBUTION=1 include/my_stacktrace.h: link with libbfd even w/o safemalloc.
This commit is contained in:
@ -225,7 +225,7 @@ static void print_stack(void **frame)
|
||||
fprintf(stderr, ", ");
|
||||
|
||||
if (my_addr_resolve(frame[i], &loc))
|
||||
fprintf(stderr, "...");
|
||||
fprintf(stderr, "%p", frame[i]);
|
||||
else
|
||||
fprintf(stderr, "%s:%u", loc.file, loc.line);
|
||||
}
|
||||
|
Reference in New Issue
Block a user