mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
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:
parent
45eed6a919
commit
e904ed90be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue