diff options
author | unknown <monty@donna.mysql.com> | 2000-11-17 14:38:53 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-11-17 14:38:53 +0200 |
commit | 3f9c19dcf6188194fa351ecccdad843cbbf987df (patch) | |
tree | cb381ac1fff02141e93130f4b183687527fdaffc /mysys | |
parent | 642ae16e850a0130ecd35fb150ba2c1754cc9c31 (diff) | |
download | mariadb-git-3f9c19dcf6188194fa351ecccdad843cbbf987df.tar.gz |
Fixed bug with text key compares in BDB
Docs/manual.texi:
Updated statistics table
mysys/Makefile.am:
Removed rule for getopt1.o
sql-bench/test-insert.sh:
Enlarged some tests
sql/ha_berkeley.cc:
Fixed bug with text key compares
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 9e9b4f8d9ed..d64f4959746 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -61,7 +61,7 @@ DEFS = -DDEFAULT_BASEDIR=\"$(prefix)\" \ -DSHAREDIR="\"$(MYSQLSHAREdir)\"" \ @DEFS@ -getopt1.o: @THREAD_LOBJECTS@ +#getopt1.o: @THREAD_LOBJECTS@ OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ __math.h time.h __time.h unistd.h __unistd.h types.h \ |