mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
#3045 merge update_multiple bug fixes to main refs[t:3045]
git-svn-id: file:///svn/toku/tokudb@25723 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
363e82ee74
commit
fd8d74f1d0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue