ignore DB_PREV_DUP for now. addresses #1412

git-svn-id: file:///svn/toku/tokudb@9065 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2013-04-16 23:57:39 -04:00 committed by Yoni Fogel
parent 45eed6a919
commit e904ed90be

View file

@ -3868,7 +3868,7 @@ int toku_brt_cursor_get (BRT_CURSOR cursor, DBT *key, DBT *val, int get_flags, T
else
r = brt_cursor_prev(cursor, key, val, logger);
break;
#ifdef DB_PREV_DUP
#if 0 && defined(DB_PREV_DUP)
case DB_PREV_DUP:
if (brt_cursor_not_set(cursor))
r = EINVAL;