diff options
author | unknown <monty@donna.mysql.fi> | 2001-05-14 01:12:40 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-05-14 01:12:40 +0300 |
commit | b7598a31c3eeff5ef031979d3a7f715243651bfa (patch) | |
tree | cb1a5610599f1fc83e5df7ee8022395b7899f909 /bdb | |
parent | cfc4e2214e34d15c99d6b82e81c955782817d382 (diff) | |
download | mariadb-git-b7598a31c3eeff5ef031979d3a7f715243651bfa.tar.gz |
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
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/dist/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bdb/dist/Makefile.in b/bdb/dist/Makefile.in index 73f82cd5648..4a47953e3e1 100644 --- a/bdb/dist/Makefile.in +++ b/bdb/dist/Makefile.in @@ -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.% |