From d4a306799b7531aa24848f420d4455578ddf2fbb Mon Sep 17 00:00:00 2001 From: Rich Prohaska <prohaska@tokutek.com> Date: Thu, 13 Dec 2007 19:37:11 +0000 Subject: [PATCH] add comment addresses #157 git-svn-id: file:///svn/tokudb@1118 c7de825b-a66e-492c-adef-691d508d4ae1 --- src/ydb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ydb.c b/src/ydb.c index 8ae3da13acb..2c74fb9c226 100644 --- a/src/ydb.c +++ b/src/ydb.c @@ -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; -- 2.30.9