mariadb/utils
Yoni Fogel 7331e46492 Added DB_UNKNOWN to db.h
You can use DB_UNKNOWN as a dbtype (as long as you don't use DB_EXCL) in dbopen,
and then it will load the flags from the file.

tokudb_dump
    Now supports duplicates/sorted duplicates.
tokudb_load will give a warning about any duplicate duplicate loads
    but will continue with the rest of the data.

Closes #148
Closes #166

git-svn-id: file:///svn/tokudb@1086 c7de825b-a66e-492c-adef-691d508d4ae1
2007-12-11 19:34:21 +00:00
..
Makefile Ported makefile to OSX 2007-12-10 20:51:16 +00:00
tokudb_common.h Used PRI macros to remove warnings in printf statements 2007-12-11 17:28:38 +00:00
tokudb_common_funcs.h Used PRI macros to remove warnings in printf statements 2007-12-11 17:28:38 +00:00
tokudb_dump.c Added DB_UNKNOWN to db.h 2007-12-11 19:34:21 +00:00
tokudb_gen.c Used PRI macros to remove warnings in printf statements 2007-12-11 17:28:38 +00:00
tokudb_load.c Added DB_UNKNOWN to db.h 2007-12-11 19:34:21 +00:00