Commit 6947f4a9 authored by marko's avatar marko

branches/innodb+: row_upd_sec_index_entry():

Comment the assignment to btr_cur->thr.
parent 7ec0b718
......@@ -1434,6 +1434,8 @@ row_upd_sec_index_entry(
log_free_check();
mtr_start(&mtr);
/* Set the query thread, so that ibuf_insert_low() will be
able to invoke thd_get_trx(). */
btr_pcur_get_btr_cur(&pcur)->thr = thr;
/* We can only try to use the insert/delete buffer to buffer
......
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