mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Cleanup up stacktrace code
Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified Docs/manual.texi: Added new contrib stuff bdb/dist/Makefile.in: Don't automaticly checkout things from bk mysys/mf_keycache.c: Add debugging of keycache when EXTRA_DEBUG is specified. mysys/mf_qsort.c: Updated qsort source from glibc. sql/Makefile.am: Cleanup up stacktrace code sql/mysqld.cc: Cleanup up stacktrace code
This commit is contained in:
parent
9c3297c9b2
commit
476625dd63
8 changed files with 442 additions and 376 deletions
3
bdb/dist/Makefile.in
vendored
3
bdb/dist/Makefile.in
vendored
|
|
@ -997,3 +997,6 @@ strerror@o@: $(srcdir)/clib/strerror.c
|
|||
$(CC) $(CFLAGS) $?
|
||||
vsnprintf@o@: $(srcdir)/clib/vsnprintf.c
|
||||
$(CC) $(CFLAGS) $?
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue