Commit 82c24bbd authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3045 merge update_multiple bug fixes to main refs[t:3045]

git-svn-id: file:///svn/toku/tokudb@25723 c7de825b-a66e-492c-adef-691d508d4ae1
parent 62c34b76
......@@ -4568,7 +4568,7 @@ do_put_multiple(DB_TXN *txn, uint32_t num_dbs, DB *db_array[], DBT keys[], DBT v
invariant(which_src_db < num_dbs);
indexer_src_key = &keys[which_src_db];
}
do_put = !toku_indexer_is_key_right_of_le_cursor(indexer, src_db, indexer_src_key);
do_put = !toku_indexer_is_key_right_of_le_cursor(indexer, indexer_src_db, indexer_src_key);
}
if (r == 0 && do_put) {
r = toku_brt_maybe_insert(db->i->brt, &keys[which_db], &vals[which_db], ttxn, FALSE, ZERO_LSN, FALSE, BRT_INSERT);
......
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