mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
disabled in the code until it works. addresses #187
git-svn-id: file:///svn/tokudb@1221 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b533ea01dd
commit
615aa1ca25
1 changed files with 1 additions and 0 deletions
|
@ -2906,6 +2906,7 @@ int toku_brt_cursor_get (BRT_CURSOR cursor, DBT *kbt, DBT *vbt, int flags, TOKUT
|
|||
if (r != 0) goto died0;
|
||||
break;
|
||||
case DB_GET_BOTH_RANGE:
|
||||
r = EINVAL; goto died0; /* does not work yet */
|
||||
r = unpin_cursor(cursor); assert(r == 0);
|
||||
r = brtcurs_set_search(cursor, *rootp, DB_GET_BOTH_RANGE, kbt, vbt, txn, null_brtnode);
|
||||
if (r != 0) goto died0;
|
||||
|
|
Loading…
Add table
Reference in a new issue