mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
branches/innodb+: row_purge_remove_sec_if_poss_low(): Remove a suspicious
assignment that was added in r990 to branches/fts and merged in r2324.
This commit is contained in:
parent
12d060fb21
commit
8a746805d9
1 changed files with 0 additions and 2 deletions
|
@ -368,8 +368,6 @@ row_purge_remove_sec_if_poss_low(
|
|||
|
||||
mtr_start(&mtr);
|
||||
|
||||
btr_cur->thr = que_node_get_parent(node);
|
||||
|
||||
row_search_index_entry(&was_buffered, index, entry,
|
||||
BTR_MODIFY_LEAF | BTR_DELETE, &pcur,
|
||||
&mtr);
|
||||
|
|
Loading…
Add table
Reference in a new issue