mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/innodb+: row_upd_sec_index_entry():
Comment the assignment to btr_cur->thr.
This commit is contained in:
parent
1f19bd86bc
commit
70fd0ce573
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue