add comment addresses #157

git-svn-id: file:///svn/tokudb@1118 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2007-12-13 19:37:11 +00:00
parent 7f55362822
commit d4a306799b

View file

@ -1303,6 +1303,7 @@ static int toku_db_set_dup_compare(DB *db, int (*dup_compare)(DB *, const DBT *,
static int toku_db_set_flags(DB * db, u_int32_t flags) {
/* the following matches BDB */
if (db_opened(db) && flags != 0) return EINVAL;
u_int32_t tflags;