Commit a6d7b462 authored by Rich Prohaska's avatar Rich Prohaska

add comment addresses #157

git-svn-id: file:///svn/tokudb@1118 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6ce9a5cd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment