Commit e574d604 authored by marko's avatar marko

branches/innodb+: row_purge_remove_sec_if_poss_low(): Restore the

suspicious assignment that was removed in r2670 and note why it is needed.
parent 000c79b7
......@@ -368,6 +368,10 @@ row_purge_remove_sec_if_poss_low(
mtr_start(&mtr);
/* Set the query thread, so that ibuf_insert_low() will be
able to invoke thd_get_trx(). */
btr_cur->thr = que_node_get_parent(node);
row_search_index_entry(&was_buffered, index, entry,
BTR_MODIFY_LEAF | BTR_DELETE, &pcur,
&mtr);
......
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